OpenCL-Headers icon indicating copy to clipboard operation
OpenCL-Headers copied to clipboard

Khronos OpenCL-Headers

Results 66 OpenCL-Headers issues
Sort by recently updated
recently updated
newest added

I started compiling OpenCL-Layers on Windows using clang using both `clang-cl.exe` and `clang.exe`. When using the GNU-like CLI, it warns about anon-structs like GCC does too and the `__extension__` decorator...

This PR adds code generation for extension headers. Instead of writing the extension headers manually, the extension headers are instead generated from the XML grammar in the OpenCL-Docs repo. I've...

See comment in a recent pull request review: https://github.com/KhronosGroup/OpenCL-Headers/pull/198#discussion_r857923758 We're going to merge the PR as-is to unblock CI but we need to investigate what is needed to re-enable the...

This is a (full fledged, functional) straw-man proposal of an implementation of one of @bashbaug ideas for easing OpenCL ICD loader issues. These headers allow an OpenCL application to be...

Should the version number here be updated: https://github.com/KhronosGroup/OpenCL-Headers/blob/59ac4dc2f282286d8db83143686cfe37ec658b84/CMakeLists.txt#L3-L7

I'm totaly new here. I coud add this repo into my repo as a submodule. I also could build on Linux and Windows. I've two thing I don't know and...

We have the POCL vendor ID in the XML file but not in the upstream headers. See: https://github.com/KhronosGroup/OpenCL-Docs/pull/737#pullrequestreview-831994910

We currently have automated testing in place for a good numbers of compilers, C versions, etc but the test code we're compiling uses almost none of the definitions provided by...

Hello, where can I find #include ? I can't find it anywhere on the Internet.

Hi guys, i got a problem. when I include opencl.hpp in my project. BUT, when i build executable for android 64 os using NDK. Here comes a compiling error, happened...