|
3 | 3 |
|
4 | 4 | (executable |
5 | 5 | (name micrograd_demo_logging) |
| 6 | + (package neural_nets_lib) |
| 7 | + (public_name neural_nets_lib.micrograd_demo_logging) |
6 | 8 | (modules micrograd_demo_logging) |
7 | 9 | (libraries ocannl) |
8 | 10 | (preprocess |
|
61 | 63 |
|
62 | 64 | (rule |
63 | 65 | (alias runtest) |
| 66 | + (package neural_nets_lib) |
64 | 67 | (action |
65 | 68 | (diff |
66 | 69 | "micrograd_demo_logging-%{read:config/ocannl_backend.txt}-0-0.log.expected" |
67 | 70 | "%{read:config/ocannl_backend.txt}-0-0.log.actual"))) |
68 | 71 |
|
69 | 72 | (test |
70 | 73 | (name threefry4x32_demo) |
| 74 | + (package neural_nets_lib) |
71 | 75 | (modules threefry4x32_demo) |
72 | 76 | (libraries base ocannl) |
73 | 77 | (preprocess |
74 | 78 | (pps ppx_here ppx_ocannl))) |
75 | 79 |
|
76 | 80 | (test |
77 | 81 | (name top_down_prec) |
| 82 | + (package neural_nets_lib) |
78 | 83 | (modules top_down_prec) |
79 | 84 | (libraries base ocannl) |
80 | 85 | (preprocess |
|
106 | 111 |
|
107 | 112 | (rule |
108 | 113 | (alias runtest) |
| 114 | + (package neural_nets_lib) |
109 | 115 | (action |
110 | 116 | (diff |
111 | 117 | "n3_fwd_with_prec-unoptimized.ll.expected" |
112 | 118 | "n3_fwd_with_prec-unoptimized.ll.actual"))) |
113 | 119 |
|
114 | 120 | (rule |
115 | 121 | (alias runtest) |
| 122 | + (package neural_nets_lib) |
116 | 123 | (action |
117 | 124 | (diff |
118 | 125 | "top_down_prec-unoptimized.ll.expected" |
119 | 126 | "top_down_prec-unoptimized.ll.actual"))) |
120 | 127 |
|
121 | 128 | (test |
122 | 129 | (name test_vec_simple) |
| 130 | + (package neural_nets_lib) |
123 | 131 | (modules test_vec_simple) |
124 | 132 | (libraries base ocannl) |
125 | 133 | (preprocess |
126 | 134 | (pps ppx_here ppx_ocannl))) |
127 | 135 |
|
128 | 136 | (test |
129 | 137 | (name test_uniform_demo) |
| 138 | + (package neural_nets_lib) |
130 | 139 | (modules test_uniform_demo) |
131 | 140 | (libraries base ocannl) |
132 | 141 | (preprocess |
133 | 142 | (pps ppx_here ppx_ocannl))) |
134 | 143 |
|
135 | 144 | (test |
136 | 145 | (name test_threefry_precision) |
| 146 | + (package neural_nets_lib) |
137 | 147 | (modules test_threefry_precision) |
138 | 148 | (libraries base ocannl) |
139 | 149 | (preprocess |
140 | 150 | (pps ppx_here ppx_ocannl))) |
141 | 151 |
|
142 | 152 | (test |
143 | 153 | (name test_where_simple) |
| 154 | + (package neural_nets_lib) |
144 | 155 | (modules test_where_simple) |
145 | 156 | (libraries ocannl base stdio) |
146 | 157 | (preprocess |
|
0 commit comments