Skip to content

Commit ad004db

Browse files
vchuravyranocha
andauthored
Remove AMDGPU extension (#2485)
Co-authored-by: Hendrik Ranocha <[email protected]>
1 parent c9d975f commit ad004db

File tree

5 files changed

+0
-112
lines changed

5 files changed

+0
-112
lines changed

Project.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,22 +54,19 @@ TrixiBase = "9a0f1c46-06d5-4909-a5a3-ce25d3fa3284"
5454
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
5555

5656
[weakdeps]
57-
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
5857
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
5958
Convex = "f65535da-76fb-5f13-bab9-19810c17039a"
6059
ECOS = "e2685f51-7e38-5353-a97d-a921fd2c8199"
6160
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
6261
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
6362

6463
[extensions]
65-
TrixiAMDGPUExt = "AMDGPU"
6664
TrixiCUDAExt = "CUDA"
6765
TrixiConvexECOSExt = ["Convex", "ECOS"]
6866
TrixiMakieExt = "Makie"
6967
TrixiNLsolveExt = "NLsolve"
7068

7169
[compat]
72-
AMDGPU = "1.3.5"
7370
Accessors = "0.1.36"
7471
Adapt = "4"
7572
CUDA = "5.8"

ext/TrixiAMDGPUExt.jl

Lines changed: 0 additions & 19 deletions
This file was deleted.

test/Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[deps]
22
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
3-
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
43
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
54
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
65
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
@@ -34,7 +33,6 @@ TrixiTest = "0a316866-cbd0-4425-8bcb-08103b2c1f26"
3433
[compat]
3534
Adapt = "4"
3635
ADTypes = "1.11"
37-
AMDGPU = "1.3.5"
3836
Aqua = "0.8"
3937
CairoMakie = "0.12, 0.13, 0.14, 0.15"
4038
Convex = "0.16"

test/runtests.jl

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,4 @@ const TRIXI_NTHREADS = clamp(Sys.CPU_THREADS, 2, 3)
118118
@warn "Unable to run CUDA tests on this machine"
119119
end
120120
end
121-
122-
@time if TRIXI_TEST == "all" || TRIXI_TEST == "AMDGPU"
123-
import AMDGPU
124-
if AMDGPU.functional()
125-
include("test_amdgpu.jl")
126-
else
127-
@warn "Unable to run AMDGPU tests on this machine"
128-
end
129-
end
130121
end

test/test_amdgpu.jl

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)