[FPSAN] Preserve NaN payload bits in encoding#10548
Merged
Merged
Conversation
This was referenced Jun 9, 2026
pawelszczerbuk
approved these changes
Jun 9, 2026
9 tasks
5 tasks
9 tasks
09d6ca5 to
5a6c843
Compare
jeffniu-openai
added a commit
that referenced
this pull request
Jun 11, 2026
Rebase PR #10548 onto the updated stack.
df64447 to
54b6147
Compare
5a6c843 to
4b569dc
Compare
54b6147 to
e22d426
Compare
4b569dc to
1cbc878
Compare
e22d426 to
40e6e4e
Compare
1cbc878 to
72efe81
Compare
40e6e4e to
8c951c6
Compare
jeffniu-openai
added a commit
that referenced
this pull request
Jun 12, 2026
PR description written by Codex Load shared MMA operands directly into their result layouts and reuse existing scale shadows, avoiding redundant layout conversions and scale snapshots, and also load accumulator directly into its MMA layout. ## Stack Merge bottom-up: - [x] #10472 - [x] #10473 - [ ] #10527 (this PR) - [ ] #10532 - [ ] #10533 - [ ] #10542 - [ ] #10548 - [ ] #10561 - [ ] #10559
72efe81 to
992c380
Compare
8c951c6 to
2af7783
Compare
992c380 to
6104d1b
Compare
2af7783 to
74c3d89
Compare
jeffniu-openai
added a commit
that referenced
this pull request
Jun 12, 2026
PR description written by Codex Optimize i8 decomposition by reordering the dots and eagerly combining into the accumulator-on-the-fly to minimize register pressure, and include a basic subtiling heuristic determined experimentally ## Stack Merge bottom-up: - [x] #10472 - [x] #10473 - [x] #10527 - [x] #10532 - [ ] #10533 (this PR) - [ ] #10542 - [ ] #10548 - [ ] #10561 - [ ] #10559
74c3d89 to
93f572b
Compare
6104d1b to
68bf15f
Compare
jeffniu-openai
added a commit
that referenced
this pull request
Jun 12, 2026
PR description written by Codex Fix FPSAN TMEM emulation for initialized scratch synchronization, predicated stores, reduction loads, and scale-copy reinterpret views. ## Stack Merge bottom-up: - [x] #10472 - [x] #10473 - [x] #10527 - [x] #10532 - [x] #10533 - [ ] #10542 (this PR) - [ ] #10548 - [ ] #10561 - [ ] #10559
93f572b to
071d5f5
Compare
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.
PR description written by Codex
Remove redundant payload sign clears before masked multiplies so NVPTX cannot fold them to
abs.f32, which quiets signaling NaNs. Add a reduced one-warp regression that fails bitwise on PR #10542’s base and passes with the fix.Stack
Merge bottom-up: