"...git@developer.sourcefind.cn:yangql/composable_kernel.git" did not exist on "97e6d514f7b21c4031fa4106148e2c17e103fd9a"
[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