Skip to content

Commit 82583d7

Browse files
committed
Don't fail when native compilation (modes native) is not available
Signed-off-by: Lukasz Stafiniak <lukstafi@gmail.com>
1 parent 0e2c941 commit 82583d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arrayjit/lib/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
no_device_backend_missing
5454
schedulers
5555
backends)
56-
(modes byte native))
56+
(modes best))
5757

5858
(library
5959
(name ppx_arrayjit)

lib/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
ppx_ocannl
2929
ppx_minidebug))
3030
(modules PrintBox_utils row shape tensor operation train nn_blocks)
31-
(modes byte native)
31+
(modes best)
3232
(c_library_flags -lpthread))
3333

3434
(library

0 commit comments

Comments
 (0)