We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: