Skip to content

cl: fix clGetDeviceInfo build with OCL < 2.0

Serge Martin requested to merge edb/piglit:fix/get-device-info into master

OpenCL 2.0 deprecates CL_DEVICE_QUEUE_PROPERTIES and replaces it with CL_DEVICE_QUEUE_ON_HOST_PROPERTIES. The define value stays the same, only the name changes

Fixes: #39 (closed)

Merge request reports