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