diff --git a/test/torch_npu_schema.json b/test/torch_npu_schema.json index f318188e70eee3682744e72c7338fc7c0f48fb21..bbfff8ae30c34f1b054a7287690c3a4b26bde558 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)" },