commit | f152a79be9612b824e1672b8f8cb88a414ce4c12 | [log] [tgz] |
---|---|---|
author | PyTorch MergeBot <[email protected]> | Fri Feb 10 11:32:25 2023 +0000 |
committer | PyTorch MergeBot <[email protected]> | Fri Feb 10 11:32:25 2023 +0000 |
tree | d788f3c44424b86823893a739a5e73f03877fbd8 | |
parent | a5daea69fb0cf131a97faa93b6052ab007f66338 [diff] [blame] |
Revert "update aten op overload to not use `from` to avoid compile errors (#89797)" This reverts commit 021d2676941976d6a35a3b0e2034238889a6c872. Reverted https://github.com/pytorch/pytorch/pull/89797 on behalf of https://github.com/jeanschmidt due to breaking internal builds - more details on https://fburl.com/sandcastle/bz8mgkil
diff --git a/test/test_mps.py b/test/test_mps.py index d22a481..0d2acca 100644 --- a/test/test_mps.py +++ b/test/test_mps.py
@@ -5796,7 +5796,7 @@ mps_x = torch.randn(5, device='mps', generator=g_mps) self.assertEqual(mps_x, mps_y) - # Test random_.to and random_.from_int + # Test random_.to and random_.from def test_random(self): def helper(shape, low, high, dtype=torch.int32):