[all-commits] [llvm/llvm-project] 6b7645: [OpenMP] Add time profiling support in libomp

Giorgis Georgakoudis via All-commits all-commits at lists.llvm.org
Thu Jan 21 09:15:34 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6b7645dd31e5b171479fb0aa47c800e5e0d6616f
      https://github.com/llvm/llvm-project/commit/6b7645dd31e5b171479fb0aa47c800e5e0d6616f
  Author: Giorgis Georgakoudis <georgakoudis1 at llnl.gov>
  Date:   2021-01-21 (Thu, 21 Jan 2021)

  Changed paths:
    M openmp/runtime/CMakeLists.txt
    M openmp/runtime/src/CMakeLists.txt
    M openmp/runtime/src/kmp_config.h.cmake
    M openmp/runtime/src/kmp_runtime.cpp

  Log Message:
  -----------
  [OpenMP] Add time profiling support in libomp

Profiling has been recently implemented in libomptarget (D93055). This patch enables time profiling support for libomptarget in libomp, to support profiling of multi-threaded execution of offloaded regions.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D94855




More information about the All-commits mailing list