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_device_wrapper.c File Reference

(5ce357a)

Implementation of a wrapper class and its methods for OpenCL device objects. More...

Include dependency graph for ccl_device_wrapper.c:

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

Detailed Description

Implementation of a wrapper class and its methods for OpenCL device objects.

Author
Nuno Fachada
Date
2016

Definition in file ccl_device_wrapper.c.