From 064a2c082eaa10b27a9b0d33bdf1c1a1f4d5c503 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 20:00:25 +0800 Subject: [PATCH] test --- 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 dfe6179f79..3ad57f77e7 100644 --- a/test/torch_npu_schema.json +++ b/test/torch_npu_schema.json @@ -2636,6 +2636,9 @@ "torch_npu.npu_trans_quant_param": { "signature": "(*args, **kwargs)" }, + "torch_npu.npu_fused_matmul": { + "signature": "(*args, **kwargs)" + }, "torch_npu.npu_transpose": { "signature": "(self, perm, require_contiguous=True, out=None)" }, -- Gitee