From 5e645c6e61ab8494b5a576b7ef485d9d62523409 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 23:50:47 +0100 Subject: [PATCH] CompatHelper: bump compat for GPUCompiler to 0.27, (keep existing compat) (#70) Co-authored-by: CompatHelper Julia --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1ccb78d..e765226 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" +GPUCompiler = "0.23, 0.24, 0.25, 0.26, 0.27" JSON = "0.21.4" LLVM = "6, 7, 8" LinearAlgebra = "1"