cf4ocl (C Framework for OpenCL)
v2.1.0
Object-oriented framework for developing and benchmarking OpenCL projects in C/C++
|
Files | |
file | _ccl_abstract_dev_container_wrapper.h [code] |
file | _ccl_abstract_wrapper.h [code] |
file | _ccl_defs.h [code] |
Useful definitions used internally by cf4ocl. | |
file | _ccl_kernel_wrapper.h [code] |
This header provides the prototype of the ccl_kernel_get_arg_info_adapter() function. | |
file | _ccl_memobj_wrapper.h [code] |
file | ccl_abstract_wrapper.h [code] |
Definition of an abstract wrapper class and its methods for OpenCL objects. | |
file | ccl_buffer_wrapper.h [code] |
Definition of a wrapper class and its methods for OpenCL buffer objects. | |
file | ccl_common.h [code] |
Common cf4ocl definitions. | |
file | ccl_context_wrapper.h [code] |
Definition of a wrapper class and its methods for OpenCL context objects. | |
file | ccl_device_query.h [code] |
Functions for querying OpenCL devices. | |
file | ccl_device_selector.h [code] |
Classes and functions for filtering and selecting OpenCL contexts and associated devices. | |
file | ccl_device_wrapper.h [code] |
Definition of a wrapper class and its methods for OpenCL device objects. | |
file | ccl_errors.h [code] |
Convert OpenCL error codes to readable strings (function header). | |
file | ccl_event_wrapper.h [code] |
Definition of a wrapper class and its methods for OpenCL event objects. | |
file | ccl_export.h [code] |
file | ccl_image_wrapper.h [code] |
Definition of a wrapper class and its methods for OpenCL image objects. | |
file | ccl_kernel_arg.h [code] |
Definition of a wrapper type and related functions for a OpenCL kernel arguments. | |
file | ccl_kernel_wrapper.h [code] |
Definition of a wrapper class and its methods for OpenCL kernel objects. | |
file | ccl_memobj_wrapper.h [code] |
Definition of a wrapper class and its methods for OpenCL memory objects. | |
file | ccl_oclversions.h [code] |
Header for normalizing OpenCL versions within cf4ocl. | |
file | ccl_platform_wrapper.h [code] |
Definition of a wrapper class and its methods for OpenCL platform objects. | |
file | ccl_platforms.h [code] |
Definition of a class which represents the list of OpenCL platforms available in the system and respective methods. | |
file | ccl_profiler.h [code] |
Definition of classes and methods for profiling OpenCL events. | |
file | ccl_program_wrapper.h [code] |
Definition of a wrapper class and its methods for OpenCL program objects. | |
file | ccl_queue_wrapper.h [code] |
Definition of a wrapper class and its methods for OpenCL queue objects. | |
file | ccl_sampler_wrapper.h [code] |
Definition of a wrapper class and its methods for OpenCL sampler objects. | |