From eb3bc88962357918f00f3101cdfca69401979478 Mon Sep 17 00:00:00 2001 From: Carlo Lucibello Date: Wed, 20 Sep 2023 09:50:14 +0200 Subject: [PATCH] update CUDA compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e4e40fb042..212a2ca1fd 100644 --- a/Project.toml +++ b/Project.toml @@ -36,7 +36,7 @@ FluxMetalExt = "Metal" [compat] AMDGPU = "0.5, 0.6" Adapt = "3.0" -CUDA = "4" +CUDA = "4, 5" ChainRulesCore = "1.12" Functors = "0.4" MLUtils = "0.4"