Fix handling of "invalid property" when creating OpenCL command queue (#1565)
The `clCreateCommandQueue()` function will return the code `CL_INVALID_QUEUE_PROPERTIES` when passed unsupported properties, not `CL_INVALID_PROPERTY` as the original code was checking for.
M
Maarten ter Huurne committed
7d873811f31d4d8c909015c946a862c0089cda7d
Parent: 2e6cd4b
Committed by GitHub <noreply@github.com>
on 5/23/2023, 4:01:15 PM