You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/09/15 09:54:41 UTC

[GitHub] mariussoutier commented on issue #12568: [Scala][macOS] Trying to build from source

mariussoutier commented on issue #12568: [Scala][macOS] Trying to build from source
URL: https://github.com/apache/incubator-mxnet/issues/12568#issuecomment-421547669
 
 
   As for CUDA, installing older Developer Command Line Tools with clang 9.0, the compilation advances much further, but then the linker fails with
   
   ```
   ld: warning: directory not found for option '-L/usr/local/cuda/lib64'
   ld: warning: directory not found for option '-L/usr/local/cuda/lib64/stubs'
   Undefined symbols for architecture x86_64:
     "mxnet::op::CuDNNAlgoReg<mxnet::op::ConvolutionParam>::Get()", referenced from:
         mxnet::op::CuDNNConvolutionOp<float>::SelectAlgo(mxnet::RunContext const&, std::__1::vector<nnvm::TShape, std::__1::allocator<nnvm::TShape> > const&, std::__1::vector<nnvm::TShape, std::__1::allocator<nnvm::TShape> > const&, cudnnDataType_t, cudnnDataType_t) in convolution_gpu.o
         mxnet::op::CuDNNConvolutionOp<double>::SelectAlgo(mxnet::RunContext const&, std::__1::vector<nnvm::TShape, std::__1::allocator<nnvm::TShape> > const&, std::__1::vector<nnvm::TShape, std::__1::allocator<nnvm::TShape> > const&, cudnnDataType_t, cudnnDataType_t) in convolution_gpu.o
         mxnet::op::CuDNNConvolutionOp<mshadow::half::half_t>::SelectAlgo(mxnet::RunContext const&, std::__1::vector<nnvm::TShape, std::__1::allocator<nnvm::TShape> > const&, std::__1::vector<nnvm::TShape, std::__1::allocator<nnvm::TShape> > const&, cudnnDataType_t, cudnnDataType_t) in convolution_gpu.o
     "mxnet::op::CuDNNAlgoReg<mxnet::op::DeconvolutionParam>::Get()", referenced from:
         mxnet::op::CuDNNDeconvolutionOp<float>::SelectAlgo(mxnet::RunContext const&, std::__1::vector<nnvm::TShape, std::__1::allocator<nnvm::TShape> > const&, std::__1::vector<nnvm::TShape, std::__1::allocator<nnvm::TShape> > const&, cudnnDataType_t, cudnnDataType_t) in deconvolution_gpu.o
         mxnet::op::CuDNNDeconvolutionOp<double>::SelectAlgo(mxnet::RunContext const&, std::__1::vector<nnvm::TShape, std::__1::allocator<nnvm::TShape> > const&, std::__1::vector<nnvm::TShape, std::__1::allocator<nnvm::TShape> > const&, cudnnDataType_t, cudnnDataType_t) in deconvolution_gpu.o
         mxnet::op::CuDNNDeconvolutionOp<mshadow::half::half_t>::SelectAlgo(mxnet::RunContext const&, std::__1::vector<nnvm::TShape, std::__1::allocator<nnvm::TShape> > const&, std::__1::vector<nnvm::TShape, std::__1::allocator<nnvm::TShape> > const&, cudnnDataType_t, cudnnDataType_t) in deconvolution_gpu.o
   ld: symbol(s) not found for architecture x86_64
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services