[Openmp-commits] [PATCH] D59801: [OpenMP][Stats] Fix stats gathering for distribute and team clause

Jonathan Peyton via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Mar 25 15:18:26 PDT 2019


jlpeyton created this revision.
jlpeyton added reviewers: AndreyChurbanov, tlwilmar, hbae.
jlpeyton added a project: OpenMP.
Herald added subscribers: jdoerfert, guansong.

The distribute clause needs an explicit push of a timer. The teams
clause needs a timer added and also, similarly to parallel, exchanged
with the serial timer when encountered so that serial regions are counted properly.


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D59801

Files:
  runtime/src/kmp_csupport.cpp
  runtime/src/kmp_dispatch.cpp
  runtime/src/kmp_runtime.cpp
  runtime/src/kmp_sched.cpp
  runtime/src/kmp_stats.cpp
  runtime/src/kmp_stats.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59801.192213.patch
Type: text/x-patch
Size: 10630 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20190325/4ef20fb9/attachment-0001.bin>


More information about the Openmp-commits mailing list