Skip to content

Commit 2dfe68a

Browse files
authored
[NFC][OpenMP] Fix task record/replay comments (#137178)
1 parent f572a59 commit 2dfe68a

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
@@ -5452,7 +5452,6 @@ bool __kmpc_omp_has_task_team(kmp_int32 gtid) {
54525452

54535453
#if OMPX_TASKGRAPH
54545454
// __kmp_find_tdg: identify a TDG through its ID
5455-
// gtid: Global Thread ID
54565455
// tdg_id: ID of the TDG
54575456
// returns: If a TDG corresponding to this ID is found and not
54585457
// its initial state, return the pointer to it, otherwise nullptr
@@ -5505,7 +5504,7 @@ void __kmp_print_tdg_dot(kmp_tdg_info_t *tdg, kmp_int32 gtid) {
55055504
KA_TRACE(10, ("__kmp_print_tdg_dot(exit): T#%d tdg_id=%d \n", gtid, tdg_id));
55065505
}
55075506

5508-
// __kmp_start_record: launch the execution of a previous
5507+
// __kmp_exec_tdg: launch the execution of a previous
55095508
// recorded TDG
55105509
// gtid: Global Thread ID
55115510
// tdg: ID of the TDG

0 commit comments

Comments
 (0)