From 3eb657893430ea414006ec53a84d5a1a155b2848 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 12 Aug 2025 00:17:11 +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 1ca75401f..6227cc210 100644 --- a/Project.toml +++ b/Project.toml @@ -73,7 +73,7 @@ LinearSolveSparseArraysExt = "SparseArrays" LinearSolveSparspakExt = ["SparseArrays", "Sparspak"] [compat] -AMDGPU = "1" +AMDGPU = "1, 2" AllocCheck = "0.2" Aqua = "0.8" ArrayInterface = "7.7"