Skip to content

Commit

Permalink
Fix CI, for real
Browse files Browse the repository at this point in the history
  • Loading branch information
zou3519 committed Mar 25, 2022
1 parent aeae274 commit 9d6ee76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/test_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -971,6 +971,7 @@ def test():
xfail('double', 'channels_last'),
xfail('masked_select'),
skip('nn.functional.fractional_max_pool3d'), # generator works on cpu, fails on cuda
xfail('__rpow__'), # https://github.com/pytorch/functorch/issues/617
xfail('nn.functional.glu'),
xfail('as_strided'),
skip('nn.functional.fractional_max_pool2d'), # generator works on cpu, fails on cuda
Expand Down
1 change: 1 addition & 0 deletions test/test_vmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -3105,6 +3105,7 @@ class TestVmapOperatorsOpInfo(TestCase):
xfail('nonzero'),
xfail('nn.functional.glu'),
xfail('nn.functional.rrelu'), # random?
xfail('__rpow__'), # https://github.com/pytorch/functorch/issues/617
}

@ops(functorch_lagging_op_db + additional_op_db, allowed_dtypes=(torch.float,))
Expand Down

0 comments on commit 9d6ee76

Please sign in to comment.