[all-commits] [llvm/llvm-project] cced40: [OpenMP] Rename ompx_taskgraph->omp_taskgraph_expe...

Julian Brown via All-commits all-commits at lists.llvm.org
Tue Apr 28 02:38:30 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cced4082785cde51cc76d2df76066a5a3feff232
      https://github.com/llvm/llvm-project/commit/cced4082785cde51cc76d2df76066a5a3feff232
  Author: Julian Brown <julian.brown at amd.com>
  Date:   2026-04-28 (Tue, 28 Apr 2026)

  Changed paths:
    M openmp/runtime/CMakeLists.txt
    M openmp/runtime/src/kmp.h
    M openmp/runtime/src/kmp_config.h.cmake
    M openmp/runtime/src/kmp_global.cpp
    M openmp/runtime/src/kmp_settings.cpp
    M openmp/runtime/src/kmp_taskdeps.cpp
    M openmp/runtime/src/kmp_taskdeps.h
    M openmp/runtime/src/kmp_tasking.cpp
    M openmp/runtime/test/CMakeLists.txt
    M openmp/runtime/test/lit.cfg
    M openmp/runtime/test/lit.site.cfg.in
    M openmp/runtime/test/tasking/omp_record_replay.cpp
    M openmp/runtime/test/tasking/omp_record_replay_deps.cpp
    M openmp/runtime/test/tasking/omp_record_replay_deps_multi_succ.cpp
    M openmp/runtime/test/tasking/omp_record_replay_multiTDGs.cpp
    M openmp/runtime/test/tasking/omp_record_replay_print_dot.cpp
    M openmp/runtime/test/tasking/omp_record_replay_taskloop.cpp

  Log Message:
  -----------
  [OpenMP] Rename ompx_taskgraph->omp_taskgraph_experimental

This patch renames the option to enable taskgraph support in the
runtime from OMPX_TASKGRAPH to OMP_TASKGRAPH_EXPERIMENTAL, to reflect
the feature's official status in OpenMP 6.0, but also the feature's
current work-in-progress nature.

commit-id:fa62775a

Reviewers: ro-i

Reviewed By: ro-i

Pull Request: https://github.com/llvm/llvm-project/pull/194045



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list