cf4ocl (C Framework for OpenCL)
v2.1.0
Object-oriented framework for developing and benchmarking OpenCL projects in C/C++
|
Definition of a wrapper class and its methods for OpenCL queue objects. More...
Go to the source code of this file.
Macros | |
#define | ccl_queue_get_info(cq, param_name, err) |
Get a CCLWrapperInfo command queue information object. More... | |
#define | ccl_queue_get_info_array(cq, param_name, param_type, err) |
Macro which returns an array command queue information value. More... | |
#define | ccl_queue_get_info_scalar(cq, param_name, param_type, err) |
Macro which returns a scalar command queue information value. More... | |
#define | ccl_queue_ref(cq) ccl_wrapper_ref((CCLWrapper*) cq) |
Increase the reference count of the command queue object. More... | |
#define | ccl_queue_unref(cq) ccl_queue_destroy(cq) |
Alias to ccl_queue_destroy(). More... | |
#define | ccl_queue_unwrap(cq) ((cl_command_queue) ccl_wrapper_unwrap((CCLWrapper*) cq)) |
Get the OpenCL command queue object. More... | |
Definition of a wrapper class and its methods for OpenCL queue objects.
Definition in file ccl_queue_wrapper.h.