|
Gromacs
2023.4
|
#include <gromacs/gpu_utils/oclraii.h>
Inheritance diagram for gmx::OpenClTraits< cl_program >:
Collaboration diagram for gmx::OpenClTraits< cl_program >:Implements traits for cl_program.
Public Types | |
| using | ReleaserType = cl_int(*)(cl_program) |
| Type of the function that will release a handle of this type. | |
Static Public Attributes | |
| static constexpr ReleaserType | releaser = clReleaseProgram |
| Function that will release a handle of this type. | |
1.8.5