viable/strict/1790380271: [BE] Move serialTest to class (#198651)
- PyTorch: 1501 events in the last 90 days
- PyTorch: 1482th Release in the last 90 days
- Previous: earlier the same day · viable/strict/1790378695: [dynamo] Convert bytecode dicts to lists (#196771)
What happened
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:: #…
Summary assembled by rule from the sources below