From ce3b696ab03899a1a0ad3a0af9fd0870db316698 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 13 Sep 2023 00:44:07 +0000 Subject: [PATCH] CompatHelper: bump compat for GPUCompiler to 0.24, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a556381b..41094035 100644 --- a/Project.toml +++ b/Project.toml @@ -29,7 +29,7 @@ Adapt = "2.0, 3.0" CEnum = "0.4" ExprTools = "0.1" GPUArrays = "9" -GPUCompiler = "0.23" +GPUCompiler = "0.23, 0.24" KernelAbstractions = "0.9.1" LLVM = "6" NEO_jll = "=23.17.26241"