-
Notifications
You must be signed in to change notification settings - Fork 750
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
[CUDA][E2E] bindless_images/read_norm_types.cpp failed on SYCL Nightly #13281
Comments
@JackAKirk FYI |
Thank you for this report. We're aware of the issue and are tracking internally. |
For now, we've XFAILed the test so that it doesn't affect CI while we continue to investigate this issue. See here: #13425 |
Please see this PR which addresses the failure in the test.
Note: the SYCL spec does not define exactly what should happen in the case where |
Fix the read_norm_types test failure by moving the calculation of work item ids inside dimension selecting constexprs. get_global_id(x) where x is greater than NDims in the nd_item causes the kernel to crash. Remove XFAIL from the test. Also, fixup the test as it was not sampling the whole image correctly or validating every element in the image. Addresses issue: #13281
Describe the bug
bindless_images/read_norm_types.cpp
Refer: https://github.com/intel/llvm/actions/runs/8548669532/job/23442092835
To reproduce
DPC++ version: fe44bad
Environment
sycl-ls --verbose
output:Additional context
No response
The text was updated successfully, but these errors were encountered: