Skip to content

Commit 3d86d1d

Browse files
committed
[NFC][OpenMP] Fix task record/replay comments
1 parent 2c7db5f commit 3d86d1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

openmp/runtime/src/kmp_tasking.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5454,7 +5454,6 @@ bool __kmpc_omp_has_task_team(kmp_int32 gtid) {
54545454

54555455
#if OMPX_TASKGRAPH
54565456
// __kmp_find_tdg: identify a TDG through its ID
5457-
// gtid: Global Thread ID
54585457
// tdg_id: ID of the TDG
54595458
// returns: If a TDG corresponding to this ID is found and not
54605459
// its initial state, return the pointer to it, otherwise nullptr
@@ -5507,7 +5506,7 @@ void __kmp_print_tdg_dot(kmp_tdg_info_t *tdg, kmp_int32 gtid) {
55075506
KA_TRACE(10, ("__kmp_print_tdg_dot(exit): T#%d tdg_id=%d \n", gtid, tdg_id));
55085507
}
55095508

5510-
// __kmp_start_record: launch the execution of a previous
5509+
// __kmp_exec_tdg: launch the execution of a previous
55115510
// recorded TDG
55125511
// gtid: Global Thread ID
55135512
// tdg: ID of the TDG

0 commit comments

Comments
 (0)