Gromacs
2019.3
|
#include <gromacs/gpu_utils/oclraii.h>
Implements traits for cl_program.
Static Public Attributes | |
static constexpr ReleaserType | releaser = clReleaseProgram |
Function that will release a handle of this type. | |
Additional Inherited Members | |
Public Types inherited from gmx::OpenClTraitsBase< cl_program > | |
using | ReleaserType = cl_int(*)(cl_program) |
Type of the function that will release a handle of this type. | |