[Openmp-commits] [PATCH] D95438: Fixing various issues within ITT regions and barriers submission

Vitaly Slobodskoy via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jan 26 04:32:43 PST 2021


slvital created this revision.
slvital added a reviewer: AndreyChurbanov.
slvital added a project: OpenMP.
slvital requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: openmp-commits, sstefan1.

1. in case function contains more than 1 region, the region name of the first region was always used in frame submission
2. the same happened with barriers
3. improper barrier naming - source column used instead of source line


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D95438

Files:
  openmp/runtime/src/kmp_itt.cpp
  openmp/runtime/src/kmp_itt.h
  openmp/runtime/src/kmp_itt.inl

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95438.319269.patch
Type: text/x-patch
Size: 15019 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210126/83c6be21/attachment-0001.bin>


More information about the Openmp-commits mailing list