From f274a3096b25c3bf613e68b7240cd605f506629d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E6=85=A7=E9=A2=96?= Date: Thu, 22 May 2025 19:33:42 +0800 Subject: [PATCH] final_version --- test/torch_npu_schema.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/torch_npu_schema.json b/test/torch_npu_schema.json index f318188e70..bbfff8ae30 100644 --- a/test/torch_npu_schema.json +++ b/test/torch_npu_schema.json @@ -2639,6 +2639,9 @@ "torch_npu.npu_moe_compute_expert_tokens": { "signature": "(sorted_experts, num_experts=1)" }, + "torch_npu.npu_fused_matmul": { + "signature": "(*args, **kwargs)" + }, "torch_npu.npu_moe_finalize_routing": { "signature": "(expanded_permuted_rows, skip1, skip2, bias, scales, expanded_src_to_dst_row, export_for_source_row)" }, -- Gitee