From e44156429aacc50f3dd6b6fb2c265c2ded5446d4 Mon Sep 17 00:00:00 2001 From: "Navid C. Constantinou" Date: Thu, 2 Feb 2023 16:39:55 +1100 Subject: [PATCH 1/2] test on julia 1.8 --- .buildkite/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index b9f1df57..198b9946 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -16,10 +16,10 @@ steps: if: build.message !~ /\[skip tests\]/ timeout_in_minutes: 60 - - label: "🐫 Julia 1.7" + - label: "🐫 Julia 1.8" plugins: - JuliaCI/julia#v1: - version: 1.7 + version: 1.8 - JuliaCI/julia-test#v1: ~ agents: queue: "juliagpu" From eccf6df2e475391cd9e47df50d0ca99e231d36ee Mon Sep 17 00:00:00 2001 From: "Navid C. Constantinou" Date: Thu, 2 Feb 2023 16:41:20 +1100 Subject: [PATCH 2/2] add compat for CUDA v4 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9ce4d9aa..b0649e1a 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] -CUDA = "^1, ^2.4.2, 3.0.0 - 3.6.4, ^3.7.1" +CUDA = "^1, ^2.4.2, 3.0.0 - 3.6.4, ^3.7.1, 4" DocStringExtensions = "^0.8, 0.9" FFTW = "^1" FourierFlows = "^0.10.0"