Gromacs
2024.4
|
#include "gromacs/gpu_utils/syclutils.h"
#include "gromacs/math/vectypes.h"
#include "pme_gpu_internal.h"
#include "pme_gpu_types.h"
Implements PME GPU spline calculation and charge spreading in SYCL.
Classes | |
struct | SolveKernelParams |
Contains most of the parameters used by the solve kernel. More... | |
class | PmeSolveKernel< gridOrdering, computeEnergyAndVirial, gridIndex, subGroupSize > |
The kernel for PME solve. More... | |