Skip to content

Commit

Permalink
let user specify CUDA_HOST_COMPILER
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: pytorch#32904

Differential Revision: D19729047

Pulled By: ezyang

fbshipit-source-id: c233e3924f71a025c51d25a7e3a8d728dac8730a
  • Loading branch information
cyyever authored and facebook-github-bot committed Feb 4, 2020
1 parent d3a0bdd commit 27e1fec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/setup_helpers/cmake.py
Expand Up @@ -227,9 +227,11 @@ def generate(self, version, cmake_python_library, build_python, build_test, my_e
var: var for var in
('BLAS',
'BUILDING_WITH_TORCH_LIBS',
'CUDA_HOST_COMPILER',
'CUDA_NVCC_EXECUTABLE',
'CUDNN_LIBRARY',
'CUDNN_INCLUDE_DIR',
'CUDNN_ROOT',
'EXPERIMENTAL_SINGLE_THREAD_POOL',
'INSTALL_TEST',
'JAVA_HOME',
Expand Down

0 comments on commit 27e1fec

Please sign in to comment.