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 2019/03/04 19:12:30 UTC

[GitHub] [incubator-mxnet] access2rohit edited a comment on issue #14263: MXNet Master build for CUDA with DEBUG=1 failing

access2rohit edited a comment on issue #14263: MXNet Master build for CUDA with DEBUG=1 failing
URL: https://github.com/apache/incubator-mxnet/issues/14263#issuecomment-469382751
 
 
   Other Approaches tried:
   1. ubuntu 16.04 GPU MXNet 1.4.x using Make, gcc 4.8 and g++ 4.8
   USE_CUDA=1
   USE_CUDNN=1
   USE_LAPACK=1
   USE_BLAS = openblas
   USE_OPENCV=1
   USE_CUDA_PATH = /usr/local/cuda
   DEBUG=1
   /usr/local/cuda -> /usr/local/cuda-9.0
   
   
   2. ubuntu 16.04 GPU MXNet 1.4.x using Make, gcc 5.4 and g++ 5.4
   USE_CUDA=1
   USE_CUDNN=1
   USE_LAPACK=1
   USE_BLAS = openblas
   USE_OPENCV=1
   USE_CUDA_PATH = /usr/local/cuda
   DEBUG=1
   /usr/local/cuda -> /usr/local/cuda-9.0
   
   3. ubuntu 16.04 GPU MXNet 1.4.x using Make, gcc 4.8 and g++ 4.8
   USE_CUDA=1
   USE_CUDNN=1
   USE_LAPACK=1
   USE_BLAS = openblas
   USE_OPENCV=1
   USE_CUDA_PATH = /usr/local/cuda
   DEBUG=1
   /usr/local/cuda -> /usr/local/cuda-9.2
   
   
   4. ubuntu 16.04 GPU MXNet 1.4.x using Make, gcc 5.4 and g++ 5.4
   USE_CUDA=1
   USE_CUDNN=1
   USE_LAPACK=1
   USE_BLAS = openblas
   USE_OPENCV=1
   USE_CUDA_PATH = /usr/local/cuda
   DEBUG=1
   /usr/local/cuda -> /usr/local/cuda-9.2
   
   5. ubuntu 16.04 GPU MXNet 1.4.x using Make, gcc 4.8 and g++ 4.8
   USE_CUDA=1
   USE_CUDNN=1
   USE_LAPACK=1
   USE_BLAS = openblas
   USE_OPENCV=1
   USE_CUDA_PATH = /usr/local/cuda
   DEBUG=1
   /usr/local/cuda -> /usr/local/cuda-9.0
   
   
   6. ubuntu 16.04 GPU MXNet 1.4.x using Make, gcc 5.4 and g++ 5.4
   USE_CUDA=1
   USE_CUDNN=1
   USE_LAPACK=1
   USE_BLAS = openblas
   USE_OPENCV=0
   USE_CUDA_PATH = /usr/local/cuda
   DEBUG=1
   /usr/local/cuda -> /usr/local/cuda-9.0
   
   7. ubuntu 16.04 GPU MXNet 1.4.x using Make, gcc 4.8 and g++ 4.8
   USE_CUDA=1
   USE_CUDNN=1
   USE_LAPACK=1
   USE_BLAS = openblas
   USE_OPENCV=0
   USE_CUDA_PATH = /usr/local/cuda
   DEBUG=1
   /usr/local/cuda -> /usr/local/cuda-9.2
   
   
   8. ubuntu 16.04 GPU MXNet 1.4.x using Make, gcc 5.4 and g++ 5.4
   USE_CUDA=1
   USE_CUDNN=1
   USE_LAPACK=1
   USE_BLAS = openblas
   USE_OPENCV=0
   USE_CUDA_PATH = /usr/local/cuda
   DEBUG=1
   /usr/local/cuda -> /usr/local/cuda-9.2
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services