Home
last modified time | relevance | path

Searched defs:PmeGpuProgramImpl (Results 1 – 4 of 4) sorted by relevance

/dports/science/gromacs/gromacs-2021.4/src/gromacs/ewald/
H A Dpme_gpu_program_impl.h73 struct PmeGpuProgramImpl struct
85 using PmeKernelHandle = cl_kernel;
87 using PmeKernelHandle = void*;
96 size_t warpSize_;
111 size_t spreadWorkGroupSize;
113 PmeKernelHandle splineKernelSingle;
115 PmeKernelHandle spreadKernelSingle;
121 PmeKernelHandle splineKernelDual;
123 PmeKernelHandle spreadKernelDual;
139 size_t gatherWorkGroupSize;
[all …]
H A Dpme_gpu_program_impl.cpp48 PmeGpuProgramImpl::PmeGpuProgramImpl(const DeviceContext& deviceContext) : in PmeGpuProgramImpl() function in PmeGpuProgramImpl
H A Dpme_gpu_program_impl.cu133 PmeGpuProgramImpl::PmeGpuProgramImpl(const DeviceContext& deviceContext) : in PmeGpuProgramImpl() function in PmeGpuProgramImpl
H A Dpme_gpu_program_impl_ocl.cpp56 PmeGpuProgramImpl::PmeGpuProgramImpl(const DeviceContext& deviceContext) : in PmeGpuProgramImpl() function in PmeGpuProgramImpl