From 9e9e35feb853286d143a9820667f16df60e8d959 Mon Sep 17 00:00:00 2001 From: Lukasz Stafiniak Date: Wed, 18 Dec 2024 18:18:51 +0100 Subject: [PATCH] `landmarks` was limiting cpu architecture --- arrayjit.opam | 2 -- arrayjit/lib/dune | 2 -- dune-project | 7 ++----- lib/dune | 2 -- neural_nets_lib.opam | 2 -- 5 files changed, 2 insertions(+), 13 deletions(-) diff --git a/arrayjit.opam b/arrayjit.opam index 94cf1f33..8d0304fe 100644 --- a/arrayjit.opam +++ b/arrayjit.opam @@ -25,7 +25,6 @@ depends: [ "sexplib" "num" "saturn_lockfree" {>= "0.5.0"} - "landmarks" "ppxlib" "ppx_compare" "ppx_hash" @@ -35,7 +34,6 @@ depends: [ "ppx_variants_conv" "ppx_expect" "ppx_minidebug" {>= "2.0.0"} - "landmarks-ppx" "odoc" {with-doc} ] depopts: [ diff --git a/arrayjit/lib/dune b/arrayjit/lib/dune index 5da1033a..1aac3ac4 100644 --- a/arrayjit/lib/dune +++ b/arrayjit/lib/dune @@ -12,7 +12,6 @@ ctypes ctypes.foreign saturn_lockfree - landmarks (select gcc_backend.ml from @@ -32,7 +31,6 @@ ppx_sexp_conv ppx_string ppx_variants_conv - landmarks-ppx ppx_minidebug)) (modules utils diff --git a/dune-project b/dune-project index 9139c477..c179fb7b 100644 --- a/dune-project +++ b/dune-project @@ -68,7 +68,6 @@ num (saturn_lockfree (>= 0.5.0)) - landmarks ppxlib ppx_compare ppx_hash @@ -78,8 +77,7 @@ ppx_variants_conv ppx_expect (ppx_minidebug - (>= 2.0.0)) - landmarks-ppx) + (>= 2.0.0))) (depopts (cudajit (>= 0.6.0)) @@ -121,7 +119,7 @@ sexplib num time_now - landmarks + ppxlib ppx_compare ppx_fields_conv @@ -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` diff --git a/lib/dune b/lib/dune index de27415a..6f96b34b 100644 --- a/lib/dune +++ b/lib/dune @@ -11,7 +11,6 @@ sexplib num str - landmarks ; mem_usage ppx_minidebug.runtime arrayjit) @@ -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) diff --git a/neural_nets_lib.opam b/neural_nets_lib.opam index 6a535499..04fdc17a 100644 --- a/neural_nets_lib.opam +++ b/neural_nets_lib.opam @@ -25,7 +25,6 @@ depends: [ "sexplib" "num" "time_now" - "landmarks" "ppxlib" "ppx_compare" "ppx_fields_conv" @@ -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}