Skip to content

Commit 4172430

Browse files
authored
Merge pull request #637 from JuliaParallel/compathelper/new_version/2025-07-19-00-28-35-938-02911005131
CompatHelper: bump compat for AMDGPU in [weakdeps] to 2, (keep existing compat)
2 parents 86c6fc3 + 6654020 commit 4172430

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ GraphViz = "f526b714-d49f-11e8-06ff-31ed36ee7ee0"
4040
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
4141
Metal = "dde4c033-4e86-420c-a63e-0dd931031962"
4242
OpenCL = "08131aa3-fb12-5dee-8b74-c09406e224a2"
43-
oneAPI = "8f75cd03-7ff8-4ecb-9b8f-daf728133b1b"
4443
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
4544
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
45+
oneAPI = "8f75cd03-7ff8-4ecb-9b8f-daf728133b1b"
4646

4747
[extensions]
4848
AbstractFFTsExt = "AbstractFFTs"
@@ -59,7 +59,7 @@ PythonExt = "PythonCall"
5959
ROCExt = "AMDGPU"
6060

6161
[compat]
62-
AMDGPU = "1"
62+
AMDGPU = "1, 2"
6363
AbstractFFTs = "1.5.0"
6464
Adapt = "4"
6565
CUDA = "3, 4, 5"
@@ -78,7 +78,6 @@ MemPool = "0.4.12"
7878
Metal = "1.1"
7979
OnlineStats = "1"
8080
OpenCL = "0.10"
81-
oneAPI = "1, 2"
8281
Plots = "1"
8382
PrecompileTools = "1.2"
8483
Preferences = "1.4.3"
@@ -90,3 +89,4 @@ StatsBase = "0.28, 0.29, 0.30, 0.31, 0.32, 0.33, 0.34"
9089
TaskLocalValues = "0.1"
9190
TimespanLogging = "0.1.1"
9291
julia = "1.9"
92+
oneAPI = "1, 2"

0 commit comments

Comments
 (0)