Home
last modified time | relevance | path

Searched refs:h_forcesFloat (Results 1 – 1 of 1) sorted by relevance

/dports/science/gromacs/gromacs-2021.4/src/gromacs/ewald/
H A Dpme_gpu_internal.cpp237 float* h_forcesFloat = reinterpret_cast<float*>(pmeGpu->staging.h_forces.data()); in pme_gpu_copy_input_forces() local
238 copyToDeviceBuffer(&pmeGpu->kernelParams->atoms.d_forces, h_forcesFloat, 0, in pme_gpu_copy_input_forces()
246 float* h_forcesFloat = reinterpret_cast<float*>(pmeGpu->staging.h_forces.data()); in pme_gpu_copy_output_forces() local
247 copyFromDeviceBuffer(h_forcesFloat, &pmeGpu->kernelParams->atoms.d_forces, 0, in pme_gpu_copy_output_forces()