Commit 2eea949
PR #21104: [NVIDIA GPU] Preserve backend config when folding transpose
Imported from GitHub PR #21104
Transpose folding pass doesn't preserve backend config when creating the new dot with transpose folded. Changing the behavior to copy the old dot's config to the new dot.
Copybara import of the project:
--
d2d6b62 by TJ Xu <[email protected]>:
Preserve backend config when folding transpose
--
6b5fa3a by TJ Xu <[email protected]>:
use SetupDerivedInstruction instead of just copying the backend config
Merging this change closes #21104
COPYBARA_INTEGRATE_REVIEW=#21104 from Tixxx:tixxx/transpose_folding 6b5fa3a
PiperOrigin-RevId: 7152045231 parent 2e7cb97 commit 2eea949
2 files changed
+25
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
559 | 559 | | |
560 | 560 | | |
561 | 561 | | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
562 | 582 | | |
563 | 583 | | |
0 commit comments