Commit fbb361a
Han Wang
fix(test): skip DDP tests when NCCL is selected with fewer than 2 GPUs
NCCL rejects two ranks sharing the same GPU device, causing all DDP
tests to fail on single-GPU CI runners. Skip the entire module when
the backend is NCCL and device_count < 2.1 parent 28fbcac commit fbb361a
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
66 | 70 | | |
67 | 71 | | |
68 | 72 | | |
| |||
0 commit comments