mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-04-28 07:57:12 +08:00
add some architectures to utils.py
This commit is contained in:
parent
bf94f31441
commit
dc4958db54
@ -276,5 +276,5 @@ def is_cdna():
|
|||||||
|
|
||||||
|
|
||||||
def is_rdna():
|
def is_rdna():
|
||||||
return is_hip() and triton.runtime.driver.active.get_current_target().arch in ("gfx1030", "gfx1031", "gfx1100", "gfx1101",
|
return is_hip() and triton.runtime.driver.active.get_current_target().arch in ("gfx1030", "gfx1031", "gfx1035", "gfx1100", "gfx1101",
|
||||||
"gfx1102", "gfx1200", "gfx1201")
|
"gfx1102", "gfx1103", "gfx1150", "gfx1200", "gfx1201")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user