We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89612d6 commit dc2d588Copy full SHA for dc2d588
2 files changed
benchmark/AMDGPU/Project.toml
@@ -1,7 +1,5 @@
1
[deps]
2
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
3
-GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527"
4
-GPUCompiler = "61eb1bfa-7361-4325-ad38-22787b887f55"
5
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
6
OrdinaryDiffEqLowStorageRK = "b0944070-b475-4768-8dec-fb6eb410534d"
7
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
@@ -15,4 +13,4 @@ AMDGPU = "2.3"
15
13
JSON = "1.4.0"
16
14
OrdinaryDiffEqLowStorageRK = "1.12.0"
17
TimerOutputs = "0.5.25"
18
-Trixi = "0.15.10"
+Trixi = "0.16"
benchmark/AMDGPU/run.jl
@@ -3,9 +3,6 @@ using AMDGPU
using TimerOutputs
using JSON
-import GPUArraysCore
-GPUArraysCore.allowscalar(false)
8
-
9
function main(elixir_path)
10
11
# setup
0 commit comments