[opinfo] item (#100313)

Follows #100223

Pull Request resolved: https://github.com/pytorch/pytorch/pull/100313
Approved by: https://github.com/ezyang
This commit is contained in:
Khushi
2023-05-10 11:32:45 +00:00
committed by PyTorch MergeBot
parent 55844dfdbc
commit 51fe53e619
9 changed files with 79 additions and 3 deletions

View File

@ -1374,6 +1374,7 @@ make_fx_failures = {
skip('linalg.lstsq'), # flaky, probably just a precision issue
# data-dependent control flow
skip('item'),
xfail('cov'),
xfail('istft'),
xfail('nn.functional.gaussian_nll_loss'),