Skip to content

Commit

Permalink
Update FcnGPU.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
OsKnoth committed Jan 3, 2024
1 parent 698bd2f commit 0c7fc7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/GPU/FcnGPU.jl
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ end

function FcnGPU!(F,U,FE,Metric,Phys,Cache,Exchange,Global,Param,DiscType)

@show sum(abs.(U[:,:,2:Nz-1]))

backend = get_backend(F)
FT = eltype(F)
Glob = FE.Glob
Expand Down

0 comments on commit 0c7fc7f

Please sign in to comment.