Compare commits

...

1 Commits

Author SHA1 Message Date
7d54fefd84 [Test] Allow MPS for TestCommon in test/test_ops.py 2025-07-31 18:36:39 -04:00

View File

@ -2836,7 +2836,7 @@ class TestFakeTensor(TestCase):
self.assertEqual(strided_result.layout, torch.strided)
instantiate_device_type_tests(TestCommon, globals())
instantiate_device_type_tests(TestCommon, globals(), allow_mps=True)
instantiate_device_type_tests(TestCompositeCompliance, globals())
instantiate_device_type_tests(TestMathBits, globals())
instantiate_device_type_tests(TestRefsOpsInfo, globals(), only_for="cpu")