Data-drone commented on issue #20542:
URL: 
https://github.com/apache/incubator-mxnet/issues/20542#issuecomment-928902692


   Okay looks like `-DUSE_BLAS=open` sorted it. But I also moved to `1.9.0-rc7` 
as well.
   
   My final compile options are:
   
   ```
   cmake -DCMAKE_BUILD_TYPE=Release \
       -DCMAKE_INSTALL_PREFIX=$(python -c "import sys; print(sys.prefix)") \
       -DCMAKE_FIND_ROOT_PATH=${CONDA_PREFIX} \
       -DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=BOTH \
       -DUSE_OPENCV=OFF \
       -DUSE_LAPACK=ON \
       -DUSE_MKL_IF_AVAILABLE=OFF \
       -DUSE_BLAS=open \
       -DUSE_INTEL_PATH=${CONDA_PREFIX}/lib \
       -DUSE_CUDA=ON \
       -DUSE_CUDNN=ON \
       -DUSE_OPENMP=ON \
       -DUSE_TVM_OP=OFF \
       -DMXNET_CUDA_ARCH="7.5" \
       -DUSE_NCCL=ON \
       -DUSE_SSE=ON \
       .. \
     && cmake --build . --parallel 28
   ```


-- 
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