viable/strict/1790380271: [BE] Move serialTest to class (#198651)
- PyTorch 近 90 天出现 1504 次
- PyTorch 近 90 天第 1485 次发版
- 上一次:同一天稍早 · viable/strict/1790378695: [dynamo] Convert bytecode dicts to lists (#196771)
发生了什么
Every test in TestLargeTensors was individually decorated with @serialTest() ; decorate the class instead so tests added later are serial by default. No behavior change: all 13 collected tests carry the serial mark before and after. Test Plan: pytest test/test_mps.py --collect-only -q -m serial | grep -c TestLargeTensors:: # 13 pytest test/test_mps.py --collect-only -q -m "not serial" | grep -c TestLargeTensors:: #…
摘要按规则整理自下方来源原文