viable/strict/1787723889: Remove dead mixed_mm remnants from inductor and torchgen (#193721)
- PyTorch 近 90 天出现 84 次
- PyTorch 近 90 天第 84 次发版
- 上一次:同一天稍早 · ciflow/trunk/192281: [UPDATE] Use camelCase and fix CI compatibility
发生了什么
The tuned mixed_mm kernel path was removed in #147151 , but its support machinery was left behind. This PR removes the dead remnants and formalizes the deprecation of the two config knobs: use_mixed_mm and mixed_mm_choice were comment-marked "DEPRECATED. This setting is ignored." but silently no-oped; they now use the formal Config(deprecated=True) mechanism, so setting them emits a FutureWarning (matching the exist…
摘要按规则整理自下方来源原文