Gromacs
2024.4
|
#include <gromacs/gpu_utils/oclutils.h>
OpenCL GPU runtime data.
The device runtime data is meant to hold objects associated with a GROMACS rank's (thread or process) use of a single device (multiple devices per rank is not implemented). These objects should be constructed at ther point where a device dets assigned to a rank and released at when this assignment is no longer valid (i.e. at cleanup in the current implementation).
Public Attributes | |
cl_program | program |
OpenCL program. | |