[all-commits] [llvm/llvm-project] 62d88a: [OpenMP] libomp: add itt notifications for teams c...
Andrey Churbanov via All-commits
all-commits at lists.llvm.org
Fri Jul 17 11:11:04 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 62d88a1c79f58b7c9a8f9d21f24bb22802d3646b
https://github.com/llvm/llvm-project/commit/62d88a1c79f58b7c9a8f9d21f24bb22802d3646b
Author: AndreyChurbanov <andrey.churbanov at intel.com>
Date: 2020-07-17 (Fri, 17 Jul 2020)
Changed paths:
M openmp/runtime/src/kmp_barrier.cpp
M openmp/runtime/src/kmp_runtime.cpp
Log Message:
-----------
[OpenMP] libomp: add itt notifications for teams construct on host
Add barrier/region notification for parallel inside teams construct
when number of teams is 1, as VTune only shows outer level regions for
simplicity.
Differential Revision: https://reviews.llvm.org/D84024
More information about the All-commits
mailing list