Revert "Wrap more device pointers in DeviceBuffer" (!1244)
[alexxy/gromacs.git] / src / gromacs / ewald / pme_pp_comm_gpu_impl.cpp
index d31b976c10f5a9de691420b747c26d9c0574d8ec..c5f92aa53f01cbba57da1682e4df4d28a60a2836 100644 (file)
@@ -102,12 +102,12 @@ void PmePpCommGpu::sendCoordinatesToPmeCudaDirect(void* /* sendPtr */,
                "implementation.");
 }
 
-DeviceBuffer<gmx::RVec> PmePpCommGpu::getGpuForceStagingPtr()
+void* PmePpCommGpu::getGpuForceStagingPtr()
 {
     GMX_ASSERT(!impl_,
                "A CPU stub for PME-PP GPU communication was called instead of the correct "
                "implementation.");
-    return DeviceBuffer<gmx::RVec>{};
+    return nullptr;
 }
 
 GpuEventSynchronizer* PmePpCommGpu::getForcesReadySynchronizer()