Implement PME solve in SYCL
[alexxy/gromacs.git] / src / gromacs / ewald / CMakeLists.txt
index ac50cc1a4811948787c6e9366f7b71efa2712e9c..fd24566ee0c883f576b1f9ed6ab3e7efb32e2238 100644 (file)
@@ -60,7 +60,6 @@ if (GMX_GPU_CUDA)
     gmx_add_libgromacs_sources(
         # CUDA-specific sources
         pme_gather.cu
-        pme_gpu_3dfft.cu
         pme_solve.cu
         pme_spread.cu
         pme_gpu_program_impl.cu
@@ -80,7 +79,6 @@ if (GMX_GPU_CUDA)
 elseif (GMX_GPU_OPENCL)
     gmx_add_libgromacs_sources(
         # OpenCL-specific sources
-        pme_gpu_3dfft_ocl.cpp
         pme_gpu_program_impl_ocl.cpp
         # GPU-specific sources
         pme_gpu.cpp
@@ -88,21 +86,26 @@ elseif (GMX_GPU_OPENCL)
         pme_gpu_timings.cpp
         )
 elseif (GMX_GPU_SYCL)
-    # SYCL-TODO: proper implementation
     gmx_add_libgromacs_sources(
-        # Files that implement stubs
-        pme_gpu_sycl_stubs.cpp
         # GPU-specific sources
+        pme_gather_sycl.cpp
         pme_gpu.cpp
         pme_gpu_internal.cpp
+        pme_gpu_program_impl_sycl.cpp
         pme_gpu_timings.cpp
+        pme_solve_sycl.cpp
+        pme_spread_sycl.cpp
         )
     _gmx_add_files_to_property(SYCL_SOURCES
+        pme_gather_sycl.cpp
         pme_gpu_internal.cpp
         pme_gpu_program.cpp
-        pme_gpu_sycl_stubs.cpp
+        pme_gpu_program_impl_sycl.cpp
+        pme_gpu_3dfft_sycl.cpp
         pme_gpu_timings.cpp
-        )
+        pme_solve_sycl.cpp
+        pme_spread_sycl.cpp
+      )
 else()
     gmx_add_libgromacs_sources(
         # Files that implement stubs