my cuda version = 9.0 V 9.0.176 I run this code nvcc -c -o nms_kernel.cu.o nms_kernel.cu -x cu -Xcompiler -fPIC -arch=arch but I got this error nvcc fatal : value 'arch' is not defined for option 'gpu-architecture' what should I do?