We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
(modes native)
1 parent 0e2c941 commit 82583d7Copy full SHA for 82583d7
arrayjit/lib/dune
@@ -53,7 +53,7 @@
53
no_device_backend_missing
54
schedulers
55
backends)
56
- (modes byte native))
+ (modes best))
57
58
(library
59
(name ppx_arrayjit)
lib/dune
@@ -28,7 +28,7 @@
28
ppx_ocannl
29
ppx_minidebug))
30
(modules PrintBox_utils row shape tensor operation train nn_blocks)
31
- (modes byte native)
+ (modes best)
32
(c_library_flags -lpthread))
33
34
0 commit comments