Commit 35135d9
Do not constrain the layout of all-reduce
Summary:
We don't use it and it prevents DCE from removing such instructions/computations
TF2.4 Only.
Fix T43367.
Reviewers: #tensorflow, #framework_ip_review_-_any_oss_or_third-party_code_use_has_been_approved, georgep, hakons
Reviewed By: #tensorflow, #framework_ip_review_-_any_oss_or_third-party_code_use_has_been_approved, georgep
Maniphest Tasks: T43367
Differential Revision: https://phabricator.sourcevertex.net/D490551 parent ee82dcd commit 35135d9
File tree
2 files changed
+2
-2
lines changed- tensorflow/compiler/plugin/poplar
- driver/passes
- tests
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
| 291 | + | |
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| |||
0 commit comments