Skip to content

Commit b7a1bae

Browse files
DenisVieriu97pytorchmergebot
authored andcommitted
Remove linalg.inv from TestConsistency
1 parent a475a8c commit b7a1bae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/test_mps.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7463,7 +7463,6 @@ class TestConsistency(TestCase):
74637463
'isreal': ['b8', 'f16', 'f32', 'i16', 'i32', 'i64', 'u8'],
74647464
'kron': ['b8', 'f16', 'f32', 'i16', 'i32', 'i64', 'u8'],
74657465
'linalg.matrix_norm': ['f16'],
7466-
'linalg.inv': ['f32'],
74677466
'linalg.svd': ['f32'],
74687467
'linalg.vector_norm': ['f16', 'f32'],
74697468
'linspace': ['f16', 'f32', 'i16', 'i32', 'i64', 'u8'],
@@ -7812,6 +7811,7 @@ class TestConsistency(TestCase):
78127811
'diag_embed': [torch.uint8],
78137812
'diagonal_scatter': [torch.uint8],
78147813
'index_add': None,
7814+
'linalg.inv': ['f32'],
78157815
'log1p': None,
78167816
'long': None,
78177817
'nn.functional.avg_pool1d': [torch.int64],
@@ -7830,7 +7830,6 @@ class TestConsistency(TestCase):
78307830
'slice_scatter': [torch.uint8],
78317831
'square': [torch.bool, torch.int16, torch.int32, torch.int64, torch.uint8], # moved from section below
78327832

7833-
78347833
# ALLOW_LIST doesn't know about variants
78357834
'nn.functional.padconstant': None,
78367835

0 commit comments

Comments
 (0)