cf4ocl (C Framework for OpenCL)
v2.1.0
Object-oriented framework for developing and benchmarking OpenCL projects in C/C++
|
Implementation of a wrapper class and its methods for OpenCL device objects. More...
Go to the source code of this file.
Data Structures | |
struct | ccl_device |
Device wrapper class. More... | |
Functions | |
cl_uint | ccl_device_get_opencl_c_version (CCLDevice *dev, CCLErr **err) |
Get the OpenCL C version supported by the device. More... | |
cl_uint | ccl_device_get_opencl_version (CCLDevice *dev, CCLErr **err) |
Get the OpenCL version supported by the device. More... | |
Implementation of a wrapper class and its methods for OpenCL device objects.
Definition in file ccl_device_wrapper.c.