faster-rcnn.pytorch
faster-rcnn.pytorch copied to clipboard
Choose the right -arch in the make.sh file
Hi everyone! I don't understand the instruction "choose the right -arch in the make.sh file", and I'm also confused by the links that the author shared (this and this website). I would be grateful if someone could help me out! :)
It seems that we are supposed to match our laptop's GPU to the CUDA arch and gencode (for various NVIDIA architectures), but I use a MacBook, which supposedly isn't related to NVIDIA...? In this case, how would I know what to put for my -arch and -gencode flags?
Thanks in advance!! :D
Hi there,
I believe that if your machine doesn't have an NVIDIA GPU, you cannot run CUDA code.