Add AotAutogradFallbackTests to dynamic suite (#100454)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/100454
Approved by: https://github.com/ezyang
This commit is contained in:
Michael Voznesensky
2023-05-04 01:22:17 +00:00
committed by PyTorch MergeBot
parent 2dca418112
commit fe3ecfe0cf
5 changed files with 90 additions and 29 deletions

View File

@ -1577,9 +1577,6 @@ inplace_symbolic_tensor_failures = {
xfail('unique', ''),
# in-place has a different signature than out-of-place
xfail('uniform', ''),
# Views
xfail('t', ''),
xfail('transpose', ''),
}
# Copies inputs to inplace operations to avoid inplace modifications