Skip to content
New issue

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

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

Open
sourabh-patil opened this issue Jun 29, 2023 · 0 comments

Comments

@sourabh-patil
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant