From 2ec31247f1ec0ed834cd336928c589bb09ef35bc Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 11 Oct 2024 00:58:01 +0000 Subject: [PATCH] CompatHelper: add new compat entry for GPUCompiler at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index ddb9006..cbb590d 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 = "1" KLU = "0.5" MacroTools = "0.5" Preferences = "1"