Turn on TORCH_ROCM_AOTRITON_ENABLE_EXPERIMENTAL by default.

This commit is contained in:
comfyanonymous 2025-10-02 17:53:01 -04:00
parent f6e3e9a456
commit 42508ab789

View File

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