[Openmp-commits] [PATCH] D155186: [OpenMP][OMPT] Add 'Initialized' flag

Michael Halkenhäuser via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Jul 13 04:58:27 PDT 2023


mhalk created this revision.
Herald added subscribers: sunshaoce, guansong, yaxunl.
Herald added a project: All.
mhalk requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: openmp-commits, jplehr, sstefan1.
Herald added a project: OpenMP.

We observed some overhead and unnecessary debug output.
This can be alleviated by (re-)introduction of a boolean that indicates, if the
OMPT initialization has been performed.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D155186

Files:
  openmp/libomptarget/include/OmptCallback.h
  openmp/libomptarget/plugins-nextgen/common/OMPT/OmptCallback.cpp
  openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.cpp
  openmp/libomptarget/src/OmptCallback.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155186.539964.patch
Type: text/x-patch
Size: 6283 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20230713/b54cfc7c/attachment.bin>


More information about the Openmp-commits mailing list