mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 14:50:49 +08:00
Update utils.py
This commit is contained in:
parent
e973632f11
commit
a963fba415
@ -276,5 +276,5 @@ def is_cdna():
|
||||
|
||||
|
||||
def is_rdna():
|
||||
return is_hip() and triton.runtime.driver.active.get_current_target().arch in ("gfx1030", "gfx1100", "gfx1101",
|
||||
return is_hip() and triton.runtime.driver.active.get_current_target().arch in ("gfx1030", "gfx1031", "gfx1100", "gfx1101",
|
||||
"gfx1102", "gfx1200", "gfx1201")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user