Skip to content

Commit 693bcee

Browse files
committed
[block_diag] add xfails
1 parent abe4c4d commit 693bcee

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/test_ops.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,6 @@ def vjp_of_vjp(*args_and_cotangents):
591591
skip('linalg.svdvals'), # # really annoying thing where it passes correctness check but not has_batch_rule
592592
xfail('__getitem__', ''),
593593
xfail('_masked.prod'), # calls aten::item
594-
xfail('block_diag'),
595594
xfail('eig'), # calls aten::item
596595
xfail('linalg.det', ''), # calls .item()
597596
xfail('linalg.eig'), # Uses aten::allclose
@@ -664,7 +663,6 @@ def test_vmapvjp(self, device, dtype, op):
664663
665664
# Try to in-place batched tensor into non-batched tensor
666665
xfail('matrix_exp'),
667-
xfail('block_diag'), # TODO: We expect this to fail in core, but it doesn't
668666
669667
# Apprently these support forward AD, but we get "Trying to use forward AD..."
670668
# These are cases where OpInfo has supports_forward_ad=True, but disables
@@ -763,7 +761,6 @@ def test_vmapjvp(self, device, dtype, op):
763761
xfail('as_strided'),
764762
xfail('nn.functional.gaussian_nll_loss'),
765763
xfail('std_mean'),
766-
xfail('block_diag'),
767764
xfail('scatter'),
768765
xfail('matrix_exp'),
769766
xfail('nanquantile'),
@@ -950,7 +947,6 @@ def test():
950947
xfail('to_sparse'),
951948
xfail('unfold'),
952949
xfail('vdot'),
953-
xfail('block_diag'),
954950
xfail('nn.functional.dropout'),
955951
xfail('_masked.prod'),
956952
xfail('fft.ihfft2'),

0 commit comments

Comments
 (0)