From ba06c6c7234acdb7e40230447b50ce2783f7615d Mon Sep 17 00:00:00 2001 From: shaoyf Date: Fri, 18 Jul 2025 13:52:59 +0800 Subject: [PATCH] Add npu_top_k_top_p to pubilcAPI.json --- 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 d63da7c59ee..4b9bf30d018 100644 --- a/test/allowlist_for_publicAPI.json +++ b/test/allowlist_for_publicAPI.json @@ -2577,7 +2577,8 @@ "npu_transpose_batchmatmul", "npu_gather_sparse_index", "npu_moe_distribute_combine_add_rms_norm", - "npu_moe_eplb_update_expert" + "npu_moe_eplb_update_expert", + "npu_top_k_top_p" ], "torch_npu.contrib": [ "npu_fused_attention_with_layernorm", -- Gitee