Add hipSYCL support to GPU 3DFFT
authorMark Abraham <mark.j.abraham@gmail.com>
Thu, 30 Sep 2021 12:42:30 +0000 (12:42 +0000)
committerMagnus Lundborg <magnus.lundborg@scilifelab.se>
Thu, 30 Sep 2021 12:42:30 +0000 (12:42 +0000)
commit2b684af003232984fa5c59f9b94b8bc9f48c188d
tree5cf38c3b9445482df8ccf6dc2591e4c8b211a64c
parentab43d55741810e943408a787ba756b35f6ba4189
Add hipSYCL support to GPU 3DFFT

Made the testing of the complex-to-real transform less likely to pass
when there's a problem.

Refs #3965
src/gromacs/ewald/pme_gpu_internal.cpp
src/gromacs/fft/CMakeLists.txt
src/gromacs/fft/gpu_3dfft.cpp
src/gromacs/fft/gpu_3dfft.h
src/gromacs/fft/gpu_3dfft_sycl_rocfft.cpp [new file with mode: 0644]
src/gromacs/fft/gpu_3dfft_sycl_rocfft.h [new file with mode: 0644]
src/gromacs/fft/tests/fft.cpp