From 8c498ee4e52e9d8aa45b7b7c46ca4ba3fc4b7642 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Wed, 13 May 2026 18:34:03 +0200 Subject: [PATCH 1/3] Revert "temporarily remove CUDA" This reverts commit 4a975d2edbea4092ed3d8b1ce5c9edba654b0382. --- test/Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Project.toml b/test/Project.toml index cf8011e..7788561 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -1,6 +1,8 @@ [deps] ArrayDiff = "c45fa1ca-6901-44ac-ae5b-5513a4852d50" +CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba" Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9" +JLArrays = "27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb" GenOpt = "f2c049d8-7489-4223-990c-4f1c121a4cde" JSOSolvers = "10dff2fc-5484-5881-a0e0-c90441020f8a" JuMP = "4076af6c-e467-56ae-b986-b466b2749572" From 7a15e8dc12d7734df91cb8d15547b7f34a4b7f9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Wed, 13 May 2026 18:34:13 +0200 Subject: [PATCH 2/3] Revert "remove gpu temporarily" This reverts commit 21c1330b179f5c2c226c8017721388725b4ee5c7. --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 89c1fc1..e5aa663 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -8,5 +8,5 @@ if VERSION >= v"1.11" # Needs https://github.com/JuliaSmoothOptimizers/NLPModelsJuMP.jl/pull/229 include("NLPModelsJuMP.jl") include("Optimisers.jl") - #include("Optimisers_GPU.jl") + include("Optimisers_GPU.jl") end From 620212dd00123f9f8cb8efe07070c0e861079cfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Wed, 13 May 2026 18:35:15 +0200 Subject: [PATCH 3/3] Remove JLArrays --- test/Project.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 7788561..d4973a2 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -2,7 +2,6 @@ ArrayDiff = "c45fa1ca-6901-44ac-ae5b-5513a4852d50" CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba" Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9" -JLArrays = "27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb" GenOpt = "f2c049d8-7489-4223-990c-4f1c121a4cde" JSOSolvers = "10dff2fc-5484-5881-a0e0-c90441020f8a" JuMP = "4076af6c-e467-56ae-b986-b466b2749572"