You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL][E2E] Fix invalid discard_write in atomic_memory_order_seq_cst (#10900)
The atomic_memory_order_seq_cst incorrectly uses discard_write access
after initializing its memory. This causes failures on some hardware.
This commit fixes this invalid access mode.
---------
Signed-off-by: Larsen, Steffen <[email protected]>
0 commit comments