[all-commits] [llvm/llvm-project] 224f51: [OpenMP] Add interface for 5.1 scope construct
Hansang Bae via All-commits
all-commits at lists.llvm.org
Tue Sep 7 09:23:26 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 224f51d879b5060b5a4f57b2774f6f49a5e8951b
https://github.com/llvm/llvm-project/commit/224f51d879b5060b5a4f57b2774f6f49a5e8951b
Author: Hansang Bae <hansang.bae at intel.com>
Date: 2021-09-07 (Tue, 07 Sep 2021)
Changed paths:
M openmp/runtime/src/dllexports
M openmp/runtime/src/kmp.h
M openmp/runtime/src/kmp_csupport.cpp
Log Message:
-----------
[OpenMP] Add interface for 5.1 scope construct
The new interface only marks begin/end of a scope construct for
corresponding OMPT events, and we can use existing interfaces for
reduction operations.
Differential Revision: https://reviews.llvm.org/D108062
More information about the All-commits
mailing list