Skip to content

Problems compiling windows-cmake branch #16

Description

@lunzueta

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?

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