diff options
author | peter <peterghost86@gmail.com> | 2018-07-23 06:35:39 -0700 |
---|---|---|
committer | Facebook Github Bot <facebook-github-bot@users.noreply.github.com> | 2018-07-23 06:40:39 -0700 |
commit | 53083b83530441dcc08aad07886a72a04dda845e (patch) | |
tree | 7e4d08ed01aa06ec867e9501e060d5916cb1c1a9 /.gitignore | |
parent | 9ee513365121cd387e11987c66db6599ac53ded7 (diff) | |
download | pytorch-53083b83530441dcc08aad07886a72a04dda845e.tar.gz pytorch-53083b83530441dcc08aad07886a72a04dda845e.tar.bz2 pytorch-53083b83530441dcc08aad07886a72a04dda845e.zip |
Remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS and fix CUDA 8 build on Windows (#9491) (#9491)
Summary:
Fixes #9092.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/9491
Pull Request resolved: https://github.com/pytorch/pytorch/pull/9693
Differential Revision: D8946850
Pulled By: ezyang
fbshipit-source-id: bd816f459ab70f6b4a0983305a1ce341bb633707
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 09e5ed86bb..4d684662d1 100644 --- a/.gitignore +++ b/.gitignore @@ -49,6 +49,7 @@ torch/csrc/nn/THNN.cpp torch/csrc/nn/THNN.cwrap torch/lib/*.a* torch/lib/*.dll* +torch/lib/*.exe* torch/lib/*.dylib* torch/lib/*.h torch/lib/*.lib |