File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 5454 - run : opam pin -n .
5555 - run : opam install . -y --deps-only --with-test
5656 - run : opam exec -- dune build
57- - name : Run tests with Metal backend
58- run : OCANNL_BACKEND=metal opam exec -- dune runtest
57+ - run : OCANNL_BACKEND=metal opam exec -- dune exec bin/sanity_check.exe
58+ - run : OCANNL_BACKEND=metal opam exec -- dune exec bin/hello_world.exe
59+ - run : OCANNL_BACKEND=metal opam exec -- dune exec bin/primitive_ops.exe
60+ - run : OCANNL_BACKEND=metal opam exec -- dune exec bin/hello_world_op.exe
61+ - run : OCANNL_BACKEND=metal opam exec -- dune exec bin/micrograd_basic.exe
62+ - run : OCANNL_BACKEND=metal opam exec -- dune exec bin/einsum_trivia.exe
63+ - run : OCANNL_BACKEND=metal opam exec -- dune exec bin/zero2hero_1of7.exe
64+ - run : OCANNL_BACKEND=metal opam exec -- dune exec bin/micrograd_demo.exe
Original file line number Diff line number Diff line change 22
33(test
44 (name moons_demo_parallel_run)
5- ; Temporary disabled.
6- (enabled_if false)
75 (package neural_nets_lib)
86 (modules moons_demo_parallel_run)
97 (deps ocannl_config)
You can’t perform that action at this time.
0 commit comments