mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
CUDA_HOST_COMPILER spelling fix in cmake build files generate method (#104126)
Fix of CUDA_HOST_COMPILER spelling fix in generating additional build option in CMake.generate method. Pull Request resolved: https://github.com/pytorch/pytorch/pull/104126 Approved by: https://github.com/malfet
This commit is contained in:
@ -209,7 +209,7 @@ class CMake:
|
||||
"BLAS",
|
||||
"WITH_BLAS",
|
||||
"BUILDING_WITH_TORCH_LIBS",
|
||||
"CUDA_HOST_COMILER",
|
||||
"CUDA_HOST_COMPILER",
|
||||
"CUDA_NVCC_EXECUTABLE",
|
||||
"CUDA_SEPARABLE_COMPILATION",
|
||||
"CUDNN_LIBRARY",
|
||||
|
Reference in New Issue
Block a user