← Back to events
ActiveAIRelease

trunk/542330ebe79bfc3e9275d7610f9adcf489e3abf9: Fix scaled-MM DeepSeek indexing and contraction validation (#197028)

What happened

Human note I found this repeatedly failing on blackwell CI Agent note The DeepSeek Triton main loop assumed row-major scale storage, advanced scale indices incorrectly for GEMM tiles smaller than a scale block, and interleaved outer/K dimensions when expanding 128x128 scales. Honor actual strides and logical axes, compute scale coordinates from element offsets, and preserve outer/K order during expansion. Explicit v…

Summary assembled by rule from the sources below

Why it's spreading

Sources