[Static Runtime] Disable out variant of aten::clone (#63980)
authorDon Jang <djang@fb.com>
Thu, 26 Aug 2021 15:08:53 +0000 (08:08 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Thu, 26 Aug 2021 15:10:13 +0000 (08:10 -0700)
commitfbe7133b5842a55589e097c8b045ceb08cb346b2
treecb8af04638e1786ec78b30a9516268ece16f103e
parent7ccc4b5cc8c9a256bca151776444bf94bc28e5f6
[Static Runtime] Disable out variant of aten::clone (#63980)

Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/63980

The out variant implementation of `aten::clone` causes a crash, which needs further investigation. This change disables it until the problem gets fixed.

Note that `inline_cvr` doesn't use `aten::clone` as of now, so no perf implication: https://www.internalfb.com/phabricator/paste/view/P446858755?lines=121

Test Plan: N/A

Reviewed By: hlu1

Differential Revision: D30544149

fbshipit-source-id: facb334d67473f622b36862fbdb2633358556fdf
torch/csrc/jit/runtime/static/ops.cpp