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

Khronos OpenCL-CLHPP

Results 76 OpenCL-CLHPP issues
Sort by recently updated
recently updated
newest added

Looks like its trying to invoke the function as `::clFinalizeCommandBufferKHR`, but since that is an extension fn it is not found by the build time linker when linking against an...

clCreateCommandQueueWithProperties does not support properties like CL_QUEUE_PRIORITY_KHR CL_QUEUE_THROTTLE_KHR, currently only support CL_QUEUE_PROPERTIES

The following describes a discrepancy in the CMake scripts of the OpenCL-CLHPP project: - The test suite is configured to build only if it is explicitly enabled via `BUILD_TESTING` and...

- Added .gitignore file, - Added .clang-format (based on OpenCL-SDK's corresponding file) and format enforcing script. - Minor changes to source files to avoid warnings on all compilers tested in...