From 5dbb177fbe9f5d7380c5a8cb813b4c6ceaf5b83f Mon Sep 17 00:00:00 2001 From: zhuceHW Date: Thu, 4 Sep 2025 15:51:07 +0800 Subject: [PATCH] 1. remove(temporary) aten.sin, aten.cos from lowering list --- torch_npu/_inductor/lowering_op_list.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/torch_npu/_inductor/lowering_op_list.py b/torch_npu/_inductor/lowering_op_list.py index 4092d1df3b3..30ff2092a66 100644 --- a/torch_npu/_inductor/lowering_op_list.py +++ b/torch_npu/_inductor/lowering_op_list.py @@ -72,8 +72,6 @@ GENERATE_LIST = [ aten.logical_not, aten.pow, aten.gelu, - aten.sin, - aten.cos, aten.tanh, aten.isnan, aten.bitwise_and, -- Gitee