From ddca5c4f08f24187885556fc498856c6791bceda Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 07:50:08 +0200 Subject: [PATCH] CompatHelper: bump compat for GPUCompiler to 1, (keep existing compat) (#455) Co-authored-by: CompatHelper Julia --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2ad06e39e..b32b0d84a 100644 --- a/Project.toml +++ b/Project.toml @@ -41,7 +41,7 @@ CEnum = "0.4, 0.5" CodecBzip2 = "0.8" ExprTools = "0.1" GPUArrays = "10.1" -GPUCompiler = "0.26, 0.27" +GPUCompiler = "0.26, 0.27, 1" KernelAbstractions = "0.9.1" LLVM = "7.2, 8, 9" LLVMDowngrader_jll = "0.3"