forked from BVLC/caffe
-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
Hi @willyd. I'm trying to compile the new windows-cmake branch of this repo, but I get this linking error when compiling the "caffe.bin" project (after compiling correctly its dependency "caffe"):
3>caffe.obj : error LNK2019: unresolved external symbol "void __cdecl caffe::caffe_gpu_dot<float>(int,float const *,float const *,float *)" (??$caffe_gpu_dot@M@caffe@@YAXHPEBM0PEAM@Z) referenced in function "public: float __cdecl caffe::Layer<float>::Forward(class std::vector<class caffe::Blob<float> *,class std::allocator<class caffe::Blob<float> *> > const &,class std::vector<class caffe::Blob<float> *,class std::allocator<class caffe::Blob<float> *> > const &)" (?Forward@?$Layer@M@caffe@@QEAAMAEBV?$vector@PEAV?$Blob@M@caffe@@V?$allocator@PEAV?$Blob@M@caffe@@@std@@@std@@0@Z)
Could this be because I'm using CUDA 7.5 instead of 7.0, as I think you are using, because of the comments written here: https://github.com/willyd/caffe-builder? Can you compile it correctly?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels