Skip to content

Commit

Permalink
[MPS] Remove neg_uin8 from AllowList (fails on Monterey)
Browse files Browse the repository at this point in the history
  • Loading branch information
razarmehr committed Dec 20, 2022
1 parent b759bf9 commit 47f3f97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_mps.py
Original file line number Diff line number Diff line change
Expand Up @@ -7487,7 +7487,7 @@ class TestConsistency(TestCase):
'matmul': ['f32'],
'mm': ['f32'],
'mv': ['f32'],
'neg': ['b8', 'f16', 'f32', 'i16', 'i32', 'i64', 'u8'],
'neg': ['b8', 'f16', 'f32', 'i16', 'i32', 'i64'],
'nn.functional.adaptive_max_pool1d': ['f32'],
'nn.functional.adaptive_max_pool2d': ['f32'],
'nn.functional.binary_cross_entropy': ['f32'],
Expand Down Expand Up @@ -7846,6 +7846,7 @@ class TestConsistency(TestCase):
'tile': ['torch.float16', 'torch.float32', 'torch.int16', 'torch.int32', 'torch.int64', 'torch.uint8'],
'__radd__': ['torch.bool', 'torch.uint8'],
'__rmul__': ['torch.uint8'],
'neg': ['torch.uint8'],
'add': ['torch.bool', 'torch.uint8'],
'addr': ['torch.int16', 'torch.int32', 'torch.int64', 'torch.uint8'],
'diag': ['torch.int64'],
Expand Down

0 comments on commit 47f3f97

Please sign in to comment.