You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The igpu driver is returning CL_INVALID_IMAGE_FORMAT_DESCRIPTOR for certain order/data type combos. At first I suspected this was just it returning the wrong error code (it's allowed to return CL_IMAGE_FORMAT_NOT_SUPPORTED, and we have code to handle that), but a quick experiment revealed that it is returning the correct error code for a number of formats. Could still be something dodgy with the driver, but it isn't impossible we're doing something wrong - maybe these format combinations are genuinely incompatible and the igpu is the only driver that's validating for that,
The text was updated successfully, but these errors were encountered:
The igpu driver is returning
CL_INVALID_IMAGE_FORMAT_DESCRIPTOR
for certain order/data type combos. At first I suspected this was just it returning the wrong error code (it's allowed to returnCL_IMAGE_FORMAT_NOT_SUPPORTED
, and we have code to handle that), but a quick experiment revealed that it is returning the correct error code for a number of formats. Could still be something dodgy with the driver, but it isn't impossible we're doing something wrong - maybe these format combinations are genuinely incompatible and the igpu is the only driver that's validating for that,The text was updated successfully, but these errors were encountered: