[Openmp-commits] [PATCH] D146642: [OpenMP] Implement task record and replay mechanism

Chenle YU via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Apr 5 07:53:51 PDT 2023


yuchenle updated this revision to Diff 511100.
yuchenle added a comment.

Shielding changes within a macro OMPX_TASKGRAPH. This macro can be defined as 1 or TRUE at CMAKE configuration time via LIBOMP_OMPX_TASKGRAPH. The default value of it is FALSE.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146642/new/

https://reviews.llvm.org/D146642

Files:
  openmp/runtime/CMakeLists.txt
  openmp/runtime/src/kmp.h
  openmp/runtime/src/kmp_config.h.cmake
  openmp/runtime/src/kmp_global.cpp
  openmp/runtime/src/kmp_settings.cpp
  openmp/runtime/src/kmp_taskdeps.cpp
  openmp/runtime/src/kmp_taskdeps.h
  openmp/runtime/src/kmp_tasking.cpp
  openmp/runtime/test/tasking/omp_record_replay.cpp
  openmp/runtime/test/tasking/omp_record_replay_deps.cpp
  openmp/runtime/test/tasking/omp_record_replay_multiTDGs.cpp
  openmp/runtime/test/tasking/omp_record_replay_taskloop.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146642.511100.patch
Type: text/x-patch
Size: 44934 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20230405/ab415652/attachment-0001.bin>


More information about the Openmp-commits mailing list