DPC++ daily 2022-10-06
Pre-release
Pre-release
·
123662 commits
to sycl
since this release
[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