Skip to content

Commit

Permalink
Fixes from previous merge
Browse files Browse the repository at this point in the history
  • Loading branch information
njansson committed Apr 9, 2024
1 parent cbd9b63 commit 06af899
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/gs/bcknd/device/gs_device.F90
Original file line number Diff line number Diff line change
Expand Up @@ -348,9 +348,7 @@ subroutine gs_gather_device(this, v, m, o, dg, u, n, gd, nb, b, op, shrd)
call neko_error('No device backend configured')
#endif

#if defined(HAVE_HIP) || defined(HAVE_CUDA)
call device_event_record(this%gather_event, strm)
#endif

if (this%shared_on_host) then
if (this%nshared .eq. m) then
Expand Down Expand Up @@ -420,7 +418,6 @@ subroutine gs_scatter_device(this, v, m, dg, u, n, gd, nb, b, shrd, event)
else
call device_sync(strm)
end if
#endif

end associate
end if
Expand Down

0 comments on commit 06af899

Please sign in to comment.