Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

igpu fails for a lot of formats in urMemImageCreateWithImageFormatParam.cpp #2638

Open
Tracked by #2607
aarongreig opened this issue Jan 29, 2025 · 0 comments
Open
Tracked by #2607

Comments

@aarongreig
Copy link
Contributor

aarongreig commented Jan 29, 2025

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,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant