"examples/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "131fb2c192aa066ce22edd92c9e534a555566327"
[Bugfix] Passing correct nvcc to cmake (#670)
cmake doesn't take the nvcc specified by CUDA_HOME by default. Consequently, the follow command failed for me because cmake still used the nvcc from the default location (e.g. in my case /usr/local/cuda/bin/nvcc): ``` $ PATH=/home/yangche/cuda-12.8/bin:$PATH CUDA_HOME=/home/yangche/cuda-12.8 pip install -e . -v ``` This minor fix enforces cmake to use the nvcc specified by the CUDA_HOME env.
Showing
Please register or sign in to comment