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
Modules
Here is a list of all modules:
[detail level 12]
 Buffer wrapperThe buffer wrapper module provides functionality for simple handling of OpenCL buffer objects
 Command queue wrapperThe command queue wrapper module provides functionality for simple handling of OpenCL command queue objects
 Context wrapperThe context wrapper module provides functionality for simple handling of OpenCL context objects
 Device queryThis module facilitates the querying of OpenCL devices
 Device selectorThis module offers a mechanism for selecting OpenCL devices, mainly for context creation, although its functionality can be used for other purposes
 Dependent filtersDependent filters perform device selection based on the characteristics of all devices present in the list passed to them
 Independent filtersIndependent filters perform device selection based on per-device characteristics
 Device wrapperThe device wrapper module provides functionality for simple handling of OpenCL device objects
 ErrorsThis module offers a function to convert OpenCL error codes into human-readable strings
 Event wrapperThe event wrapper module provides functionality for simple handling of OpenCL event objects
 Event wait listsThis module provides simple management of event wait lists
 Image wrapperThe image wrapper module provides functionality for simple handling of OpenCL image objects
 Kernel wrapperThe kernel wrapper module provides functionality for simple handling of OpenCL kernel objects
 Kernel argument wrappersThis module defines the CCLArg* class which wraps kernel arguments
 Memory object wrapperThe memory object wrapper module provides functionality for simple handling of generic OpenCL memory objects
 Platform wrapperThe platform wrapper module provides functionality for simple handling of OpenCL platform objects
 PlatformsThe platforms module provides functionality for managing the OpenCL platforms available in the system
 ProfilerThe profiler module provides classes and methods for profiling wrapped OpenCL events and queues
 Program wrapperThe program wrapper module provides functionality for simple handling of OpenCL program objects
 Sampler wrapperThe sampler wrapper module provides functionality for simple handling of OpenCL sampler objects