Commit 730c47c
Fix RS graph capture test reference — use all_reduce not reduce_scatter_tensor
iris RS takes (M,N) input and (M,N) output (same shape). Each rank
reduces its assigned tiles from all peers. The torch equivalent is
all_reduce, not reduce_scatter_tensor (which has different shape
semantics: ws*M input → M output).
Co-Authored-By: Claude Opus 4 <noreply@anthropic.com>1 parent 084847e commit 730c47c
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
101 | 103 | | |
102 | 104 | | |
103 | 105 | | |
| |||
0 commit comments