Temporarily disable select/topk/kthvalue AD (#17470)
authorAiling Zhang <ailzhang@fb.com>
Tue, 26 Feb 2019 00:22:16 +0000 (16:22 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 26 Feb 2019 00:29:11 +0000 (16:29 -0800)
commit68e90a398e11e64425de285bbc3f8bb87c1d21fa
treeae42afdb9fe3be5b696824dfe74610e30f08e577
parent411cf434afe9c594dfb2a383d5c3475ee0726a28
Temporarily disable select/topk/kthvalue AD (#17470)

Summary:
Temporarily disable them for perf consideration. Will figure out a way to do `torch.zeros(sizes, grad.options())` in torchscript before enabling these.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/17470

Differential Revision: D14210313

Pulled By: ailzhang

fbshipit-source-id: efaf44df1192ae42f4fe75998ff0073234bb4204
torch/csrc/jit/symbolic_script.cpp