Skip to content

Commit

Permalink
Merge pull request #21 from chcheng3/main
Browse files Browse the repository at this point in the history
NewRadX: Switch to device loop in main routine
  • Loading branch information
lwJi authored Mar 22, 2024
2 parents 0df04eb + c415e61 commit 2224a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NewRadX/src/newradx.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ void NewRadX_Apply(const cGH *restrict const cctkGH,
};

const Loop::GridDescBaseDevice grid(cctkGH);
grid.loop_outermost_int<0,0,0>(
grid.loop_outermost_int_device<0,0,0>(
grid.nghostzones,
[=] CCTK_DEVICE CCTK_HOST(const Loop::PointDesc &p)
CCTK_ATTRIBUTE_ALWAYS_INLINE {
Expand Down

0 comments on commit 2224a84

Please sign in to comment.