From f09e428f084279d7fe8be45a0bda05e90f5c344c Mon Sep 17 00:00:00 2001 From: DaiFu Date: Sat, 19 Apr 2025 18:09:08 +0800 Subject: [PATCH] null --- torch_npu/utils/_dynamo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/torch_npu/utils/_dynamo.py b/torch_npu/utils/_dynamo.py index 5915b8ed9c..c40a300e2e 100644 --- a/torch_npu/utils/_dynamo.py +++ b/torch_npu/utils/_dynamo.py @@ -76,6 +76,7 @@ def UserDefinedClassVariable__new__(cls, value, **kwargs): return cls.__new__raw(cls) + def SkipFunctionVariable__new__(cls, value, reason=None, **kwargs): if value in [ torch.npu.stream, -- Gitee