docs(serving): correct gather NaN root cause + record the hardening - #2148
Merged
Conversation
…ch mismatch, not addressing The doc credited the alignment invariant; the actual 5090 root cause was a gate that accepted shapes CUDA dispatches to MMQ (no gather), which reads the contiguous staging the consume-arm intentionally leaves unpopulated for aliased experts. Records the generalizable rule (supports_op must mirror the dispatch predicate exactly) and what the hunt bought as hardening: the identity-table bisect instrument, fence precision, and opt-in event retirement with the measured reason it is not the default. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LoTjvf5j3Ez13g6k8mRkFo
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.
supports_op/dispatch mismatch was the real cause; alignment + fence work lands as hardening with measured defaults.
🤖 Generated with Claude Code
https://claude.ai/code/session_01LoTjvf5j3Ez13g6k8mRkFo