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
File List
Here is a list of all documented files with brief descriptions:
[detail level 123]
  include
  cf4ocl2
 _ccl_abstract_dev_container_wrapper.h
 _ccl_abstract_wrapper.h
 _ccl_defs.hUseful definitions used internally by cf4ocl
 _ccl_kernel_wrapper.hThis header provides the prototype of the ccl_kernel_get_arg_info_adapter() function
 _ccl_memobj_wrapper.h
 ccl_abstract_wrapper.hDefinition of an abstract wrapper class and its methods for OpenCL objects
 ccl_buffer_wrapper.hDefinition of a wrapper class and its methods for OpenCL buffer objects
 ccl_common.hCommon cf4ocl definitions
 ccl_context_wrapper.hDefinition of a wrapper class and its methods for OpenCL context objects
 ccl_device_query.hFunctions for querying OpenCL devices
 ccl_device_selector.hClasses and functions for filtering and selecting OpenCL contexts and associated devices
 ccl_device_wrapper.hDefinition of a wrapper class and its methods for OpenCL device objects
 ccl_errors.hConvert OpenCL error codes to readable strings (function header)
 ccl_event_wrapper.hDefinition of a wrapper class and its methods for OpenCL event objects
 ccl_export.h
 ccl_image_wrapper.hDefinition of a wrapper class and its methods for OpenCL image objects
 ccl_kernel_arg.hDefinition of a wrapper type and related functions for a OpenCL kernel arguments
 ccl_kernel_wrapper.hDefinition of a wrapper class and its methods for OpenCL kernel objects
 ccl_memobj_wrapper.hDefinition of a wrapper class and its methods for OpenCL memory objects
 ccl_oclversions.hHeader for normalizing OpenCL versions within cf4ocl
 ccl_platform_wrapper.hDefinition of a wrapper class and its methods for OpenCL platform objects
 ccl_platforms.hDefinition of a class which represents the list of OpenCL platforms available in the system and respective methods
 ccl_profiler.hDefinition of classes and methods for profiling OpenCL events
 ccl_program_wrapper.hDefinition of a wrapper class and its methods for OpenCL program objects
 ccl_queue_wrapper.hDefinition of a wrapper class and its methods for OpenCL queue objects
 ccl_sampler_wrapper.hDefinition of a wrapper class and its methods for OpenCL sampler objects
 cf4ocl2.hAggregate header for cf4ocl
  lib
 _ccl_abstract_dev_container_wrapper.h
 _ccl_abstract_wrapper.h
 _ccl_defs.hUseful definitions used internally by cf4ocl
 _ccl_kernel_wrapper.hThis header provides the prototype of the ccl_kernel_get_arg_info_adapter() function
 _ccl_memobj_wrapper.h
 ccl_abstract_dev_container_wrapper.cImplementation of the methods of the abstract device container wrapper class
 ccl_abstract_wrapper.cImplementation of an abstract wrapper class and its methods for OpenCL objects
 ccl_abstract_wrapper.hDefinition of an abstract wrapper class and its methods for OpenCL objects
 ccl_buffer_wrapper.cImplementation of a wrapper class and its methods for OpenCL buffer objects
 ccl_buffer_wrapper.hDefinition of a wrapper class and its methods for OpenCL buffer objects
 ccl_common.cCommon cf4ocl implementations
 ccl_context_wrapper.cImplementation of a wrapper class and its methods for OpenCL context objects
 ccl_context_wrapper.hDefinition of a wrapper class and its methods for OpenCL context objects
 ccl_device_query.cClasses and functions to query OpenCL devices
 ccl_device_query.hFunctions for querying OpenCL devices
 ccl_device_selector.cClasses and functions for filtering and selecting OpenCL contexts and associated devices
 ccl_device_selector.hClasses and functions for filtering and selecting OpenCL contexts and associated devices
 ccl_device_wrapper.cImplementation of a wrapper class and its methods for OpenCL device objects
 ccl_device_wrapper.hDefinition of a wrapper class and its methods for OpenCL device objects
 ccl_errors.cConvert OpenCL error codes to readable strings
 ccl_errors.hConvert OpenCL error codes to readable strings (function header)
 ccl_event_wrapper.cImplementation of a wrapper class and its methods for OpenCL event objects
 ccl_event_wrapper.hDefinition of a wrapper class and its methods for OpenCL event objects
 ccl_image_wrapper.cImplementation of a wrapper class and its methods for OpenCL image objects
 ccl_image_wrapper.hDefinition of a wrapper class and its methods for OpenCL image objects
 ccl_kernel_arg.cImplementation of a wrapper type and related functions for a OpenCL kernel arguments
 ccl_kernel_arg.hDefinition of a wrapper type and related functions for a OpenCL kernel arguments
 ccl_kernel_wrapper.cImplementation of a wrapper class and its methods for OpenCL kernel objects
 ccl_kernel_wrapper.hDefinition of a wrapper class and its methods for OpenCL kernel objects
 ccl_memobj_wrapper.cImplementation of a wrapper class and its methods for OpenCL memory objects
 ccl_memobj_wrapper.hDefinition of a wrapper class and its methods for OpenCL memory objects
 ccl_oclversions.hHeader for normalizing OpenCL versions within cf4ocl
 ccl_platform_wrapper.cImplementation of a wrapper class and its methods for OpenCL platform objects
 ccl_platform_wrapper.hDefinition of a wrapper class and its methods for OpenCL platform objects
 ccl_platforms.cImplementation of a class which represents the list of OpenCL platforms available in the system and respective methods
 ccl_platforms.hDefinition of a class which represents the list of OpenCL platforms available in the system and respective methods
 ccl_profiler.cImplementation of classes and methods for profiling OpenCL events
 ccl_profiler.hDefinition of classes and methods for profiling OpenCL events
 ccl_program_wrapper.cImplementation of a wrapper class and its methods for OpenCL program objects
 ccl_program_wrapper.hDefinition of a wrapper class and its methods for OpenCL program objects
 ccl_queue_wrapper.cImplementation of a wrapper class and its methods for OpenCL queue objects
 ccl_queue_wrapper.hDefinition of a wrapper class and its methods for OpenCL queue objects
 ccl_sampler_wrapper.cImplementation of a wrapper class and its methods for OpenCL sampler objects
 ccl_sampler_wrapper.hDefinition of a wrapper class and its methods for OpenCL sampler objects
 cf4ocl2.hAggregate header for cf4ocl
  utils
 ccl_c.cUtility for offline compilation and linking of OpenCL kernels
 ccl_devinfo.cUtility to query OpenCL platforms and devices
 ccl_utils.hCommon header file for _cf4ocl utilities
 ccl_plot_events.pyPlots a Gantt-like chart of OpenCL events using the profiling info exported using the profiler module