SYCL PME Gather kernel
[alexxy/gromacs.git] / src / gromacs / ewald / CMakeLists.txt
index 27dc116a28cefa732ff4a1c95448340e360566e9..78d2a4ed02b2b5eebdf1fd3533c4a12e24e038fb 100644 (file)
@@ -86,9 +86,9 @@ elseif (GMX_GPU_OPENCL)
         pme_gpu_timings.cpp
         )
 elseif (GMX_GPU_SYCL)
-    # SYCL-TODO: proper implementation
     gmx_add_libgromacs_sources(
         # GPU-specific sources
+        pme_gather_sycl.cpp
         pme_gpu.cpp
         pme_gpu_internal.cpp
         pme_gpu_program_impl_sycl.cpp
@@ -96,6 +96,7 @@ elseif (GMX_GPU_SYCL)
         pme_gpu_timings.cpp
         )
     _gmx_add_files_to_property(SYCL_SOURCES
+        pme_gather_sycl.cpp
         pme_gpu_internal.cpp
         pme_gpu_program.cpp
         pme_gpu_program_impl_sycl.cpp