Open naren2cmu opened 1 year ago
I think the master branch is for CUDA 12.2; you'll have to checkout the last commit for CUDA 11.8 (by running git checkout 8199209
). You can find the commit hash on the release page, or just copy the snippet above. This worked for me for CUDA 12.0, at least in order to compile the samples I wanted to run.
I got the same error with CUDA 12.2
Same here , please help. CUDA 12.4 with open source kernel module
I ran into the same problem. Run nvcc --version
, and then checkout the tag of the version you have. For me it was 12.0, so I ran git checkout v12.0
. Then run make
again and it should not fail (at least no with this error).
hi, I have cuda 11.8 installed. I am getting this error when I run make to install cuda samples. What do I do?