[Openmp-commits] [PATCH] D157725: Fix Slice Duplicate in Profiler

Aaron Jarmusch via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Aug 11 08:22:51 PDT 2023


jarmusch created this revision.
Herald added a project: All.
jarmusch requested review of this revision.
Herald added a project: OpenMP.
Herald added a subscriber: openmp-commits.

Using LIBOMPTARGET_PROFILER, duplicates are created from timing both Kernel functions and Data update functions.
I commented out the duplicate timescope and left them in the targetkernel and the targetdataupdate functions. This
way the timescope calls will be closer to the launching of the kernel and the data moving.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D157725

Files:
  openmp/libomptarget/src/interface.cpp
  openmp/libomptarget/src/omptarget.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157725.549410.patch
Type: text/x-patch
Size: 6330 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20230811/adf79418/attachment-0001.bin>


More information about the Openmp-commits mailing list