[Openmp-commits] [openmp] [OpenMP] Fix Taskgraph bugs (PR #136837)
Josep Pinot via Openmp-commits
openmp-commits at lists.llvm.org
Thu Apr 24 06:26:51 PDT 2025
================
@@ -5505,7 +5506,7 @@ void __kmp_print_tdg_dot(kmp_tdg_info_t *tdg, kmp_int32 gtid) {
KA_TRACE(10, ("__kmp_print_tdg_dot(exit): T#%d tdg_id=%d \n", gtid, tdg_id));
}
-// __kmp_start_record: launch the execution of a previous
+// __kmp_exec_tdg: launch the execution of a previous
----------------
jpinot wrote:
Got it 😊 Thanks for the heads-up!
https://github.com/llvm/llvm-project/pull/136837
More information about the Openmp-commits
mailing list