diff --git a/test/torch_npu_schema.json b/test/torch_npu_schema.json index 6e83f43b3adaa512b64fa25b4886324d0def85e1..a94623e4a505c4a9aa51dd19dbe26cccded011c5 100644 --- a/test/torch_npu_schema.json +++ b/test/torch_npu_schema.json @@ -2642,6 +2642,9 @@ "torch_npu.npu_transpose_batchmatmul": { "signature": "(*args, **kwargs)" }, + "torch_npu.npu_fused_matmul": { + "signature": "(*args, **kwargs)" + }, "torch_npu.npu_weight_quant_batchmatmul": { "signature": "(x, weight, antiquant_scale, antiquant_offset=None, quant_scale=None, quant_offset=None, bias=None, antiquant_group_size=0, inner_precise=0)" },