diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index cc2872937..8e35f9bef 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -24,6 +24,7 @@ steps: setup: julia: - "1" + - "1.11" test_group: - "core_layers" - "contrib" @@ -83,6 +84,7 @@ steps: setup: julia: - "1" + - "1.11" repo: - "Boltz" - "NeuralPDE#GPU" @@ -118,6 +120,7 @@ steps: setup: julia: - "1" + - "1.11" test_group: - "core_layers" - "contrib" @@ -182,6 +185,7 @@ steps: setup: julia: - "1" + - "1.11" repo: - "Boltz" diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d46f5220e..76a6d0365 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -22,6 +22,7 @@ jobs: matrix: version: - "1" + - "~1.11.0-0" os: - ubuntu-latest - macos-latest diff --git a/Project.toml b/Project.toml index 5929819bd..e48f7cf05 100644 --- a/Project.toml +++ b/Project.toml @@ -83,6 +83,7 @@ Flux = "0.14.11" ForwardDiff = "0.10.36" Functors = "0.4.4" GPUArraysCore = "0.1.6" +JET = "0.8.29" LinearAlgebra = "1.10" Logging = "1.10" LuxAMDGPU = "0.2.2" @@ -125,6 +126,7 @@ ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7" FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000" Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c" ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" +JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b" Logging = "56ddb016-857b-54e1-b83d-db4d58db5568" LuxAMDGPU = "83120cb1-ca15-4f04-bf3b-6967d2e6b60b" LuxCUDA = "d0bbae9a-e099-4d5b-a835-1c6931763bda"