cl: fix clGetDeviceInfo build with OCL < 2.0
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)
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
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)