[Openmp-commits] [openmp] [OpenMP] Fix Taskgraph bugs (PR #136837)

Shilei Tian via Openmp-commits openmp-commits at lists.llvm.org
Wed Apr 23 11:55:41 PDT 2025


================
@@ -5452,7 +5454,6 @@ bool __kmpc_omp_has_task_team(kmp_int32 gtid) {
 
 #if OMPX_TASKGRAPH
 // __kmp_find_tdg: identify a TDG through its ID
-// gtid:   Global Thread ID
----------------
shiltian wrote:

Make an NFC change to fix the code comments. Include the other one.

https://github.com/llvm/llvm-project/pull/136837


More information about the Openmp-commits mailing list