Here is a list of all files with brief descriptions:
[detail level 123]
▼ examples | |
▼ C | |
example.c | Simple C example to show how run a kernel with assert*() and PRINT*() macros and test them |
opencl_errors_map.h | List of all error codes and names extracted from /usr/include/CL/cl.h |
▼ Cpp | |
example.cpp | Simple C++ example to show how run a kernel with assert*() and PRINT*() macros and test them |
opencl_errors_map.hpp | List of all error codes and names extracted from /usr/include/CL/cl.h |
▼ Java | |
Example.java | Simple Java (at least since Java 1.8) example to show how run a kernel with assert*() and PRINT*() macros and test them |
▼ kernel | |
example.cl | Simple example of use of assert*() and PRINT*() macros |
▼ Python | |
example.py | |
▼ Scala | |
Example.scala | Simple Scala example to show how run a kernel with assert*() and PRINT*() macros and test them |
▼ OpenCL | |
assert.cl | C-like assert alternative (because assert doesn't exist in OpenCL), with necessary helper macros to transmit information to the host |
print.cl | Helper macros to use printf() function during development when it is available (from OpenCL 1.2) |
▼ tools | |
opencl_infos.py | |
opencl_parse_error_codes.py | |