From 2549b13b2801eebe02a6ca244308f57d42543b15 Mon Sep 17 00:00:00 2001 From: d00845784 Date: Thu, 11 Sep 2025 11:06:49 +0800 Subject: [PATCH] empty --- torch_npu/_inductor/lowering_op_list.py | 1 + 1 file changed, 1 insertion(+) diff --git a/torch_npu/_inductor/lowering_op_list.py b/torch_npu/_inductor/lowering_op_list.py index db9c427e60..81d5ae201e 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, -- Gitee