Open rage0920 opened 11 months ago
If you just delete the version number after “Cuda” and after g++ it’ll automatically use the version installed on your system.
It should look like this:
CXX = g++ 43 CUDA = /usr/local/cuda 44 CXXCUDA = /usr/bin/g++ 45 NVCC = $(CUDA)/bin/nvcc
if you at first created a makefile incorrectly, try removing all the source code, clone, and then try again
tried compiling it on my ubantu changed the changed the make to my versions
gives this
when i say
make gpu=1 ccap=89 all
how do i fix it anyone ?