[all-commits] [llvm/llvm-project] 4c58e5: [OpenMP] Fix for distributed barrier.
Terry Wilmarth via All-commits
all-commits at lists.llvm.org
Fri Jan 20 11:54:46 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4c58e5a28f36e214144c4c76754cca666093adf3
https://github.com/llvm/llvm-project/commit/4c58e5a28f36e214144c4c76754cca666093adf3
Author: Terry Wilmarth <terry.l.wilmarth at intel.com>
Date: 2023-01-20 (Fri, 20 Jan 2023)
Changed paths:
M openmp/runtime/src/kmp_runtime.cpp
Log Message:
-----------
[OpenMP] Fix for distributed barrier.
Distributed barrier was found to cause hangs in some test cases. Found
that a section updating the barrier size was improperly shifted to a
different code section during patching. Restored to original
location, all tests run to completion.
Differential Revision: https://reviews.llvm.org/D141618
More information about the All-commits
mailing list