Skip to content

DPC++ daily 2022-10-06

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 06 Oct 16:24
· 123662 commits to sycl since this release
1c3d598
[SYCL][CUDA][HIP][PI] Fix barrier (#6490)

Fixes a bug in barrier implementation in CUDA and HIP plugins that often
caused barrier not to work. The new implementation is also faster.

Tests in: https://github.com/intel/llvm-test-suite/pull/1122