[Openmp-commits] [PATCH] D146642: [OpenMP] Implement task record and replay mechanism
Chenle YU via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue May 2 00:30:14 PDT 2023
yuchenle updated this revision to Diff 518646.
yuchenle added a comment.
Tests added for `record & replay` mechanism now require `LIBOMP_OMPX_TASKGRAPH=TRUE` or `=1` CMAKE variable when building. These tests are not run by default to avoid failures, as suggested by @tianshilei1992 .
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/CMakeLists.txt
openmp/runtime/test/lit.cfg
openmp/runtime/test/lit.site.cfg.in
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.518646.patch
Type: text/x-patch
Size: 46538 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20230502/99a82ed5/attachment-0001.bin>
More information about the Openmp-commits
mailing list