From b919d6d1da145c00e9556a0f77b24342e281744e 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:09:14 +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 a3f0ded7af..dc7a795e26 100644 --- a/test/torch_npu_schema.json +++ b/test/torch_npu_schema.json @@ -2633,6 +2633,9 @@ "torch_npu.npu_quant_matmul": { "signature": "(*args, **kwargs)" }, + "torch_npu.npu_fused_matmul": { + "signature": "(*args, **kwargs)" + }, "torch_npu.npu_quant_scatter": { "signature": "(*args, **kwargs)" }, -- Gitee