Commit 8f7406d
authored
[SYCL][Bindless][E2E] Add missing wait in test between copy and verification (#18111)
Fixes #16923 'example_1_1D_read_write.cpp' has a sporadic failure on
battlemage where it fails to validate the data. This is likely due to a
missing 'q.wait_and_throw()' between copying the data from the device to
host and verifying it. Adding the wait should fix this failure.1 parent cfb508a commit 8f7406d
File tree
1 file changed
+3
-0
lines changed- sycl/test-e2e/bindless_images/examples
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
70 | 73 | | |
71 | 74 | | |
72 | 75 | | |
| |||
0 commit comments