Remove hardcoded warp_size == 32 assumption from PME GPU
[alexxy/gromacs.git] / src / gromacs / ewald / CMakeLists.txt
index 7c0b32891763bd99750379369bd6b206a0152113..735cb06e6bb7473e076fb16c79d07226d25ccda7 100644 (file)
@@ -71,12 +71,11 @@ elseif (GMX_USE_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
         pme-gpu-internal.cpp
         pme-gpu-timings.cpp
-        # Files that implement stubs
-        pme-gpu-program-impl.cpp
         )
 else()
     gmx_add_libgromacs_sources(