sl1pkn07 commented on issue #10644: Build: error: argument of type "const void 
*" is incompatible with parameter of type "const XXXXX*"
URL: 
https://github.com/apache/incubator-mxnet/issues/10644#issuecomment-383422383
 
 
   tested with:
   
   cmake 3.11.0
   ninja 1.8.2
   openblas 0.2.20
   nccl 2.1.15.1
   cudnn 7.1.2
   openmpi 3.0.1
   hwloc 1.11.10
   python 3.6
   
   ```
     cmake ../incubator-mxnet \
       -DCMAKE_BUILD_TYPE=None \
       -DCMAKE_INSTALL_PREFIX=/usr \
       -DBUILD_SHARED_LIBS=ON \
       -DCUDA_HOST_COMPILER=/usr/bin/cc-6 \
       -DCUDA_CUDA_LIBRARY=/opt/cuda/lib64/stub/libcuda.so \
       -DUSE_CUDNN=ON \
       -DUSE_NCCL=ON \
       -DUSE_OPENCV=ON \
       -DUSE_OPENMP=ON \
       -DUSE_LAPACK=ON \
       -DUSE_MKLDNN=OFF \
       -DBUILD_CPP_EXAMPLES=OFF \
       -DLIBOMP_USE_HWLOC=ON \
       -DPYTHON_EXECUTABLE=/usr/bin/python3 \
       -G Ninja \
       -DCMAKE_MAKE_PROGRAM=/usr/bin/ninja
   ```
   
   same error
   
   
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to