Skip to content

Commit

Permalink
Small change
Browse files Browse the repository at this point in the history
  • Loading branch information
OsKnoth committed Dec 12, 2023
1 parent 8cc7213 commit 8bed81f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions InfoCUDAAMD
Original file line number Diff line number Diff line change
Expand Up @@ -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)

2 changes: 1 addition & 1 deletion TestAMD/testAMD.jl
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ NumTr = 2
Nz = 64
NumberThreadGPU = 1024
GlobCPU = zeros(Int,DoF,NF)
read!("GlobInd",GlobCPU)
read!("TestAMD/GlobInd",GlobCPU)



Expand Down

0 comments on commit 8bed81f

Please sign in to comment.