Remove OptionsGuard from ATen (#14524)
authorPeter Goldsborough <psag@fb.com>
Fri, 30 Nov 2018 21:28:19 +0000 (13:28 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 30 Nov 2018 21:30:35 +0000 (13:30 -0800)
commit5c1692840e423e43e12ba8346c46bf121d9520c6
tree50242e2b3701d7b119b060d62ad1d357d0536836
parent4b915260c7170b8a585c3b4849e392c40de1d2de
Remove OptionsGuard from ATen (#14524)

Summary:
Resubmission of https://github.com/pytorch/pytorch/pull/13738
Pull Request resolved: https://github.com/pytorch/pytorch/pull/14524

Differential Revision: D13268031

Pulled By: goldsborough

fbshipit-source-id: fb306464b673c05ebd26d0f44d688ccd92d1d8c5
13 files changed:
aten/src/ATen/ATen.h
aten/src/ATen/OptionsGuard.h [deleted file]
aten/src/ATen/core/DefaultTensorOptions.h
aten/src/ATen/core/OptionsGuard.cpp [deleted file]
aten/src/ATen/core/OptionsGuard.h [deleted file]
aten/src/ATen/core/TensorOptions.cpp
aten/src/ATen/core/TensorOptions.h
docs/cpp/source/Doxyfile
test/cpp/api/parallel.cpp
test/cpp/api/tensor_options.cpp
test/cpp/api/tensor_options_cuda.cpp
torch/csrc/api/include/torch/nn/cloneable.h
torch/csrc/api/include/torch/nn/parallel/data_parallel.h