diff --git a/torch_npu/_inductor/lowering_op_list.py b/torch_npu/_inductor/lowering_op_list.py index db9c427e60d69e95e39e9a7b83396198831d6070..81d5ae201e9eaabe37b26e6a7a1b9c306cd6c594 100644 --- a/torch_npu/_inductor/lowering_op_list.py +++ b/torch_npu/_inductor/lowering_op_list.py @@ -5,6 +5,7 @@ aten = torch.ops.aten tr_c10d = torch.ops.tr_c10d prims = torch.ops.prims + GENERATE_LIST = [ prims.iota, aten.full,