Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL][ClangLinkerWrapper] Fix race condition (#12378)
This patch fixes a data race in the following line of the code that is supposed to be run parallelly and needs mutex protection. WrappedOutput.push_back(*SYCLOutputOrErr);
- Loading branch information