From 75c786709bb4a3a7131fb007a3cbf953c99939bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B2=E4=BD=B3=E9=A6=A8?= <1481513921@qq.com> Date: Wed, 4 Jun 2025 16:24:29 +0800 Subject: [PATCH] adding the aclnnMatmulSwigluQuant --- test/allowlist_for_publicAPI.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/allowlist_for_publicAPI.json b/test/allowlist_for_publicAPI.json index 5a03eb98de..7e83d6145c 100644 --- a/test/allowlist_for_publicAPI.json +++ b/test/allowlist_for_publicAPI.json @@ -2873,7 +2873,8 @@ "npu_nsa_select_attention_infer", "npu_transpose_batchmatmul", "npu_gather_sparse_index", - "npu_moe_distribute_combine_add_rms_norm" + "npu_moe_distribute_combine_add_rms_norm", + "npu_grouped_matmul_swiglu_quant" ], "torch_npu.contrib": [ "npu_fused_attention_with_layernorm", -- Gitee