aomp icon indicating copy to clipboard operation
aomp copied to clipboard

[AOMP] Add experimental option to enable taskgraph runtime

Open jtb20 opened this issue 5 months ago • 0 comments

This patch adds an AOMP_BUILD_TASKGRAPH option to enable the runtime LIBOMP_OMPX_TASKGRAPH support in libomp. The difference in test output with the option enabled is as expected, i.e.:

Progressions in openmp.sum:

UNSUPPORTED->PASS: libomp :: tasking/omp_record_replay.cpp
UNSUPPORTED->PASS: libomp :: tasking/omp_record_replay_deps.cpp
UNSUPPORTED->PASS: libomp :: tasking/omp_record_replay_deps_multi_succ.cpp
UNSUPPORTED->PASS: libomp :: tasking/omp_record_replay_multiTDGs.cpp
UNSUPPORTED->PASS: libomp :: tasking/omp_record_replay_print_dot.cpp
UNSUPPORTED->PASS: libomp :: tasking/omp_record_replay_taskloop.cpp

jtb20 avatar Sep 10 '25 16:09 jtb20