Skip to content

Commit 6819a15

Browse files
author
samdow
committed
remove xfail for hinge embedding forward mode
1 parent e71a552 commit 6819a15

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/test_ops.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -753,13 +753,11 @@ def test_vmapjvp(self, device, dtype, op):
753753
skip('nn.functional.max_pool1d'), # fails on cpu, runs on cuda
754754
xfail('nn.functional.batch_norm', device_type='cuda'),
755755
xfail('nn.functional.batch_norm', 'without_cudnn', device_type='cuda'),
756-
xfail('nn.functional.hinge_embedding_loss', device_type='cuda'),
757756
xfail('_masked.mean'),
758757
xfail('_masked.prod'),
759758

760759
# Causing issues with multiple cpu levels of forward mode AD
761760
xfail('nn.functional.batch_norm', device_type='cpu'),
762-
xfail('nn.functional.hinge_embedding_loss', device_type='cpu'),
763761

764762
# https://github.com/pytorch/functorch/issues/857
765763
skip('nn.functional.embedding', ''),

0 commit comments

Comments
 (0)