From ebbc77e3d36274e5e5254d58ad2697fde1e32689 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 19 Jul 2025 00:04:59 +0000 Subject: [PATCH] CompatHelper: bump compat for AMDGPU in [weakdeps] to 2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6bd9c7e..4905929 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ LinearOperatorsLDLFactorizationsExt = "LDLFactorizations" LinearOperatorsMetalExt = "Metal" [compat] -AMDGPU = "0.6, 0.7, 0.8, 0.9, 1" +AMDGPU = "0.6, 0.7, 0.8, 0.9, 1, 2" CUDA = "4, 5" ChainRulesCore = "1" FastClosures = "0.2, 0.3"