|
3 | 3 | (modules hello_world) |
4 | 4 | (libraries ocannl base stdio) |
5 | 5 | (preprocess |
6 | | - (pps ppx_jane ppx_ocannl)) |
| 6 | + (pps ppx_ocannl)) |
7 | 7 | (modes exe)) |
8 | 8 |
|
9 | 9 | (executable |
|
12 | 12 | (public_name ocannl) |
13 | 13 | (name moons_benchmark) |
14 | 14 | (modules moons_benchmark) |
15 | | - (libraries ocannl base stdio) |
| 15 | + (libraries ocannl base stdio time_now) |
16 | 16 | (preprocess |
17 | | - (pps ppx_jane ppx_ocannl ppx_minidebug)) |
| 17 | + (pps ppx_here ppx_sexp_conv ppx_string ppx_ocannl ppx_minidebug)) |
18 | 18 | (modes exe)) |
19 | 19 |
|
20 | 20 | (executable |
21 | 21 | (name compilation_speed) |
22 | 22 | (modules compilation_speed) |
23 | | - (libraries ocannl base stdio) |
| 23 | + (libraries ocannl base stdio time_now) |
24 | 24 | (preprocess |
25 | | - (pps ppx_jane ppx_ocannl)) |
| 25 | + (pps ppx_sexp_conv ppx_ocannl)) |
26 | 26 | (modes exe)) |
27 | 27 |
|
28 | 28 | (executable |
29 | 29 | (name einsum_trivia) |
30 | 30 | (modules einsum_trivia) |
31 | 31 | (libraries ocannl base stdio) |
32 | 32 | (preprocess |
33 | | - (pps ppx_jane ppx_ocannl)) |
| 33 | + (pps ppx_ocannl)) |
34 | 34 | (modes exe)) |
35 | 35 |
|
36 | 36 | (executable |
37 | 37 | (name zero2hero_1of7) |
38 | 38 | (modules zero2hero_1of7) |
39 | 39 | (libraries ocannl base stdio) |
40 | 40 | (preprocess |
41 | | - (pps ppx_jane ppx_ocannl ppx_minidebug)) |
| 41 | + (pps ppx_here ppx_ocannl ppx_minidebug)) |
42 | 42 | (modes exe)) |
43 | 43 |
|
44 | 44 | (executable |
45 | 45 | (name micrograd_basic) |
46 | 46 | (modules micrograd_basic) |
47 | 47 | (libraries ocannl base stdio) |
48 | 48 | (preprocess |
49 | | - (pps ppx_jane ppx_ocannl ppx_minidebug)) |
| 49 | + (pps ppx_ocannl ppx_minidebug)) |
50 | 50 | (modes exe)) |
51 | 51 |
|
52 | 52 | (executable |
53 | 53 | (name micrograd_demo) |
54 | 54 | (modules micrograd_demo) |
55 | 55 | (libraries ocannl base stdio) |
56 | 56 | (preprocess |
57 | | - (pps ppx_jane ppx_ocannl ppx_minidebug)) |
| 57 | + (pps ppx_sexp_conv ppx_ocannl ppx_minidebug)) |
58 | 58 | (modes exe)) |
59 | 59 |
|
60 | 60 | (executable |
61 | 61 | (name moons_demo) |
62 | 62 | (modules moons_demo) |
63 | 63 | (libraries ocannl base stdio) |
64 | 64 | (preprocess |
65 | | - (pps ppx_jane ppx_ocannl ppx_minidebug)) |
| 65 | + (pps ppx_sexp_conv ppx_ocannl ppx_minidebug)) |
66 | 66 | (modes exe)) |
67 | 67 |
|
68 | 68 | (executable |
69 | 69 | (name moons_demo_parallel) |
70 | 70 | (modules moons_demo_parallel) |
71 | 71 | (libraries ocannl base stdio) |
72 | 72 | (preprocess |
73 | | - (pps ppx_jane ppx_ocannl)) |
| 73 | + (pps ppx_ocannl)) |
74 | 74 | (modes exe)) |
0 commit comments