Turn on TORCH_ROCM_AOTRITON_ENABLE_EXPERIMENTAL by default. (#10168)

This commit is contained in:
comfyanonymous 2025-10-02 14:57:15 -07:00 committed by GitHub
parent f6e3e9a456
commit e9364ee279
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -115,6 +115,7 @@ if os.name == "nt":
os.environ['MIMALLOC_PURGE_DELAY'] = '0'
if __name__ == "__main__":
os.environ['TORCH_ROCM_AOTRITON_ENABLE_EXPERIMENTAL'] = '1'
if args.default_device is not None:
default_dev = args.default_device
devices = list(range(32))