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

C samples checking for CL_HPP defines

Open bashbaug opened this issue 1 year ago • 0 comments

Several C-based samples are checking for the C++-based CL_HPP_TARGET_OPENCL_VERSION define, see comment here: https://github.com/KhronosGroup/OpenCL-SDK/pull/91#discussion_r1395576205

We should change these to look for CL_VERSION_X_Y enums instead, or remove them entirely.

bashbaug avatar Nov 18 '23 02:11 bashbaug