diff --git a/InfoCUDAAMD b/InfoCUDAAMD index e6e78ea..288a3b1 100644 --- a/InfoCUDAAMD +++ b/InfoCUDAAMD @@ -2,3 +2,8 @@ LUMI AMD 10.798862 seconds (6.38 M allocations: 110.010 MiB, 0.20% gc time) 0.135200 seconds (91.82 k allocations: 2.006 MiB) +DKRZ CUDA +julia> include("TestAMD/testAMD.jl") + 0.103126 seconds (7.10 k allocations: 485.938 KiB) + 0.145442 seconds (7.10 k allocations: 485.938 KiB) + diff --git a/TestAMD/testAMD.jl b/TestAMD/testAMD.jl index 2461a9a..030a639 100644 --- a/TestAMD/testAMD.jl +++ b/TestAMD/testAMD.jl @@ -200,7 +200,7 @@ NumTr = 2 Nz = 64 NumberThreadGPU = 1024 GlobCPU = zeros(Int,DoF,NF) -read!("GlobInd",GlobCPU) +read!("TestAMD/GlobInd",GlobCPU)