Skip to content

User friendly message for bad OpenCL installations...

Álvaro López García requested to merge github/fork/mgajda/master into master

Created by: mgajda

Khronos .icd extension may report error when no platform is found. This patch essentially provides a friendly error message like: *** Exception: CL_PLATFORM_NOT_FOUND_KHR

Previously it was just an error code: *** Exception: CLError.toEnum: Cannot match -1001

Merge request reports