From b87b45524d326b27c99920023486ee1da018d5fe 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:56:39 +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 5f48be8675..41f29d78ab 100644 --- a/test/torch_npu_schema.json +++ b/test/torch_npu_schema.json @@ -2645,6 +2645,9 @@ "torch_npu.npu_sign_bits_unpack": { "signature": "(inputs, size, dtype)" }, + "torch_npu.npu_fused_matmul": { + "signature": "(*args, **kwargs)" + }, "torch_npu.npu_slice": { "signature": "(self, offsets, size)" }, -- Gitee