Gromacs
2024.4
|
Declare backend-specific LINCS GPU functions.
Functions | |
void | gmx::launchLincsGpuKernel (LincsGpuKernelParameters *kernelParams, const DeviceBuffer< Float3 > &d_x, DeviceBuffer< Float3 > d_xp, bool updateVelocities, DeviceBuffer< Float3 > d_v, real invdt, bool computeVirial, const DeviceStream &deviceStream) |
Backend-specific function to launch LINCS kernel. More... | |
Variables | |
static constexpr int | gmx::c_threadsPerBlock = 256 |
Number of threads in a GPU block. | |