File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 99
1010(rule
1111 (target test_numerical_types.output)
12+ (package arrayjit)
1213 (deps test_numerical_types.exe ocannl_config)
1314 (action
1415 (with-stdout-to
Original file line number Diff line number Diff line change 1414 config
1515 (rule
1616 (target ocannl_backend.txt)
17+ (package neural_nets_lib)
1718 (deps ocannl_config)
1819 (action
1920 (run %{dep:ocannl_read_config.exe} "--read=backend"))))
2324
2425(rule
2526 (targets micrograd_demo-%{read:config/ocannl_backend.txt}.done)
27+ (package neural_nets_lib)
2628 (action
2729 (progn
2830 (run
4042(rule
4143 (deps micrograd_demo-%{read:config/ocannl_backend.txt}.done)
4244 (target "%{read:config/ocannl_backend.txt}-0-0.log.actual")
45+ (package neural_nets_lib)
4346 (action
4447 (progn
4548 (run
8992
9093(rule
9194 (target n3_fwd_with_prec-unoptimized.ll.actual)
95+ (package neural_nets_lib)
9296 (action
9397 (no-infer
9498 (progn
100104
101105(rule
102106 (target top_down_prec-unoptimized.ll.actual)
107+ (package neural_nets_lib)
103108 (action
104109 (no-infer
105110 (progn
You can’t perform that action at this time.
0 commit comments