diff --git a/torch_npu/_inductor/lowering_op_list.py b/torch_npu/_inductor/lowering_op_list.py index 4092d1df3b3e7a6240c7ecc6cc08bc4156fa4ad4..30ff2092a66a4e56c56f7cb54c9f2c10333e5361 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,