From ca1371fa16270113a0af470abd534486b86256d1 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:44:27 +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 6e83f43b3a..a94623e4a5 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)" }, -- Gitee