Skip to content

Commit ae768d1

Browse files
skotapatikulinseth
authored andcommitted
Dev/skotapati/copy broadcasting (#350)
* Handle broadcasting by expanding src tensor in Copy.mm * Unblock linalg_matrix_power * Improved formatting
1 parent 69bb6d0 commit ae768d1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/test_mps.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10278,13 +10278,6 @@ class TestConsistency(TestCaseMPS):
1027810278
# All the entries in this list should be removed
1027910279
BLOCKLIST = {
1028010280
# Functions that hard crash
10281-
# Functions that hard crash
10282-
'nn.functional.softplus': [torch.float32],
10283-
'median': [torch.float32, torch.int16, torch.int32, torch.uint8, torch.int16],
10284-
'sgn': [torch.bool],
10285-
'linalg.inv': [torch.float32],
10286-
'linalg.inv_ex': [torch.float32],
10287-
'linalg.matrix_power': [torch.float32],
1028810281
'resize_': [torch.bool, torch.float16, torch.float32, torch.int16, torch.int32, torch.int64, torch.uint8],
1028910282
'resize_as_': [torch.float16, torch.float32],
1029010283
'topk': [torch.int16, torch.int32, torch.int64, torch.uint8],

0 commit comments

Comments
 (0)