Commit c1832a7
[BugFix][DP] Send DP wave completion only from dp_rank==0
We were sending this notification back to the front-end for local_dp_rank==0 rather than dp_rank==0 which could result in redundant messages.
Since the wave count is included in the message explicitly, this doesn't actually cause any functional issues.
Co-authored-by: kourosh hakhamaneshi <[email protected]>
Signed-off-by: Nick Hill <[email protected]>1 parent 94d8ec8 commit c1832a7
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
701 | 701 | | |
702 | 702 | | |
703 | 703 | | |
704 | | - | |
| 704 | + | |
705 | 705 | | |
706 | 706 | | |
707 | 707 | | |
| |||
774 | 774 | | |
775 | 775 | | |
776 | 776 | | |
777 | | - | |
| 777 | + | |
778 | 778 | | |
779 | 779 | | |
780 | 780 | | |
| |||
0 commit comments