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.
Several C-based samples are checking for the C++-based CL_HPP_TARGET_OPENCL_VERSION define, see comment here: #91 (comment)
We should change these to look for CL_VERSION_X_Y enums instead, or remove them entirely.