Commit f9737f9
[Codegen] Remove batch size in target intrinsic checks (iree-org#22289)
Conceptually, we shouldn't depend on batch size information when
checking whether we should target a mfma intrinsics as that doesn't
change whether a matmul-like operation is compute or memory bound.
Signed-off-by: Jorn Tuyls <[email protected]>1 parent 84c77f8 commit f9737f9
File tree
3 files changed
+6
-11
lines changed- compiler/src/iree/compiler/Codegen
- Common/GPU
- LLVMGPU/test
- ROCDL
3 files changed
+6
-11
lines changedLines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | 263 | | |
269 | 264 | | |
270 | 265 | | |
| |||
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
296 | | - | |
| 296 | + | |
297 | 297 | | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments