Reverts cat and stack warning when out= is not the expected shape (#64714)
authorMike Ruberry <mruberry@fb.com>
Thu, 9 Sep 2021 17:02:03 +0000 (10:02 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Thu, 9 Sep 2021 17:03:22 +0000 (10:03 -0700)
commitcfa6162e5e5bafcb1e89bd14b64ae336f57fcdbe
treefcdd8481f0e3ad4707029e1328b79dd83f69e9ff
parent2b41bf40c5888c5f44fe2b1d20fdb25e9c7502a8
Reverts cat and stack warning when out= is not the expected shape (#64714)

Summary:
These warnings are being thrown too aggressively at the moment. See https://github.com/pytorch/pytorch/issues/64709 for a follow-up to reenable them once internal call sites are reviewed.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/64714

Reviewed By: ngimel

Differential Revision: D30822965

Pulled By: mruberry

fbshipit-source-id: 3ad7c92d381d42ac6187ed84afab477c579a8f35
aten/src/ATen/native/TensorShape.cpp
aten/src/ATen/native/cuda/Shape.cu
torch/testing/_internal/common_methods_invocations.py