Gromacs
2019.6
|
#include <gromacs/gpu_utils/devicebuffer_ocl.h>
A minimal cl_mem wrapper that remembers its allocation type. The only point is making template type deduction possible.
Public Member Functions | |
TypedClMemory & | operator= (cl_mem data) |
An assignment operator - the purpose is to make allocation/zeroing work. | |
operator cl_mem () | |
Returns underlying cl_mem transparently. | |