[Openmp-commits] [clang] [llvm] [openmp] [OpenMP] Taskgraph Clang 'record and replay' frontend support (PR #159774)
Alexey Bataev via Openmp-commits
openmp-commits at lists.llvm.org
Sat Sep 20 07:19:12 PDT 2025
================
@@ -2627,7 +2627,7 @@ typedef struct {
} ed;
} kmp_event_t;
-#if OMPX_TASKGRAPH
+#if OMP_TASKGRAPH_EXPERIMENTAL
----------------
alexey-bataev wrote:
Should be separate patch for runtime only
https://github.com/llvm/llvm-project/pull/159774
More information about the Openmp-commits
mailing list