Gromacs
2025-dev-20241003-bd59e46
|
#include <memory>
Declares PmeGpuProgram to store data derived from the GPU context or devices for PME, such as (compiled) kernel handles and the warp sizes they work with.
Classes | |
class | PmeGpuProgram |
Stores PME data derived from the GPU context or devices. More... | |
Typedefs | |
using | PmeGpuProgramStorage = std::unique_ptr< PmeGpuProgram > |
This is an owning handle for the compiled PME GPU kernels. | |
Functions | |
PmeGpuProgramStorage | buildPmeGpuProgram (const DeviceContext &) |
Factory function used to build persistent PME GPU program for the device at once. | |