feat(tasks): add curated Campaign 20 kernel benchmarks - #75
Open
irvineoy wants to merge 3 commits into
Open
Conversation
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.
Summary
This PR rebuilds the independently mergeable subset of #44 on top of the
current
main, instead of carrying forward the original 1,780-file change.gemm_a16_w16_kernelgemm_a8w8_blockscale_kerneltopk_forwardwrite_req_to_token_pool_tritonpaged_attention_largewvsplitkcanonical performance timing path
triton_kernelspackagesgfx950) and derives device properties such as CU count atruntime
workspace_*directories below./experiments/andgit-ignores that directory
Scope decisions from #44
This intentionally leaves out:
mainpaged_attention_ragged, because its previous form vendored a fullComposable Kernel tree; it should be a separate pinned repository task or
vendor only the minimal dependency closure
The resulting task change is under 1 MiB, versus 1,780 files and about 696k
added lines in #44.
Validation completed
Static and framework checks:
git diff --checkmake check-perf-helpersmake check-evaluatormake check-docker-runnermake check-visualizationTask validator on an AMD Instinct MI355X (
gfx950) usinglmsysorg/sglang-rocm:v0.5.14-rocm720-mi35x-20260705:paged_attention_large: PASS, 10/10 checkswvsplitk: PASS, 10/10 checkscorrectness-implementation review, performance, self-contained, and GPU-hang
checks passing; no warnings or timeouts in the final reports
The validator runs used temporary ignored YAML files, which were deleted after
the runs. Their reports are retained locally below
./experiments/and are notpart of this PR.
Related to #44.