Commit fb25ccb
Han Wang
fix(pt_expt): disable DDPOptimizer to prevent compiled graph splitting
DDPOptimizer splits the inner compiled graph at bucket boundaries,
producing subgraph outputs with symbolic integers that crash AOT
Autograd (pytorch/pytorch#134182).1 parent 447a572 commit fb25ccb
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
27 | 35 | | |
28 | 36 | | |
29 | 37 | | |
| |||
0 commit comments