-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Fix CPU Attention softcap/attn_mask ordering (onnx#7867, #7913) + consolidate CUDA spec coverage tests from #28371 #28379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
titaiwangms
merged 15 commits into
microsoft:main
from
titaiwangms:fix-cpu-attention-softcap-mask-ordering
May 7, 2026
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
d76e45c
test: add CPU-EP guards for ONNX #7867 softcap/mask ordering (canary)
titaiwangms cef55ca
fix(cpu): apply softcap before mask/bias in ONNX Attention (onnx#7867…
titaiwangms 3dfc70f
Address PR-1-v2 review findings: oracle-verify regen, DRY mask_was_fo…
titaiwangms 87c7e89
Add mode-1+softcap and nonpad+softcap tests; address bot review minors
titaiwangms 0cd61f9
Skip pre-#7867/#7913 ONNX node-test fixtures pending bundled-ONNX update
titaiwangms 1ff6e0b
Skip pre-onnx#7867/#7913 attention CPU node-tests in Python runner fi…
titaiwangms d613966
Move output_qk plumbing + masked fp32 softcap ordering tests from #28371
titaiwangms bfe33d3
Consolidate PR #28371 (CUDA Attention spec coverage tests + SKILL.md …
titaiwangms 37a1961
Address bot review (kNone in error message, drop internal path) + add…
titaiwangms a255941
Drop internal-coordination jargon from new test docstring/comment
titaiwangms 0b4c75a
Fix stale ONNX PR ref in common.py comment (#7865 -> #7867)
titaiwangms 1bbaeac
Add cmake plumbing for transformers/test_onnx_attention/ subpackage
titaiwangms a822567
Add CPU twins for 6 EP-agnostic Tier A test classes in test_onnx_atte…
titaiwangms b2062c0
Fix IOBinding race + disable obsolete determinism check in test_onnx_…
titaiwangms 7dfa773
Remove dead determinism-check machinery in test_onnx_attention helpers
titaiwangms File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.