[Openmp-commits] [openmp] [OpenMP] Fix Taskgraph bugs (PR #136837)
Shilei Tian via Openmp-commits
openmp-commits at lists.llvm.org
Thu Apr 24 06:11:06 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
----------------
shiltian wrote:
That should go in a separate PR. LLVM only allows squash commits when merging a PR.
As for coding style, we don't really have a strict standard for `libomp`. I'd recommend following the older code style. By "older," I mean the code from around 2017, not the stuff added in the last year or two.
https://github.com/llvm/llvm-project/pull/136837
More information about the Openmp-commits
mailing list