"testing/vscode:/vscode.git/clone" did not exist on "0592834f259a220048c56347bb1d320ef1fba00e"
[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