Merge pull request #150 from LuXuxue/master

add some architectures to utils.py
This commit is contained in:
patientx 2025-05-23 13:56:59 +03:00 committed by GitHub
commit bc8ed4e728
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -276,5 +276,5 @@ def is_cdna():
def is_rdna():
return is_hip() and triton.runtime.driver.active.get_current_target().arch in ("gfx1030", "gfx1031", "gfx1100", "gfx1101",
"gfx1102", "gfx1200", "gfx1201")
return is_hip() and triton.runtime.driver.active.get_current_target().arch in ("gfx1030", "gfx1031", "gfx1035", "gfx1100", "gfx1101",
"gfx1102", "gfx1103", "gfx1150", "gfx1200", "gfx1201")