OpenCL C++ Bindings
|
#include <opencl.hpp>
Static Public Member Functions | |
static cl_int | retain (cl_device_id device) |
static cl_int | release (cl_device_id device) |
OpenCL 1.2 devices do have retain/release.
Definition at line 1682 of file opencl.hpp.
|
inlinestatic |
Retain the device.
device | A valid device created using createSubDevices |
Definition at line 1704 of file opencl.hpp.
|
inlinestatic |
Retain the device.
device | A valid device created using createSubDevices |
Definition at line 1693 of file opencl.hpp.