Skip to content

Commit 9e9e35f

Browse files
committed
landmarks was limiting cpu architecture
1 parent d46f4c7 commit 9e9e35f

File tree

5 files changed

+2
-13
lines changed

5 files changed

+2
-13
lines changed

arrayjit.opam

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ depends: [
2525
"sexplib"
2626
"num"
2727
"saturn_lockfree" {>= "0.5.0"}
28-
"landmarks"
2928
"ppxlib"
3029
"ppx_compare"
3130
"ppx_hash"
@@ -35,7 +34,6 @@ depends: [
3534
"ppx_variants_conv"
3635
"ppx_expect"
3736
"ppx_minidebug" {>= "2.0.0"}
38-
"landmarks-ppx"
3937
"odoc" {with-doc}
4038
]
4139
depopts: [

arrayjit/lib/dune

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
ctypes
1313
ctypes.foreign
1414
saturn_lockfree
15-
landmarks
1615
(select
1716
gcc_backend.ml
1817
from
@@ -32,7 +31,6 @@
3231
ppx_sexp_conv
3332
ppx_string
3433
ppx_variants_conv
35-
landmarks-ppx
3634
ppx_minidebug))
3735
(modules
3836
utils

dune-project

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
num
6969
(saturn_lockfree
7070
(>= 0.5.0))
71-
landmarks
7271
ppxlib
7372
ppx_compare
7473
ppx_hash
@@ -78,8 +77,7 @@
7877
ppx_variants_conv
7978
ppx_expect
8079
(ppx_minidebug
81-
(>= 2.0.0))
82-
landmarks-ppx)
80+
(>= 2.0.0)))
8381
(depopts
8482
(cudajit
8583
(>= 0.6.0))
@@ -121,7 +119,7 @@
121119
sexplib
122120
num
123121
time_now
124-
landmarks
122+
125123
ppxlib
126124
ppx_compare
127125
ppx_fields_conv
@@ -131,7 +129,6 @@
131129
ppx_string
132130
ppx_variants_conv
133131
ppx_expect
134-
landmarks-ppx
135132
(ppx_minidebug
136133
(>= 2.0.0))
137134
; Cannot make it (patdiff :with-test), because `dune build -p neural_nets_lib @install`

lib/dune

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
sexplib
1212
num
1313
str
14-
landmarks
1514
; mem_usage
1615
ppx_minidebug.runtime
1716
arrayjit)
@@ -25,7 +24,6 @@
2524
ppx_string
2625
ppx_variants_conv
2726
ppx_ocannl
28-
landmarks-ppx
2927
ppx_minidebug))
3028
(modules PrintBox_utils row shape tensor operation train nn_blocks)
3129
(modes byte native)

neural_nets_lib.opam

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ depends: [
2525
"sexplib"
2626
"num"
2727
"time_now"
28-
"landmarks"
2928
"ppxlib"
3029
"ppx_compare"
3130
"ppx_fields_conv"
@@ -35,7 +34,6 @@ depends: [
3534
"ppx_string"
3635
"ppx_variants_conv"
3736
"ppx_expect"
38-
"landmarks-ppx"
3937
"ppx_minidebug" {>= "2.0.0"}
4038
"patdiff" {>= "v0.15.0"}
4139
"odoc" {with-doc}

0 commit comments

Comments
 (0)