Skip to content

Commit

Permalink
landmarks was limiting cpu architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
lukstafi committed Dec 18, 2024
1 parent d46f4c7 commit 9e9e35f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 13 deletions.
2 changes: 0 additions & 2 deletions arrayjit.opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ depends: [
"sexplib"
"num"
"saturn_lockfree" {>= "0.5.0"}
"landmarks"
"ppxlib"
"ppx_compare"
"ppx_hash"
Expand All @@ -35,7 +34,6 @@ depends: [
"ppx_variants_conv"
"ppx_expect"
"ppx_minidebug" {>= "2.0.0"}
"landmarks-ppx"
"odoc" {with-doc}
]
depopts: [
Expand Down
2 changes: 0 additions & 2 deletions arrayjit/lib/dune
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
ctypes
ctypes.foreign
saturn_lockfree
landmarks
(select
gcc_backend.ml
from
Expand All @@ -32,7 +31,6 @@
ppx_sexp_conv
ppx_string
ppx_variants_conv
landmarks-ppx
ppx_minidebug))
(modules
utils
Expand Down
7 changes: 2 additions & 5 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
num
(saturn_lockfree
(>= 0.5.0))
landmarks
ppxlib
ppx_compare
ppx_hash
Expand All @@ -78,8 +77,7 @@
ppx_variants_conv
ppx_expect
(ppx_minidebug
(>= 2.0.0))
landmarks-ppx)
(>= 2.0.0)))
(depopts
(cudajit
(>= 0.6.0))
Expand Down Expand Up @@ -121,7 +119,7 @@
sexplib
num
time_now
landmarks

ppxlib
ppx_compare
ppx_fields_conv
Expand All @@ -131,7 +129,6 @@
ppx_string
ppx_variants_conv
ppx_expect
landmarks-ppx
(ppx_minidebug
(>= 2.0.0))
; Cannot make it (patdiff :with-test), because `dune build -p neural_nets_lib @install`
Expand Down
2 changes: 0 additions & 2 deletions lib/dune
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
sexplib
num
str
landmarks
; mem_usage
ppx_minidebug.runtime
arrayjit)
Expand All @@ -25,7 +24,6 @@
ppx_string
ppx_variants_conv
ppx_ocannl
landmarks-ppx
ppx_minidebug))
(modules PrintBox_utils row shape tensor operation train nn_blocks)
(modes byte native)
Expand Down
2 changes: 0 additions & 2 deletions neural_nets_lib.opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ depends: [
"sexplib"
"num"
"time_now"
"landmarks"
"ppxlib"
"ppx_compare"
"ppx_fields_conv"
Expand All @@ -35,7 +34,6 @@ depends: [
"ppx_string"
"ppx_variants_conv"
"ppx_expect"
"landmarks-ppx"
"ppx_minidebug" {>= "2.0.0"}
"patdiff" {>= "v0.15.0"}
"odoc" {with-doc}
Expand Down

0 comments on commit 9e9e35f

Please sign in to comment.