mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
committed by
PyTorch MergeBot
parent
2dca418112
commit
fe3ecfe0cf
@ -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
|
||||
|
Reference in New Issue
Block a user