San

Results 3 comments of San

remove the line with compute_30 in the makefile. It works > https://stackoverflow.com/questions/64774548/unsupported-gpu-architecture-compute-30-on-a-cuda-5-capable-gpu > > It worked when compute_30 was replaced with compute_50 in Makefile as given in the above link.

> > Changing the line `ARCH= -gencode arch=compute_30,code=sm_30 \` to `ARCH= -gencode arch=compute_50,code=sm_50 \` worked for me. > > Can I ask where exactly is this line located? I searched...

yes, you can... It is the same...