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/10/24 23:26:02 UTC

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #16612: Compilation fails in master Cuda 10.1 GCC 7.4 Ubuntu 18.04

ChaiBapchya commented on issue #16612: Compilation fails in master Cuda 10.1 GCC 7.4 Ubuntu 18.04
URL: https://github.com/apache/incubator-mxnet/issues/16612#issuecomment-546140761
 
 
   Was able to build it successfully for ef56334
   with following build flags
   ```
   $ python -c "from mxnet.runtime import feature_list; print(feature_list())"
   [ ✔ CUDA, ✔ CUDNN, ✖ NCCL, ✔ CUDA_RTC, ✖ TENSORRT, ✔ CPU_SSE, ✔ CPU_SSE2, ✔ CPU_SSE3, ✔ CPU_SSE4_1, ✔ CPU_SSE4_2, ✖ CPU_SSE4A, ✔ CPU_AVX, ✖ CPU_AVX2, ✔ OPENMP, ✖ SSE, ✔ F16C, ✖ JEMALLOC, ✔ BLAS_OPEN, ✖ BLAS_ATLAS, ✖ BLAS_MKL, ✖ BLAS_APPLE, ✖ LAPACK, ✖ MKLDNN, ✖ OPENCV, ✖ CAFFE, ✖ PROFILER, ✖ DIST_KVSTORE, ✖ CXX14, ✔ INT64_TENSOR_SIZE, ✔ SIGNAL_HANDLER, ✔ DEBUG, ✖ TVM_OP]
   ```
   
   Something off coz of NCCL?

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