Skip to content

Commit 1518cf4

Browse files
guilhermeleobaspytorchmergebot
authored andcommitted
Remove @skipIfTorchDynamo from test_extremal_numerics_l1_loss_cpu test (pytorch#139318)
Pull Request resolved: pytorch#139318 Approved by: https://github.com/zou3519, https://github.com/williamwen42
1 parent 886579a commit 1518cf4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/dynamo_skips/TestOperatorsCPU.test_extremal_numerics_l1_loss_cpu

Whitespace-only changes.

test/functorch/test_ops.py

-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
run_tests,
5353
runOnRocm,
5454
skipIfRocm,
55-
skipIfTorchDynamo,
5655
TEST_WITH_ASAN,
5756
TEST_WITH_ROCM,
5857
TestCase,
@@ -2168,7 +2167,6 @@ def test_extremal_numerics_nll_loss(self, device):
21682167
cotangents = torch.randn_like(result, device=device)
21692168
self._compare_jacobians_of_vjp(fn, (cotangents, input))
21702169

2171-
@skipIfTorchDynamo("segfaults")
21722170
def test_extremal_numerics_l1_loss(self, device):
21732171
N, C, H, W = 3, 4, 5, 6
21742172
shapes = ((N, C), (N, C, H), (N, C, H, W))

0 commit comments

Comments
 (0)