[Openmp-commits] [PATCH] D133463: Device Time Profile

Neeraj Rajesh via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Sep 7 17:09:50 PDT 2022


nrj5k created this revision.
nrj5k added a reviewer: jdoerfert.
Herald added subscribers: kosarev, kerbowa, mgrang, hiraditya, jvesely.
Herald added a project: All.
nrj5k requested review of this revision.
Herald added subscribers: llvm-commits, openmp-commits, sstefan1.
Herald added projects: OpenMP, LLVM.

Adding functionality to 
— collect time information from the target devices 
— sideloads the collected data `TimeProfiler` `Entry`s

Resulting in a Libomptarget Profile containing host + target information.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D133463

Files:
  llvm/include/llvm/Support/TimeProfiler.h
  llvm/lib/Support/TimeProfiler.cpp
  llvm/test/Transforms/OpenMP/spmdization_constant_prop.ll
  openmp/libomptarget/DeviceRTL/include/Configuration.h
  openmp/libomptarget/DeviceRTL/include/Interface.h
  openmp/libomptarget/DeviceRTL/src/Configuration.cpp
  openmp/libomptarget/DeviceRTL/src/Kernel.cpp
  openmp/libomptarget/DeviceRTL/src/State.cpp
  openmp/libomptarget/include/DeviceTimeProfile.h
  openmp/libomptarget/include/device.h
  openmp/libomptarget/include/omptargetplugin.h
  openmp/libomptarget/include/rtl.h
  openmp/libomptarget/include/targetprofile.h
  openmp/libomptarget/plugins/amdgpu/src/rtl.cpp
  openmp/libomptarget/plugins/cuda/src/rtl.cpp
  openmp/libomptarget/plugins/exports
  openmp/libomptarget/src/device.cpp
  openmp/libomptarget/src/interface.cpp
  openmp/libomptarget/src/rtl.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133463.458610.patch
Type: text/x-patch
Size: 45270 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20220908/e4f78a4a/attachment-0001.bin>


More information about the Openmp-commits mailing list