← 返回事件
持续讨论AI发版

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

发生了什么

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…

摘要按规则整理自下方来源原文

为什么在扩散

来源