Commit 51db978
[ExternalInterfaces] Fix LinalgExtFusionInterface registeration (#20244)
addExtension adds a dialect dependency on the dialect passed as an
argument. If LinalgExtDialect is never registered, we would never
register LinalgExtFusionInterface for linalg ops.
Signed-off-by: Elias Joseph <[email protected]>1 parent de28048 commit 51db978
File tree
1 file changed
+1
-4
lines changed- compiler/src/iree/compiler/ExternalInterfaces
1 file changed
+1
-4
lines changedLines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
| 126 | + | |
130 | 127 | | |
131 | 128 | | |
132 | 129 | | |
| |||
0 commit comments