pytorch/tools/setup_helpers
Hong Xu 0b1fee0819 Remove escape_path in our build system. (#24044)
Summary:
Which was added in https://github.com/pytorch/pytorch/issues/16412.

Also make some CUDNN_* CMake variables to be build options so as to avoid direct reading using `$ENV` from environment variables from CMake scripts.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/24044

Differential Revision: D16783426

Pulled By: ezyang

fbshipit-source-id: cb196b0013418d172d0d36558995a437bd4a3986
2019-08-13 20:38:19 -07:00
..
__init__.py Remove escape_path in our build system. (#24044) 2019-08-13 20:38:19 -07:00
cmake.py Remove escape_path in our build system. (#24044) 2019-08-13 20:38:19 -07:00
cuda.py Remove escape_path in our build system. (#24044) 2019-08-13 20:38:19 -07:00
cudnn.py Minor fixes for finding CUDNN (#8743) 2018-06-24 21:42:19 -04:00
dist_check.py Fix spelling errors (#21665) 2019-06-13 15:21:55 -07:00
env.py Hotpatch CXXFLAGS to be the same as CFLAGS if CXXFLAGS is not set. (#23568) 2019-08-07 16:25:57 -07:00
generate_code.py C++ changes toward libtorch and libcaffe2 unification (#19554) 2019-04-26 01:38:10 -07:00
numpy_.py Move redundant code that checks NumPy during build to a helper module and add an option to disable building with NumPy 2019-06-06 08:15:19 -07:00
nvtoolext.py Turn on F401: Unused import warning. (#18598) 2019-03-30 09:01:17 -07:00