From f4b6abb82c42036732d5401c16503b0a045f636b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 10 Oct 2024 20:56:27 +0000 Subject: [PATCH] CompatHelper: bump compat for GPUCompiler to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7be05ab..7ffc3b9 100644 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,7 @@ libcxxwrap_julia_jll = "3eaa8342-bff7-56a5-9981-c04077f7cee7" [compat] Clang = "0.14, 0.17.4, 0.18" CxxWrap = "0.14, 0.16" -GPUCompiler = "0.23, 0.24, 0.25, 0.26, 0.27" +GPUCompiler = "0.23, 0.24, 0.25, 0.26, 0.27, 1" JSON = "0.21.4" LLVM = "6, 7, 8, 9" LinearAlgebra = "1"