Skip to content

DPC++ daily 2023-01-20

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 20 Jan 17:22
· 112879 commits to sycl since this release
2aef0c9
[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.