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

[Bindless][E2E] Fix read_norm_types test failure #13723

Merged
merged 1 commit into from
May 10, 2024

Conversation

Seanst98
Copy link
Contributor

@Seanst98 Seanst98 commented May 9, 2024

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

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.
@Seanst98 Seanst98 temporarily deployed to WindowsCILock May 9, 2024 10:11 — with GitHub Actions Inactive
@Seanst98
Copy link
Contributor Author

@intel/llvm-gatekeepers can we merge this please?

@martygrant martygrant merged commit a64f996 into intel:sycl May 10, 2024
14 checks passed
@Seanst98 Seanst98 deleted the sean/fix-read-norm-types branch May 10, 2024 09:39
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

Successfully merging this pull request may close these issues.

4 participants