-
Notifications
You must be signed in to change notification settings - Fork 125
[L0][Image] Set ZeImageDesc member of _ur_image in release build for legacy image #1498
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
[L0][Image] Set ZeImageDesc member of _ur_image in release build for legacy image #1498
Conversation
…legacy image This fix a regression intel/llvm#13090 caused by 8499b57 which adds ZeImageDesc member to _ur_image regardless of NDEBUG.
…for legacy image - reenable the image interop test with fix to image interop in release builds - precommit PR for oneapi-src/unified-runtime#1498 Signed-off-by: Neil R. Spruit <[email protected]>
Thank you @wenju-he , I have created a draft PR with your change along with the re-enable of the image test following your update. If this passes, then we should be able to merge this change along with enabling the test again. |
Your changes appear to be working now here: |
The failure in the CI is in the amd testing which is unrelated to this change. |
Thank you @nrspruit |
#13338) …for legacy image - reenable the image interop test with fix to image interop in release builds - precommit PR for oneapi-src/unified-runtime#1498 --------- Signed-off-by: Neil R. Spruit <[email protected]> Co-authored-by: Aaron Greig <[email protected]>
…geCreateWithNativeHandle [L0][Image] Set ZeImageDesc member of _ur_image in release build for legacy image
…thNativeHandle [L0][Image] Set ZeImageDesc member of _ur_image in release build for legacy image
intel#13338) …for legacy image - reenable the image interop test with fix to image interop in release builds - precommit PR for oneapi-src/unified-runtime#1498 --------- Signed-off-by: Neil R. Spruit <[email protected]> Co-authored-by: Aaron Greig <[email protected]>
This fix a regression intel/llvm#13090 caused by 8499b57 which adds ZeImageDesc member to _ur_image regardless of NDEBUG.