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][Reduction] Fix last group detection's atomic memory_order (#8058)
It needs to be at least `memory_order::acq_rel` because we need updates
to the partial sums to be visible to the last finished thread.
This was caught on an existing test from the intel/llvm-test-suite that
we've run internally on a new configuration, hence no complementary test
suite change.
0 commit comments