-
Notifications
You must be signed in to change notification settings - Fork 750
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Bindless][E2E] Fix read_norm_types test failure (#13723)
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
- Loading branch information
Showing
1 changed file
with
20 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters