aomp
aomp copied to clipboard
[AOMP] Add experimental option to enable taskgraph runtime
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