Fix setup.py

This commit is contained in:
Daniel Han 2025-06-30 19:25:49 -07:00
commit bf1d9e3112
3 changed files with 11 additions and 6 deletions

View file

@ -145,8 +145,8 @@ def get_requirements() -> list[str]:
return requirements
INSTINCT_ARCH=("gfx942", "gfx90a")
RADEON_ARCH=("gfx1100", "gfx1101", "gfx1102", "gfx1200", "gfx1201")
INSTINCT_ARCH = ("gfx942", "gfx90a")
RADEON_ARCH = ("gfx1100", "gfx1101", "gfx1102", "gfx1200", "gfx1201")
class RocmExtraInstallCommand(install):