Commit e6bcbbe
[Inductor] No longer throw error in bmm out_dtype lowering due to tem… (pytorch#166922)
[Inductor] No longer throw error in bmm out_dtype lowering due to template heuristics (pytorch#166457)
Fixes pytorch#165892
Pull Request resolved: pytorch#166457
Approved by: https://github.com/coconutruben
(cherry picked from commit c2e3cc7)
Co-authored-by: PaulZhang12 <[email protected]>1 parent 8f658d7 commit e6bcbbe
File tree
2 files changed
+26
-2
lines changed- test/inductor
- torch/_inductor/kernel
2 files changed
+26
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1479 | 1479 | | |
1480 | 1480 | | |
1481 | 1481 | | |
| 1482 | + | |
| 1483 | + | |
| 1484 | + | |
| 1485 | + | |
| 1486 | + | |
| 1487 | + | |
| 1488 | + | |
| 1489 | + | |
| 1490 | + | |
| 1491 | + | |
| 1492 | + | |
| 1493 | + | |
| 1494 | + | |
| 1495 | + | |
| 1496 | + | |
| 1497 | + | |
| 1498 | + | |
| 1499 | + | |
| 1500 | + | |
| 1501 | + | |
| 1502 | + | |
| 1503 | + | |
| 1504 | + | |
1482 | 1505 | | |
1483 | 1506 | | |
1484 | 1507 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
212 | 214 | | |
213 | | - | |
214 | 215 | | |
215 | 216 | | |
216 | 217 | | |
| |||
0 commit comments