cf4ocl (C Framework for OpenCL)
v2.1.0
Object-oriented framework for developing and benchmarking OpenCL projects in C/C++
|
This module offers a function to convert OpenCL error codes into human-readable strings. More...
Functions | |
const char * | ccl_err (int code) |
Convert OpenCL error code to a readable string. More... | |
This module offers a function to convert OpenCL error codes into human-readable strings.
It is widely used by other cf4ocl modules, but may also be useful to client code which directly uses OpenCL functions.
Example:
const char * ccl_err | ( | int | code | ) |
Convert OpenCL error code to a readable string.
[in] | code | OpenCL error code. |
Definition at line 118 of file ccl_errors.c.