cf4ocl (C Framework for OpenCL)  v2.1.0
Object-oriented framework for developing and benchmarking OpenCL projects in C/C++
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ccl_queue_wrapper.h File Reference

(5ce357a)

Definition of a wrapper class and its methods for OpenCL queue objects. More...

Include dependency graph for ccl_queue_wrapper.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Definition of a wrapper class and its methods for OpenCL queue objects.

Author
Nuno Fachada
Date
2016

Definition in file ccl_queue_wrapper.h.