Skip to content

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

@sourabh-patil

Description

@sourabh-patil

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions