Skip to content

Commit e05e600

Browse files
frgossenpytorchmergebot
authored andcommitted
Re-enable as_strided_scatter test in aot_autograd_failures (#177203)
The underlying bug (eager vs AOTDispatcher output mismatch for as_strided_scatter) was fixed by #150543. Remove the stale skip. Closes #85879 Pull Request resolved: #177203 Approved by: https://github.com/aorenste, https://github.com/zou3519
1 parent e99a2a8 commit e05e600

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/functorch/test_aotdispatch.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8750,7 +8750,6 @@ def fn(x):
87508750
skip("narrow"),
87518751
xfail("istft"),
87528752
xfail("linalg.eig"),
8753-
skip("as_strided_scatter"),
87548753
skip("as_strided", "partial_views"), # flaky
87558754
# Given input size: (s0xs1x2). Calculated output size: ...
87568755
skip("max_pool2d_with_indices_backward"),

0 commit comments

Comments
 (0)