llvm
llvm copied to clipboard
[SYCL][CUDA][HIP][PI] Fix barrier
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
I think none of these failures are actually related to the changes in this PR.
@steffenlarsen @smaslov-intel is this okay to merge now or are there further reviews we should request? I also see there is a failure for the ESIMD job, I assume this is unrelated.
ESIMD failures seem to happen on other PRs as well. Lets merge this.