Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix handling of "invalid property" when creating OpenCL command queue (…
…ggerganov#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.
- Loading branch information