feat(benchmark): per-model/GPU batch sizes and vocab projection for GEMM bench#265
Open
Z-Y00 wants to merge 1 commit into
Open
feat(benchmark): per-model/GPU batch sizes and vocab projection for GEMM bench#265Z-Y00 wants to merge 1 commit into
Z-Y00 wants to merge 1 commit into
Conversation
Z-Y00
commented
Mar 31, 2026
- Replace hardcoded BATCH_SIZE_LIST with dict aligned with primus config
- Add GPU_NAME_MAP to normalize GPU variants (MI355X -> MI35*, MI300X -> MI30*)
- Populate batch sizes from Primus training configs for MI35*/MI30* across dense models (Llama-2, Llama-3.1, Qwen2.5) and MoE models (DeepSeek-V2/V3, Grok-2, Mixtral, Qwen3)
- Add vocab_size to DenseModelConfigs and lm_head projection to gen_gemm_test_cases
- Update bench_gemm_turbo/torch/te to use get_batch_sizes(model, dtype, gpu)
Collaborator
|
Please rebase onto the latest main, then resubmit the code to trigger CI/CD. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.