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

Compile error while trying to compile C3D_overlap_loss #9

Closed
kousik97 opened this issue Jun 2, 2017 · 1 comment
Closed

Compile error while trying to compile C3D_overlap_loss #9

kousik97 opened this issue Jun 2, 2017 · 1 comment

Comments

@kousik97
Copy link

kousik97 commented Jun 2, 2017

I get the following error while trying to run make all in C3D_overlap_loss:
I am using CPU and changed the Makefile.config accordingly
Also, I have already compiled c3d .

In file included from src/caffe/net.cpp:8:0:
./include/caffe/common.hpp:107:17: error: 'cublasHandle_t' does not name a type
inline static cublasHandle_t cublas_handle() { return Get().cublas_handle_; }
^
./include/caffe/common.hpp:108:17: error: 'curandGenerator_t' does not name a type
inline static curandGenerator_t curand_generator() {
^
./include/caffe/common.hpp:133:3: error: 'cublasHandle_t' does not name a type
cublasHandle_t cublas_handle_;
^
./include/caffe/common.hpp:134:3: error: 'curandGenerator_t' does not name a type
curandGenerator_t curand_generator_;
^
./include/caffe/common.hpp:149:34: error: 'cublasStatus_t' was not declared in this scope
const char* cublasGetErrorString(cublasStatus_t error);
^
./include/caffe/common.hpp:150:34: error: 'curandStatus_t' was not declared in this scope
const char* curandGetErrorString(curandStatus_t error);
^
make: *** [build/src/caffe/net.o] Error 1

@zhengshou
Copy link
Owner

Please refer to C3D for details about compilation

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

2 participants