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
error message (My environment is ubuntu16.04 GPU M40):
tep 21/31 : RUN cd nccl && make -j install && cd .. && rm -rf nccl && mkdir build && cd build && cmake -DUSE_CUDNN=1 .. && WITH_PYTHON_LAYER=1 make -j"$(nproc)" && make pycaffe ---> Running in 672dda89f462 Grabbing src/nccl.h > /opt/ctpn/CTPN/caffe/nccl/build/include/nccl.h Compiling src/libwrap.cu > /opt/ctpn/CTPN/caffe/nccl/build/obj/libwrap.o Compiling src/core.cu > /opt/ctpn/CTPN/caffe/nccl/build/obj/core.o nvcc fatal : Unsupported gpu architecture 'compute_60' make: *** [/opt/ctpn/CTPN/caffe/nccl/build/obj/libwrap.o] Error 1 make: *** Waiting for unfinished jobs.... nvcc fatal : Unsupported gpu architecture 'compute_60' make: *** [/opt/ctpn/CTPN/caffe/nccl/build/obj/core.o] Error 1 make: *** wait: No child processes. Stop. The command '/bin/sh -c cd nccl && make -j install && cd .. && rm -rf nccl && mkdir build && cd build && cmake -DUSE_CUDNN=1 .. && WITH_PYTHON_LAYER=1 make -j"$(nproc)" && make pycaffe' returned a non-zero code: 2 root@ubuntu:/data/services/xy_text_rec/CTPN# nvcc fatal : Unsupported gpu architecture 'compute_60' nvcc fatal : Don't know what to do with 'compute_60'
@varun-suresh
The text was updated successfully, but these errors were encountered:
No branches or pull requests
error message (My environment is ubuntu16.04 GPU M40):
@varun-suresh
The text was updated successfully, but these errors were encountered: