Commit 4aa048f
Disable AOTriton for gfx906 and gfx908 in PyTorch builds (#3759)
This PR adds gfx906 and gfx908 to AOTRITON_UNSUPPORTED_ARCHS in the
PyTorch build script.
AOTriton is not currently supported on these architectures, which can
lead to build failures when attempting to enable Flash Attention.
Disabling it ensures PyTorch wheels build successfully for these
targets.
This aligns the build configuration with the current AOTriton
architecture support.
---------
Co-authored-by: Aravind Ravikumar <[email protected]>1 parent b059e0c commit 4aa048f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
783 | 783 | | |
784 | 784 | | |
785 | 785 | | |
786 | | - | |
787 | | - | |
| 786 | + | |
| 787 | + | |
788 | 788 | | |
789 | 789 | | |
790 | 790 | | |
| |||
0 commit comments