GeekAlexis / FastMOT

High-performance multiple object tracking based on YOLO, Deep SORT, and KLT 🚀
MIT License
1.12k stars 256 forks source link

nvcc fatal : Unsupported gpu architecture 'compute_86'Please read & provide the following #264

Open sourabh-patil opened 1 year ago

sourabh-patil commented 1 year ago

Getting the following error message while making the plugins

root@d9557371f867:~/FastMOT/fastmot/plugins# make computes: 86 NVCCFLAGS: -gencode arch=compute_86,code=[sm_86,compute_86] nvcc -ccbin g++ -I"/usr/local/cuda/include" -I"/usr/include/x86_64-linux-gnu" -I"/usr/local/include" -I"plugin" -gencode arch=compute_86,code=[sm_86,compute_86] -Xcompiler -fPIC -c -o yolo_layer.o yolo_layer.cu nvcc fatal : Unsupported gpu architecture 'compute_86' Makefile:37: recipe for target 'yolo_layer.o' failed make: *** [yolo_layer.o] Error 1

Is there any work around for this?