Commit af1e9c8
authored
[OpenMP] Fix missing gtid argument in __kmp_print_tdg_dot function (#111986)
This patch modifies the signature of the `__kmp_print_tdg_dot` function
in `kmp_tasking.cpp` to include the global thread ID (gtid) as an
argument. The gtid is now correctly passed to the function.
- Updated the function declaration to accept the gtid parameter.
- Modified all calls to `__kmp_print_tdg_dot` to pass the correct gtid
value.
This change addresses issues encountered when compiling with
`OMPX_TASKGRAPH` enabled. No functional changes are expected beyond
successful compilation.1 parent 9d98acb commit af1e9c8
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