From 3d5bc1330eba5c49fcad13efa5314d37bbdc9467 Mon Sep 17 00:00:00 2001 From: Youwei Xiao Date: Tue, 28 Apr 2026 14:47:41 +0800 Subject: [PATCH] Update: drop small manual-scope benchmark entry --- tools/benchmark_rounds.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/benchmark_rounds.sh b/tools/benchmark_rounds.sh index 149bd1690..d88a9ef3d 100755 --- a/tools/benchmark_rounds.sh +++ b/tools/benchmark_rounds.sh @@ -30,7 +30,6 @@ PROJECT_ROOT="$(cd "$SCRIPT_DIR/.." && pwd)" declare -A TMR_EXAMPLE_CASES=( [alternating_matmul_add]="Case1" [benchmark_bgemm]="Case0" - [paged_attention_manual_scope]="Case1,Case2" [paged_attention_unroll]="Case1,Case2" [paged_attention_unroll_manual_scope]="Case1,Case2" [batch_paged_attention]="Case1" @@ -39,7 +38,6 @@ declare -A TMR_EXAMPLE_CASES=( TMR_EXAMPLE_ORDER=( alternating_matmul_add benchmark_bgemm - paged_attention_manual_scope paged_attention_unroll paged_attention_unroll_manual_scope batch_paged_attention