Commit 0fabc3b
CUDA aarch64 12.6 and 12.8 builds fix triton constraints (pytorch#165022)
CUDA aarch64 12.6 and 12.8 builds fix triton constraints (pytorch#165013)
Since we have introduced CUDA aarch64 builds for all cuda versions we need to remove this constraint.
This was missed by pytorch#162364
Proper constraint on triton should be:
```
Requires-Dist: triton==3.5.0; platform_system == "Linux"
```
not:
```
Requires-Dist: triton==3.5.0; platform_system == "Linux" and platform_machine == "x86_64"
```
Pull Request resolved: pytorch#165013
Approved by: https://github.com/Camyll, https://github.com/nWEIdia, https://github.com/tinglvv
(cherry picked from commit 81dbeb0)
Co-authored-by: atalman <[email protected]>1 parent 26e023a commit 0fabc3b
1 file changed
+1
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
| 74 | + | |
82 | 75 | | |
83 | 76 | | |
84 | 77 | | |
| |||
0 commit comments