Commit bbc0df1
[Inductor][Triton] Support TMA before strict 3.4 cutoff (pytorch#159777)
Summary: Inductor's 3.4 Triton release is the most common used variant of Triton, but if someone is working with an alternative version of Triton this may not match. This moves the version check from 3.4 Triton to any variant that has support for the TMA APIs.
Test Plan:
Relying on CI. Should be a NFC.
Rollback Plan:
Reviewed By: davidberard98
Differential Revision: D79378792
Pull Request resolved: pytorch#159777
Approved by: https://github.com/davidberard981 parent 33ec6e3 commit bbc0df1
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
1692 | 1692 | | |
1693 | 1693 | | |
1694 | 1694 | | |
1695 | | - | |
1696 | | - | |
1697 | 1695 | | |
1698 | 1696 | | |
1699 | 1697 | | |
1700 | 1698 | | |
1701 | 1699 | | |
1702 | | - | |
| 1700 | + | |
1703 | 1701 | | |
1704 | 1702 | | |
1705 | 1703 | | |
| |||
0 commit comments