Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions tools/benchmark_rounds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down
Loading