Skip to content

Commit

Permalink
Update on "[pt2] add metas for avg_pool3d and avg_pool3d_backward"
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
nkaretnikov committed Jun 11, 2023
1 parent 8d0461d commit 4911f74
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/functorch/test_aotdispatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -3052,10 +3052,8 @@ def test_aot_autograd_symbolic_exhaustive(self, device, dtype, op):
torch.nn.AdaptiveMaxPool3d, # Cannot call sizes() on tensor with symbolic sizes/strides
torch.nn.GroupNorm, # in native_group_norm_backward cpg, _rem = divmod(C, group)
# TypeError: unsupported operand type(s) for divmod(): 'SymInt' and 'int'
torch.nn.LocalResponseNorm, # Cannot call sizes() on tensor with symbolic sizes/strides
torch.nn.FractionalMaxPool2d, # int() argument must be a string, a bytes-like object or a number, not 'SymFloat'
torch.nn.FractionalMaxPool3d, # int() argument must be a string, a bytes-like object or a number, not 'SymFloat'
torch.nn.AvgPool3d, # Cannot call sizes() on tensor with symbolic sizes/strides
torch.nn.MaxPool1d, # Cannot call sizes() on tensor with symbolic sizes/strides
torch.nn.MaxPool3d, # torch._subclasses.fake_tensor.UnsupportedOperatorException:
# aten.max_pool3d_with_indices.default
Expand Down

0 comments on commit 4911f74

Please sign in to comment.