From 3fc518f642676d11664ed3be7302adf1b81cb5e7 Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Sat, 5 Sep 2026 21:46:31 +0200 Subject: [PATCH] Allow CompilerCaching 0.5 CompilerCaching 0.5 changes the const-specialized entry API. GPUCompiler uses the unchanged generic inference and results APIs, so it can support both 0.4 and 0.5 without source changes. Allow 0.5 so CUDA and cuTile can resolve together when cuTile adopts the new API. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d775a62d..7390c5e1 100644 --- a/Project.toml +++ b/Project.toml @@ -36,7 +36,7 @@ HighlightsExt = "Highlights" [compat] AMDGPU_LLVM_Backend_jll = "22" -CompilerCaching = "0.4" +CompilerCaching = "0.4, 0.5" ExprTools = "0.1" Highlights = "0.6" InteractiveUtils = "1"