Add torch.__config__.show(), reporting detailed version of all libraries. (#18579)
authorEdward Yang <ezyang@fb.com>
Tue, 9 Apr 2019 18:09:31 +0000 (11:09 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 9 Apr 2019 18:13:24 +0000 (11:13 -0700)
commit29ea08616bd10f50b31afcff077f3e8feb3d9792
treee19d4f923098707909f14e2439eeb9bcd391711d
parent31ff0ecd2b400b4863741bcbc41748f2ad01745c
Add torch.__config__.show(), reporting detailed version of all libraries. (#18579)

Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/18579
ghimport-source-id: 65124c95e49423de4ad1008c65e75057fea09b94

Differential Revision: D14778507

Pulled By: ezyang

fbshipit-source-id: 1e4bb79f4800a116ce8fb7af2fefbd34da8d102c
15 files changed:
.jenkins/pytorch/test.sh
aten/src/ATen/ATen.h
aten/src/ATen/Version.cpp [new file with mode: 0644]
aten/src/ATen/Version.h [new file with mode: 0644]
aten/src/ATen/cuda/CUDAConfig.h.in
aten/src/ATen/cuda/detail/CUDAHooks.cpp
aten/src/ATen/cuda/detail/CUDAHooks.h
aten/src/ATen/detail/CUDAHooksInterface.h
docs/source/__config__.rst [new file with mode: 0644]
docs/source/index.rst
test/test_docs_coverage.py
test/test_torch.py
torch/__config__.py [new file with mode: 0644]
torch/__init__.py
torch/csrc/Module.cpp