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

Chenle YU via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Mar 24 03:34:23 PDT 2023


yuchenle updated this revision to Diff 508024.
yuchenle marked 4 inline comments as done.
yuchenle added a comment.

changed TDG_RECORD macro to inlined function
applied clang-format where it was missed
changed TDG tests, so that they now use clangxx instead of clang, and deleted unnecessary "include" in them


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146642

Files:
  openmp/runtime/src/kmp.h
  openmp/runtime/src/kmp_global.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.508024.patch
Type: text/x-patch
Size: 41168 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20230324/274960e7/attachment-0001.bin>


More information about the Openmp-commits mailing list