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

Does caffe support CUDA9.0 version? Since i want to download CUDA8.0 version, however 8.0's download link is out of date. #5948

Closed
wzvoid opened this issue Sep 28, 2017 · 9 comments

Comments

@wzvoid
Copy link

wzvoid commented Sep 28, 2017

Please use the caffe-users list for usage, installation, or modeling questions, or other requests for help.
Do not post such requests to Issues. Doing so interferes with the development of Caffe.

Please read the guidelines for contributing before submitting this issue.

Issue summary

Steps to reproduce

If you are having difficulty building Caffe or training a model, please ask the caffe-users mailing list. If you are reporting a build error that seems to be due to a bug in Caffe, please attach your build configuration (either Makefile.config or CMakeCache.txt) and the output of the make (or cmake) command.

Your system configuration

Operating system:
Compiler:
CUDA version (if applicable):
CUDNN version (if applicable):
BLAS:
Python or MATLAB version (for pycaffe and matcaffe respectively):

@yohawing
Copy link

Old version cuda toolkit is placed here
https://developer.nvidia.com/cuda-toolkit-archive

@zuo1188
Copy link

zuo1188 commented Oct 24, 2017

meet some error when compiling with 9.0 on ubuntu
Unsupported gpu architecture 'compute_20'

@autocyz
Copy link

autocyz commented Oct 28, 2017

@zuo1188 I also meet the same error "Unsupported gpu architecture 'compute_20'" with cuda9.0, do you resolve it ?

@ShaggO
Copy link

ShaggO commented Oct 30, 2017

@autocyz @zuo1188 I believe you can resolve that issue by changing the configuration in Makefile.config. Simply remove "-gencode arch=compute_20,code=sm_20"

@erikaemma
Copy link

@ShaggO It will fail in 'make runtest'

@archenroot
Copy link

Also looking for CUDA 9 support

@Noiredd
Copy link
Member

Noiredd commented Nov 29, 2017

Caffe is compatible with CUDA 9. Look at the comments added in #6079.

@Noiredd Noiredd closed this as completed Nov 29, 2017
@kalyc
Copy link

kalyc commented Apr 27, 2019

Removed compute_20, facing issue with protobuf. Any leads??

CXX .build_release/src/caffe/proto/caffe.pb.cc
In file included from .build_release/src/caffe/proto/caffe.pb.cc:4:0:
.build_release/src/caffe/proto/caffe.pb.h:12:2: error: #error This file was generated by a newer version of protoc which is
 #error This file was generated by a newer version of protoc which is
  ^
.build_release/src/caffe/proto/caffe.pb.h:13:2: error: #error incompatible with your Protocol Buffer headers. Please update
 #error incompatible with your Protocol Buffer headers.  Please update
  ^
.build_release/src/caffe/proto/caffe.pb.h:14:2: error: #error your headers.
 #error your headers.
  ^
In file included from .build_release/src/caffe/proto/caffe.pb.cc:4:0:
.build_release/src/caffe/proto/caffe.pb.h:23:35: fatal error: google/protobuf/arena.h: No such file or directory
compilation terminated.
make: *** [Makefile:589: .build_release/src/caffe/proto/caffe.pb.o] Error 1
(caffe_p27) ubuntu@ip-172-31-42-215:~/src/caffe_python_2$ 

@fanjin-z
Copy link

fanjin-z commented May 17, 2019

In file included from .build_release/src/caffe/proto/caffe.pb.cc:4:0:
.build_release/src/caffe/proto/caffe.pb.h:23:35: fatal error: google/protobuf/arena.h: No such file or directory
compilation terminated.

@kalyc I doubt this is related to CUDA 9.0 compatibility. Have you installed protobuf-devel or libgflags-dev libgoogle-glog-dev.

Though Caffe Installation Guides says it's only required for Ubuntu 14.04, but I find that it's also necessary for 16.04

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

10 participants