[Openmp-commits] [PATCH] D146642: [OpenMP] Implement task record and replay mechanism
Chenle YU via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Mar 27 01:03:48 PDT 2023
yuchenle updated this revision to Diff 508516.
yuchenle marked 5 inline comments as done.
yuchenle added a comment.
Deleted include <new> in tasking.cpp which was not used
Deleted global variable kmp_max_nesting which is not used in this commit
Merge nested if as suggested
Simplified initialization of is_taskgraph in
__kmp_task_finish
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.508516.patch
Type: text/x-patch
Size: 40944 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20230327/c2e28bb8/attachment-0001.bin>
More information about the Openmp-commits
mailing list