jens-maus commented on issue #21144:
URL: 
https://github.com/apache/incubator-mxnet/issues/21144#issuecomment-1277329189

   Please note, that I am seeing the same/similar issue when trying to compile 
the older mxnet 1.9.0 in the same environment:
   
   ```
   $ cmake --build . --parallel 1
   Consolidate compiler generated dependencies of target objects
   [  9%] Built target objects
   [  9%] Built target libzmq-static
   Consolidate compiler generated dependencies of target dnnl_cpu_x64
   [ 25%] Built target dnnl_cpu_x64
   Consolidate compiler generated dependencies of target dnnl_common
   [ 28%] Built target dnnl_common
   Consolidate compiler generated dependencies of target dnnl_cpu
   [ 35%] Built target dnnl_cpu
   [ 36%] Built target dnnl
   Consolidate compiler generated dependencies of target intgemm
   [ 36%] Built target intgemm
   [ 37%] Built target libomp-needed-headers
   Consolidate compiler generated dependencies of target omp
   [ 40%] Built target omp
   [ 40%] Built target proto_python
   Consolidate compiler generated dependencies of target pslite
   [ 40%] Built target pslite
   Consolidate compiler generated dependencies of target mxnet_static
   [ 91%] Built target mxnet_static
   Consolidate compiler generated dependencies of target dmlc
   [ 92%] Built target dmlc
   Consolidate compiler generated dependencies of target mxnet
   [ 92%] Built target mxnet
   Consolidate compiler generated dependencies of target customop_lib
   [ 92%] Built target customop_lib
   Consolidate compiler generated dependencies of target transposecsr_lib
   [ 92%] Built target transposecsr_lib
   Consolidate compiler generated dependencies of target transposerowsp_lib
   [ 93%] Built target transposerowsp_lib
   Consolidate compiler generated dependencies of target subgraph_lib
   [ 93%] Built target subgraph_lib
   Consolidate compiler generated dependencies of target pass_lib
   [ 94%] Built target pass_lib
   Consolidate compiler generated dependencies of target customop_gpu_lib
   [ 94%] Built target customop_gpu_lib
   Consolidate compiler generated dependencies of target im2rec
   [ 94%] Linking CXX executable im2rec
   /usr/bin/ld: libmxnet.a(elemwise_binary_broadcast_op_basic.cu.o): in 
function `void mxnet::op::BinaryBroadcastComputeDenseEx<mshadow::gpu, 
mxnet::op::mshadow_op::minus>(nnvm::NodeAttrs const&, mxnet::OpContext const&, 
std::vector<mxnet::NDArray, std::allocator<mxnet::NDArray> > const&, 
std::vector<mxnet::OpReqType, std::allocator<mxnet::OpReqType> > const&, 
std::vector<mxnet::NDArray, std::allocator<mxnet::NDArray> > const&)':
   
tmpxft_001b66c6_00000000-6_elemwise_binary_broadcast_op_basic.compute_80.cudafe1.cpp:(.text._ZN5mxnet2op29BinaryBroadcastComputeDenseExIN7mshadow3gpuENS0_10mshadow_op5minusEEEvRKN4nnvm9NodeAttrsERKNS_9OpContextERKSt6vectorINS_7NDArrayESaISE_EERKSD_INS_9OpReqTypeESaISJ_EESI_[_ZN5mxnet2op29BinaryBroadcastComputeDenseExIN7mshadow3gpuENS0_10mshadow_op5minusEEEvRKN4nnvm9NodeAttrsERKNS_9OpContextERKSt6vectorINS_7NDArrayESaISE_EERKSD_INS_9OpReqTypeESaISJ_EESI_]+0x34c):
 undefined reference to `void 
mxnet::op::ElemwiseBinaryOp::DnsCsrDnsOp<mxnet::op::mshadow_op::minus>(mshadow::Stream<mshadow::gpu>*,
 nnvm::NodeAttrs const&, mxnet::OpContext const&, mxnet::NDArray const&, 
mxnet::NDArray const&, mxnet::OpReqType, mxnet::NDArray const&, bool)'
   /usr/bin/ld: libmxnet.a(elemwise_binary_broadcast_op_basic.cu.o): in 
function `void mxnet::op::BinaryBroadcastComputeDenseEx<mshadow::gpu, 
mxnet::op::mshadow_op::plus>(nnvm::NodeAttrs const&, mxnet::OpContext const&, 
std::vector<mxnet::NDArray, std::allocator<mxnet::NDArray> > const&, 
std::vector<mxnet::OpReqType, std::allocator<mxnet::OpReqType> > const&, 
std::vector<mxnet::NDArray, std::allocator<mxnet::NDArray> > const&)':
   
tmpxft_001b66c6_00000000-6_elemwise_binary_broadcast_op_basic.compute_80.cudafe1.cpp:(.text._ZN5mxnet2op29BinaryBroadcastComputeDenseExIN7mshadow3gpuENS0_10mshadow_op4plusEEEvRKN4nnvm9NodeAttrsERKNS_9OpContextERKSt6vectorINS_7NDArrayESaISE_EERKSD_INS_9OpReqTypeESaISJ_EESI_[_ZN5mxnet2op29BinaryBroadcastComputeDenseExIN7mshadow3gpuENS0_10mshadow_op4plusEEEvRKN4nnvm9NodeAttrsERKNS_9OpContextERKSt6vectorINS_7NDArrayESaISE_EERKSD_INS_9OpReqTypeESaISJ_EESI_]+0x14de):
 undefined reference to `void 
mxnet::op::ElemwiseBinaryOp::DnsCsrDnsOp<mxnet::op::mshadow_op::plus>(mshadow::Stream<mshadow::gpu>*,
 nnvm::NodeAttrs const&, mxnet::OpContext const&, mxnet::NDArray const&, 
mxnet::NDArray const&, mxnet::OpReqType, mxnet::NDArray const&, bool)'
   collect2: error: ld returned 1 exit status
   gmake[2]: *** [CMakeFiles/im2rec.dir/build.make:125: im2rec] Error 1
   gmake[1]: *** [CMakeFiles/Makefile2:783: CMakeFiles/im2rec.dir/all] Error 2
   gmake: *** [Makefile:146: all] Error 2
   ```
   
   Perhaps anyone has a clue where this might originate from!?!?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org
For additional commands, e-mail: issues-h...@mxnet.apache.org

Reply via email to