From b87a62e627d0aa594cb03185b38ddb151f06fc89 Mon Sep 17 00:00:00 2001 From: Valentin Churavy Date: Sat, 4 Jul 2026 11:29:44 +0200 Subject: [PATCH] Allow GPUToolbox v2 and v3 Breaking changes in GPUToolbox v2/v3 only affect @memoize and LazyInitialized; AMDGPU only uses @gcsafe_ccall, which is unchanged. Co-Authored-By: Claude Fable 5 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 98644e79b..8facabe50 100644 --- a/Project.toml +++ b/Project.toml @@ -61,7 +61,7 @@ EnzymeCore = "0.8" ExprTools = "0.1" GPUArrays = "11.3.1" GPUCompiler = "1" -GPUToolbox = "0.1.0, 0.2, 0.3, 1" +GPUToolbox = "0.1.0, 0.2, 0.3, 1, 2, 3" KernelAbstractions = "0.9.2" LLD_jll = "15, 16, 17, 18, 19, 20" LLVM = "9"