[Openmp-commits] [openmp] [OpenMP] Fix Taskgraph bugs (PR #136837)
Josep Pinot via Openmp-commits
openmp-commits at lists.llvm.org
Thu Apr 24 03:22:05 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:
I Updated to commit message to [[NFC][OpenMP] Fix task record/replay comments](https://github.com/llvm/llvm-project/pull/136837/commits/3d86d1d5e70c67adacb8b364a47436d8a57f7134),
I noticed a few different formatting styles in the commit history—do you have a preferred convention?
https://github.com/llvm/llvm-project/pull/136837
More information about the Openmp-commits
mailing list