Gromacs
2020.4
|
#include "gmxpre.h"
#include "pme_gpu_program.h"
#include <memory>
#include "pme_gpu_program_impl.h"
Implements PmeGpuProgram, which wrap arounds PmeGpuProgramImpl to store permanent PME GPU context-derived data, such as (compiled) kernel handles.
Functions | |
PmeGpuProgramStorage | buildPmeGpuProgram (const gmx_device_info_t *deviceInfo) |
Factory function used to build persistent PME GPU program for the device at once. | |