[Openmp-commits] [PATCH] D91189: Add support for Intel's umonitor/umwait
Terry Wilmarth via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Nov 10 10:27:02 PST 2020
tlwilmar created this revision.
tlwilmar added reviewers: jlpeyton, hbae, AndreyChurbanov.
tlwilmar added a project: OpenMP.
Herald added subscribers: mstorsjo, jfb.
tlwilmar requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added a subscriber: sstefan1.
These changes add support for Intel's umonitor/umwait usage in wait code, for architectures that support those intrinsic functions. Usage of umonitor/umwait is off by default, but can be turned on by setting the KMP_USER_LEVEL_MWAIT environment variable.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D91189
Files:
openmp/runtime/src/i18n/en_US.txt
openmp/runtime/src/kmp.h
openmp/runtime/src/kmp_barrier.cpp
openmp/runtime/src/kmp_global.cpp
openmp/runtime/src/kmp_os.h
openmp/runtime/src/kmp_runtime.cpp
openmp/runtime/src/kmp_settings.cpp
openmp/runtime/src/kmp_stats.h
openmp/runtime/src/kmp_taskdeps.cpp
openmp/runtime/src/kmp_tasking.cpp
openmp/runtime/src/kmp_wait_release.cpp
openmp/runtime/src/kmp_wait_release.h
openmp/runtime/src/z_Linux_util.cpp
openmp/runtime/src/z_Windows_NT_util.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91189.304248.patch
Type: text/x-patch
Size: 58886 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20201110/07ad23be/attachment-0001.bin>
More information about the Openmp-commits
mailing list