Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Anand Radhakrishnan committed Apr 1, 2024
1 parent 978c840 commit be6ddb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulation/m_fftw.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ contains
ierr = cufftExecD2Z(fwd_plan_gpu, data_real_gpu, data_cmplx_gpu)
#else
ierr = hipfftExecD2Z(fwd_plan_gpu, c_loc(data_real_gpu), c_loc(data_cmplx_gpu))
#endif
call hipCheck(hipDeviceSynchronize())
#endif
!$acc end host_data
Nfq = 3
!$acc update device(Nfq)
Expand Down

0 comments on commit be6ddb2

Please sign in to comment.