From 9590395bc3f5e750279e00eb9488631f29c47699 Mon Sep 17 00:00:00 2001 From: huangyunlong Date: Mon, 11 Aug 2025 14:38:36 +0800 Subject: [PATCH] test no aclfinalize --- torch_npu/__init__.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/torch_npu/__init__.py b/torch_npu/__init__.py index 755309772a..1a3e69126f 100644 --- a/torch_npu/__init__.py +++ b/torch_npu/__init__.py @@ -255,10 +255,6 @@ def _npu_shutdown(): torch_npu.asd.asd.matmul_check._cleanup() -# register npu shutdown hook on exit -atexit.register(_npu_shutdown) - - # init and register rpc npu backend _rpc_backend_registry() -- Gitee