Gromacs  2024.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Static Public Attributes
gmx::OpenClTraits< cl_kernel > Struct Template Reference

#include <gromacs/gpu_utils/oclraii.h>

+ Inheritance diagram for gmx::OpenClTraits< cl_kernel >:
+ Collaboration diagram for gmx::OpenClTraits< cl_kernel >:

Description

template<>
struct gmx::OpenClTraits< cl_kernel >

Implements traits for cl_kernel.

Static Public Attributes

static constexpr ReleaserType releaser = clReleaseKernel
 Function that will release a handle of this type.
 

Additional Inherited Members

- Public Types inherited from gmx::OpenClTraitsBase< cl_kernel >
using ReleaserType = cl_int(*)(cl_kernel)
 Type of the function that will release a handle of this type.
 

The documentation for this struct was generated from the following file: