trunk/f09c87a32ce81196f3e844b7560f2efae6466ccd: Remove dead mixed_mm remnants from inductor and torchgen (#193721)
- PyTorch: 71 events in the last 90 days
- PyTorch: 71th Release in the last 90 days
- Previous: earlier the same day · ciflow/trunk/192281: [UPDATE] Use camelCase and fix CI compatibility
What happened
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…
Summary assembled by rule from the sources below