Commit d084e49
Fix to prevent preapply transform for inplace elementwise op
Summary:
Do not perform preapply transform for reduce if the elementwise op is inplace.
REF T68013
Reviewers: #tensorflow, #framework_ip_review_-_any_oss_or_third-party_code_use_has_been_approved, alfiee, zigmasb
Reviewed By: #tensorflow, #framework_ip_review_-_any_oss_or_third-party_code_use_has_been_approved, zigmasb
Maniphest Tasks: T68013
Differential Revision: https://phabricator.sourcevertex.net/D751451 parent d907997 commit d084e49
File tree
2 files changed
+28
-0
lines changed- tensorflow/compiler/plugin/poplar
- driver/passes
- tests
2 files changed
+28
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
85 | 89 | | |
86 | 90 | | |
87 | 91 | | |
| |||
Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
788 | 788 | | |
789 | 789 | | |
790 | 790 | | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
791 | 812 | | |
792 | 813 | | |
793 | 814 | | |
| |||
848 | 869 | | |
849 | 870 | | |
850 | 871 | | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
851 | 875 | | |
852 | 876 | | |
853 | 877 | | |
| |||
0 commit comments