Commit 7b29378
authored
Remove verification of tmem allocation size (#8782)
This check can fail, because `supportMMA` does not validate that the
result of a dot must be able to fit in tmem before using MMAv5. This
then results in an assertion failure.
Instead of hardcoding this constraint in the optimizer, remove the check
and allow the allocator to run out of tmem later.1 parent 06c0b20 commit 7b29378
File tree
2 files changed
+21
-8
lines changed- lib/Dialect/TritonGPU/IR
- test/TritonGPU
2 files changed
+21
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | 146 | | |
155 | 147 | | |
156 | 148 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
743 | 743 | | |
744 | 744 | | |
745 | 745 | | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
0 commit comments