Commit 6c6d334
committed
[OpenMP] Fix missing input argument in __kmp_print_tdg_dot function
Modified __kmp_print_tdg_dot to accept the global thread ID (gtid).
Updated all calls to pass the gtid, ensuring correct task
identification when printing the task dependency graph (TDG).1 parent 4451f9f commit 6c6d334
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5491 | 5491 | | |
5492 | 5492 | | |
5493 | 5493 | | |
5494 | | - | |
| 5494 | + | |
| 5495 | + | |
5495 | 5496 | | |
5496 | 5497 | | |
5497 | 5498 | | |
| |||
5693 | 5694 | | |
5694 | 5695 | | |
5695 | 5696 | | |
5696 | | - | |
| 5697 | + | |
5697 | 5698 | | |
5698 | 5699 | | |
5699 | 5700 | | |
| |||
0 commit comments