Commit a43d893
authored
[Dispatch] Disable scatter fusion with producers (#19565)
Backends don't currently support scatter fusion and will silently
compile incorrect code. This should be turned off in order to prevent
backends from generating incorrect results. I don't think any users are
running into this currently, but its best to keep it off for now.
Similar to #19535 but for both
`indices` and `updates`.
---------
Signed-off-by: Ian Wood <[email protected]>1 parent d746a57 commit a43d893
File tree
2 files changed
+4
-3
lines changed- compiler/src/iree/compiler/DispatchCreation
- test
2 files changed
+4
-3
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
651 | 651 | | |
652 | 652 | | |
653 | 653 | | |
654 | | - | |
| 654 | + | |
| 655 | + | |
655 | 656 | | |
656 | 657 | | |
657 | 658 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
40 | 42 | | |
41 | | - | |
42 | | - | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments