Skip to content

Commit

Permalink
Removed xfail for smooth_l1_loss
Browse files Browse the repository at this point in the history
  • Loading branch information
yhl48 committed Apr 4, 2023
1 parent 589870f commit 95d48c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions test/functorch/test_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,6 @@ def test_vmapjvpall(self, device, dtype, op):
xfail('fft.ihfft2'), # conj_physical fallback
xfail('fft.ihfftn'), # conj_physical fallback
xfail('nn.functional.max_unpool3d', 'grad'),
xfail('nn.functional.smooth_l1_loss', ''),
xfail('nn.functional.max_unpool2d', 'grad'),
xfail('nn.functional.soft_margin_loss', ''),
xfail('nn.functional.max_unpool1d', 'grad'),
Expand Down Expand Up @@ -1188,7 +1187,6 @@ def test():
xfail('nn.functional.multi_margin_loss', ''),
xfail('nn.functional.multilabel_margin_loss', ''),
xfail('nn.functional.pdist', ''),
xfail('nn.functional.smooth_l1_loss', ''),
xfail('scatter_reduce', 'prod'),
xfail('nn.functional.max_unpool1d', ''),
xfail('nn.functional.max_unpool3d', ''),
Expand Down
1 change: 0 additions & 1 deletion test/functorch/test_vmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -3684,7 +3684,6 @@ def test_vmap_exhaustive(self, device, dtype, op):
xfail('nn.functional.triplet_margin_loss', ''),
xfail('nn.functional.pdist', ''),
xfail('scatter_reduce', 'sum'),
xfail('nn.functional.smooth_l1_loss', ''),
xfail('scatter_reduce', 'amax'),
xfail('nn.functional.max_unpool1d', 'grad'),
xfail('nn.functional.multi_margin_loss', ''),
Expand Down

0 comments on commit 95d48c2

Please sign in to comment.