"...composable_kernel_rocm.git" did not exist on "cfbef5746ad140871148851089445c6e224a5f74"
-
Yang Chen authored
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.
8ea00774