Commit 3e4dc72
authored
Thread enable-modulo-support through TritonToLinalgExperimental (#40)
TritonToStructured accepts enable-modulo-support (since f2eb8c5), but
TritonToLinalgExperimental never declared the option and never forwarded
it to the inner createTritonToStructuredPass() call, so
--triton-to-linalg-experimental=enable-modulo-support=false errored with
"no such option" instead of disabling the modulo split-pointer path.1 parent 0c27923 commit 3e4dc72
2 files changed
Lines changed: 4 additions & 1 deletion
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
0 commit comments