faster-rcnn.pytorch icon indicating copy to clipboard operation
faster-rcnn.pytorch copied to clipboard

Choose the right -arch in the make.sh file

Open siewning opened this issue 4 years ago • 1 comments

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

siewning avatar Oct 23 '21 05:10 siewning

Hi there,

I believe that if your machine doesn't have an NVIDIA GPU, you cannot run CUDA code.

RRuschel avatar Apr 27 '22 22:04 RRuschel