From 170e97b102ad6a51960fde7e85e77c1129c24ded Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 7 Aug 2024 00:52:53 +0000 Subject: [PATCH] CompatHelper: add new compat entry for GPUCompiler at version 0.27, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index ddb9006..aca4876 100644 --- a/Project.toml +++ b/Project.toml @@ -37,6 +37,7 @@ libLLVM_jll = "8f36deef-c2a5-5394-99ed-8e07531fb29a" [compat] Blobs = "0.5" ChainRulesCore = "1" +GPUCompiler = "0.27" KLU = "0.5" MacroTools = "0.5" Preferences = "1"