From 86f26a2530ad3f534ada3ee8d4ab545fca2fde99 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 20 Aug 2023 01:10:13 +0000 Subject: [PATCH] CompatHelper: bump compat for GPUCompiler to 0.22, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index bfea97f0..45bf1b2b 100644 --- a/Project.toml +++ b/Project.toml @@ -11,6 +11,6 @@ Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb" Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b" [compat] -GPUCompiler = "0.16" +GPUCompiler = "0.16, 0.22" LLVM = "4.8" julia = "1.7"