Skip to content

Commit dad1221

Browse files
authored
Revert "[AUTOGENERATED] [release/2.12] [ROCm] Skip linalg UT's when MAGMA is not available with ROCM (pytorch#178229)" (#3412)
Reverts #3340, 2.12 doesn't need this change
1 parent 455450f commit dad1221

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/inductor/test_torchinductor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6578,7 +6578,7 @@ def fn(x, y):
65786578
TEST_WITH_ROCM and not torch.cuda.has_magma,
65796579
"ROCm hipsolver backend does not currently support eig",
65806580
)
6581-
@skipIfMPS
6581+
@xfail_if_mps_unimplemented # aten::linalg_eig not implemented for MPS
65826582
def test_linalg_eig_stride_consistency(self):
65836583
def fn(x):
65846584
eigenvals, eigenvecs = torch.linalg.eig(x)

0 commit comments

Comments
 (0)