Feat/flydsl attention authoring levers - #424
Open
amd-wangfan wants to merge 3 commits into
Open
Conversation
…sed attn bwd skill Add the fused multi-GEMM levers card, draft expert skill, gfx942 MLA FlyDSL bwd SOTA, related optimization/benchmarking corrections, and opt-in agent effort pass-through. Co-authored-by: Cursor <cursoragent@cursor.com>
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
authoring_attention_levers.md), plus the gfx942 MLA backward SOTA card and a draftflydsl_fused_attention_backwardexpert skill (trainingonly, not auto-applied).Scope:
perf_knowledge/only. Same 54 operators, 226 backend cards. No inference-path or workflow behavior change.Test plan
python perf_knowledge/expert_skills/_contribute/validate_skill.py flydsl_fused_attention_backward --static._gen_registry.py).## Sources. L0 is unaffected (docs-only). No L1: skill staysdraftand is not auto-applied.Benchmark results
MLA 192/128 causal varlen backward, gfx942 (times in µs):
dv=128unpadded: ASM fwd + CK bwddv=128unpadded: ASM fwd + FlyDSL bwdNote: The generated kernels have already been included in the aiter PR, ROCm/aiter#4875