From 1bbdfcd0b7720374a62e3841b2a4731485f39910 Mon Sep 17 00:00:00 2001 From: Katharine Hyatt Date: Wed, 19 Aug 2026 17:19:19 +0200 Subject: [PATCH] Set minimum CUDA to 6.3 Should pick up https://github.com/JuliaGPU/CUDA.jl/pull/3240 and fix the ambiguity error --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index afbc3531d..5bd02dd39 100644 --- a/Project.toml +++ b/Project.toml @@ -30,7 +30,7 @@ MatrixAlgebraKitMooncakeExt = "Mooncake" [compat] AMDGPU = "2" -CUDA = "6" +CUDA = "6.3" ChainRulesCore = "1" Enzyme = "0.13.148" GenericLinearAlgebra = "0.3.19, 0.4"