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 2018/04/22 21:45:09 UTC

[GitHub] sl1pkn07 opened a new issue #10644: Build: error: argument of type "const void *" is incompatible with parameter of type "const XXXXX*"

sl1pkn07 opened a new 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
 
 
   Tried install mxnet througth AUR on my Archlinux
   
   https://aur.archlinux.org/packages/mxnet
   
   ## Description
   fail build with tons of error message like the log pasted in the bottom
   
   ## Environment info (Required)
   
   ```
   What to do:
   1. Download the diagnosis script from https://raw.githubusercontent.com/apache/incubator-mxnet/master/tools/diagnose.py
   2. Run the script using `python diagnose.py` and paste its output here.
   
   └───╼  LC_ALL=C python diagnose.py 
   ----------Python Info----------
   Version      : 3.6.5
   Compiler     : GCC 7.3.1 20180406
   Build        : ('default', 'Apr 14 2018 13:17:30')
   Arch         : ('64bit', 'ELF')
   ------------Pip Info-----------
   Version      : 9.0.1
   Directory    : /usr/lib/python3.6/site-packages/pip
   ----------MXNet Info-----------
   No MXNet installed.
   ----------System Info----------
   Platform     : Linux-4.16.3-1-ARCH-x86_64-with-arch
   system       : Linux
   node         : sL1pKn07
   release      : 4.16.3-1-ARCH
   version      : #1 SMP PREEMPT Thu Apr 19 09:17:56 UTC 2018
   ----------Hardware Info----------
   machine      : x86_64
   processor    : 
   Architecture:        x86_64
   CPU op-mode(s):      32-bit, 64-bit
   Byte Order:          Little Endian
   CPU(s):              48
   On-line CPU(s) list: 0-47
   Thread(s) per core:  2
   Core(s) per socket:  12
   Socket(s):           2
   NUMA node(s):        2
   Vendor ID:           GenuineIntel
   CPU family:          6
   Model:               79
   Model name:          Genuine Intel(R) CPU 0000 @ 2.20GHz
   Stepping:            0
   CPU MHz:             2196.760
   CPU max MHz:         2400.0000
   CPU min MHz:         1200.0000
   BogoMIPS:            4391.16
   Virtualization:      VT-x
   L1d cache:           32K
   L1i cache:           32K
   L2 cache:            256K
   L3 cache:            30720K
   NUMA node0 CPU(s):   0-11,24-35
   NUMA node1 CPU(s):   12-23,36-47
   Flags:               fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti intel_ppin tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
   ----------Network Test----------
   Setting timeout: 10
   Timing for MXNet: https://github.com/apache/incubator-mxnet, DNS: 0.0213 sec, LOAD: 0.8931 sec.
   Timing for Gluon Tutorial(en): http://gluon.mxnet.io, DNS: 0.0199 sec, LOAD: 0.0726 sec.
   Timing for Gluon Tutorial(cn): https://zh.gluon.ai, DNS: 0.0273 sec, LOAD: 0.8388 sec.
   Timing for FashionMNIST: https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/gluon/dataset/fashion-mnist/train-labels-idx1-ubyte.gz, DNS: 0.0194 sec, LOAD: 0.8398 sec.
   Timing for PYPI: https://pypi.python.org/pypi/pip, DNS: 0.0195 sec, LOAD: 0.4099 sec.
   Timing for Conda: https://repo.continuum.io/pkgs/free/, DNS: 0.0189 sec, LOAD: 0.1302 sec.
   ```
   
   Note about the processors, is a Dual Xeon E5-2650-V4 ES
   
   ## Build info (Required if built from source)
   
   Compiler (gcc/clang/mingw/visual studio):
   
   GCC 6.4.1
   cblas 3.8.0-1
   lapack 3.8.0-1
   hdf5 1.10.1
   opencv 3.4.1
   intel-tbb (compiled by GCC 6.4.1) 2018_20171205
   CUDA 9.1 with latest "service pack"
   
   
   MXNet commit hash:
    `73d879cf6439eb83b337fcbf6c743dbf385b9766` 
   
   Build config: ("handcrafted" by https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=mxnet#n17)
   ```
   └───╼  cat make/config.mk 
   # Licensed to the Apache Software Foundation (ASF) under one
   # or more contributor license agreements.  See the NOTICE file
   # distributed with this work for additional information
   # regarding copyright ownership.  The ASF licenses this file
   # to you under the Apache License, Version 2.0 (the
   # "License"); you may not use this file except in compliance
   # with the License.  You may obtain a copy of the License at
   #
   #   http://www.apache.org/licenses/LICENSE-2.0
   #
   # Unless required by applicable law or agreed to in writing,
   # software distributed under the License is distributed on an
   # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
   # KIND, either express or implied.  See the License for the
   # specific language governing permissions and limitations
   # under the License.
   
   #-------------------------------------------------------------------------------
   #  Template configuration for compiling mxnet
   #
   #  If you want to change the configuration, please use the following
   #  steps. Assume you are on the root directory of mxnet. First copy the this
   #  file so that any local changes will be ignored by git
   #
   #  $ cp make/config.mk .
   #
   #  Next modify the according entries, and then compile by
   #
   #  $ make
   #
   #  or build in parallel with 8 threads
   #
   #  $ make -j8
   #-------------------------------------------------------------------------------
   
   #---------------------
   # choice of compiler
   #--------------------
   
   export CC = gcc
   export CXX = g++
   export NVCC = nvcc
   
   # whether compile with options for MXNet developer
   DEV = 0
   
   # whether compile with debug
   DEBUG = 0
   
   # whether to turn on segfault signal handler to log the stack trace
   USE_SIGNAL_HANDLER =
   
   # the additional link flags you want to add
   ADD_LDFLAGS =
   
   # the additional compile flags you want to add
   ADD_CFLAGS =
   
   #---------------------------------------------
   # matrix computation libraries for CPU/GPU
   #---------------------------------------------
   
   # whether use CUDA during compile
   USE_CUDA = 0
   
   # add the path to CUDA library to link and compile flag
   # if you have already add them to environment variable, leave it as NONE
   # USE_CUDA_PATH = /usr/local/cuda
   USE_CUDA_PATH = NONE
   
   # whether to enable CUDA runtime compilation
   ENABLE_CUDA_RTC = 1
   
   # whether use CuDNN R3 library
   USE_CUDNN = 0
   
   #whether to use NCCL library
   USE_NCCL = 0
   #add the path to NCCL library
   USE_NCCL_PATH = NONE
   
   # whether use opencv during compilation
   # you can disable it, however, you will not able to use
   # imbin iterator
   USE_OPENCV = 1
   
   #whether use libjpeg-turbo for image decode without OpenCV wrapper
   USE_LIBJPEG_TURBO = 0
   #add the path to libjpeg-turbo library
   USE_LIBJPEG_TURBO_PATH = NONE
   
   # use openmp for parallelization
   USE_OPENMP = 1
   
   # whether use MKL-DNN library
   USE_MKLDNN = 0
   
   # whether use NNPACK library
   USE_NNPACK = 0
   
   # choose the version of blas you want to use
   # can be: mkl, blas, atlas, openblas
   # in default use atlas for linux while apple for osx
   UNAME_S := $(shell uname -s)
   ifeq ($(UNAME_S), Darwin)
   USE_BLAS = apple
   else
   USE_BLAS = atlas
   endif
   
   # whether use lapack during compilation
   # only effective when compiled with blas versions openblas/apple/atlas/mkl
   USE_LAPACK = 1
   
   # path to lapack library in case of a non-standard installation
   USE_LAPACK_PATH =
   
   # add path to intel library, you may need it for MKL, if you did not add the path
   # to environment variable
   USE_INTEL_PATH = NONE
   
   # If use MKL only for BLAS, choose static link automatically to allow python wrapper
   ifeq ($(USE_BLAS), mkl)
   USE_STATIC_MKL = 1
   else
   USE_STATIC_MKL = NONE
   endif
   
   #----------------------------
   # Settings for power and arm arch
   #----------------------------
   ARCH := $(shell uname -a)
   ifneq (,$(filter $(ARCH), armv6l armv7l powerpc64le ppc64le aarch64))
           USE_SSE=0
   else
           USE_SSE=1
   endif
   
   #----------------------------
   # distributed computing
   #----------------------------
   
   # whether or not to enable multi-machine supporting
   USE_DIST_KVSTORE = 0
   
   # whether or not allow to read and write HDFS directly. If yes, then hadoop is
   # required
   USE_HDFS = 0
   
   # path to libjvm.so. required if USE_HDFS=1
   LIBJVM=$(JAVA_HOME)/jre/lib/amd64/server
   
   # whether or not allow to read and write AWS S3 directly. If yes, then
   # libcurl4-openssl-dev is required, it can be installed on Ubuntu by
   # sudo apt-get install -y libcurl4-openssl-dev
   USE_S3 = 0
   
   #----------------------------
   # performance settings
   #----------------------------
   # Use operator tuning
   USE_OPERATOR_TUNING = 1
   
   # Use gperftools if found
   USE_GPERFTOOLS = 1
   
   # Use JEMalloc if found, and not using gperftools
   USE_JEMALLOC = 1
   
   #----------------------------
   # additional operators
   #----------------------------
   
   # path to folders containing projects specific operators that you don't want to put in src/operators
   EXTRA_OPERATORS =
   
   #----------------------------
   # other features
   #----------------------------
   
   # Create C++ interface package
   USE_CPP_PACKAGE = 0
   
   #----------------------------
   # plugins
   #----------------------------
   
   # whether to use caffe integration. This requires installing caffe.
   # You also need to add CAFFE_PATH/build/lib to your LD_LIBRARY_PATH
   # CAFFE_PATH = $(HOME)/caffe
   # MXNET_PLUGINS += plugin/caffe/caffe.mk
   
   # WARPCTC_PATH = $(HOME)/warp-ctc
   # MXNET_PLUGINS += plugin/warpctc/warpctc.mk
   
   # whether to use sframe integration. This requires build sframe
   # git@github.com:dato-code/SFrame.git
   # SFRAME_PATH = $(HOME)/SFrame
   # MXNET_PLUGINS += plugin/sframe/plugin.mk
   CXX=g++-6
   USE_BLAS=blas
   USE_LAPACK=1
   ADD_LDFLAGS+=-lcblas
   USE_CUDA=1
   USE_CUDA_PATH=/opt/cuda
   USE_CUDNN=1
   ADD_LDFLAGS+=-L/opt/cuda/lib64/stubs
   USE_OPENCV=1
   ```
   
   ## Error Message:
   ```
   nvcc -c -o build/src/operator/nn/cudnn/cudnn_batch_norm_gpu.o -std=c++11 -Xcompiler -D_FORCE_INLINES -O3 -ccbin g++-6  -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=[sm_70,compute_70] --fatbin-options -compress-all -Xcompiler "-DMSHADOW_FORCE_STREAM -Wall -Wsign-compare -O3 -DNDEBUG=1 -I/tmp/makepkg/mxnet/src/incubator-mxnet/3rdparty/mshadow/ -I/tmp/makepkg/mxnet/src/incubator-mxnet/3rdparty/dmlc-core/include -fPIC -I/tmp/makepkg/mxnet/src/incubator-mxnet/3rdparty/nnvm/include -I/tmp/makepkg/mxnet/src/incubator-mxnet/3rdparty/dlpack/include -I/tmp/makepkg/mxnet/src/incubator-mxnet/3rdparty/nnvm/tvm/include -Iinclude -funroll-loops -Wno-unused-parameter -Wno-unknown-pragmas -Wno-unused-local-typedefs -msse3 -mf16c -I/opt/cuda/include -DMSHADOW_USE_CBLAS=1 -DMSHADOW_USE_MKL=0 -DMSHADOW_RABIT_PS=0 -DMSHADOW_DIST_PS=0 -DMSHADOW_USE_PASCAL=0 -DMXNET_USE_OPENCV=1 -I/usr/include/opencv -fopenmp -DMXNET_USE_OPERATOR_TUNING=1 -DMXNET_USE_LAPACK -DMSHADOW_USE_CUDNN=1 -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free  -I/tmp/makepkg/mxnet/src/incubator-mxnet/3rdparty/cub -DMXNET_ENABLE_CUDA_RTC=1 -DMXNET_USE_NCCL=0 -DMXNET_USE_LIBJPEG_TURBO=0" src/operator/nn/cudnn/cudnn_batch_norm.cu
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512fintrin.h(9220): error: argument of type "const void *" is incompatible with parameter of type "const float *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512fintrin.h(9231): error: argument of type "const void *" is incompatible with parameter of type "const float *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512fintrin.h(9244): error: argument of type "const void *" is incompatible with parameter of type "const double *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512fintrin.h(9255): error: argument of type "const void *" is incompatible with parameter of type "const double *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512fintrin.h(9268): error: argument of type "const void *" is incompatible with parameter of type "const float *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512fintrin.h(9279): error: argument of type "const void *" is incompatible with parameter of type "const float *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512fintrin.h(9292): error: argument of type "const void *" is incompatible with parameter of type "const double *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512fintrin.h(9303): error: argument of type "const void *" is incompatible with parameter of type "const double *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512fintrin.h(9316): error: argument of type "const void *" is incompatible with parameter of type "const int *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512fintrin.h(9327): error: argument of type "const void *" is incompatible with parameter of type "const int *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512fintrin.h(9340): error: argument of type "const void *" is incompatible with parameter of type "const long long *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512fintrin.h(9352): error: argument of type "const void *" is incompatible with parameter of type "const long long *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512fintrin.h(9365): error: argument of type "const void *" is incompatible with parameter of type "const int *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512fintrin.h(9376): error: argument of type "const void *" is incompatible with parameter of type "const int *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512fintrin.h(9389): error: argument of type "const void *" is incompatible with parameter of type "const long long *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512fintrin.h(9401): error: argument of type "const void *" is incompatible with parameter of type "const long long *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512fintrin.h(9410): error: argument of type "void *" is incompatible with parameter of type "float *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512fintrin.h(9419): error: argument of type "void *" is incompatible with parameter of type "float *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512fintrin.h(9428): error: argument of type "void *" is incompatible with parameter of type "double *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512fintrin.h(9437): error: argument of type "void *" is incompatible with parameter of type "double *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512fintrin.h(9445): error: argument of type "void *" is incompatible with parameter of type "float *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512fintrin.h(9454): error: argument of type "void *" is incompatible with parameter of type "float *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512fintrin.h(9463): error: argument of type "void *" is incompatible with parameter of type "double *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512fintrin.h(9472): error: argument of type "void *" is incompatible with parameter of type "double *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512fintrin.h(9481): error: argument of type "void *" is incompatible with parameter of type "int *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512fintrin.h(9490): error: argument of type "void *" is incompatible with parameter of type "int *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512fintrin.h(9499): error: argument of type "void *" is incompatible with parameter of type "long long *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512fintrin.h(9508): error: argument of type "void *" is incompatible with parameter of type "long long *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512fintrin.h(9517): error: argument of type "void *" is incompatible with parameter of type "int *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512fintrin.h(9526): error: argument of type "void *" is incompatible with parameter of type "int *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512fintrin.h(9535): error: argument of type "void *" is incompatible with parameter of type "long long *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512fintrin.h(9544): error: argument of type "void *" is incompatible with parameter of type "long long *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512pfintrin.h(55): error: argument of type "const void *" is incompatible with parameter of type "const long long *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512pfintrin.h(63): error: argument of type "const void *" is incompatible with parameter of type "const int *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512pfintrin.h(73): error: argument of type "const void *" is incompatible with parameter of type "const long long *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512pfintrin.h(81): error: argument of type "const void *" is incompatible with parameter of type "const int *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512pfintrin.h(91): error: argument of type "void *" is incompatible with parameter of type "const long long *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512pfintrin.h(100): error: argument of type "void *" is incompatible with parameter of type "const int *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512pfintrin.h(109): error: argument of type "void *" is incompatible with parameter of type "const long long *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512pfintrin.h(117): error: argument of type "void *" is incompatible with parameter of type "const int *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512pfintrin.h(127): error: argument of type "void *" is incompatible with parameter of type "const long long *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512pfintrin.h(136): error: argument of type "void *" is incompatible with parameter of type "const int *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512pfintrin.h(145): error: argument of type "void *" is incompatible with parameter of type "const long long *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512pfintrin.h(153): error: argument of type "void *" is incompatible with parameter of type "const int *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(10799): error: argument of type "const void *" is incompatible with parameter of type "const float *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(10811): error: argument of type "const void *" is incompatible with parameter of type "const float *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(10823): error: argument of type "const void *" is incompatible with parameter of type "const double *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(10835): error: argument of type "const void *" is incompatible with parameter of type "const double *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(10847): error: argument of type "const void *" is incompatible with parameter of type "const float *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(10859): error: argument of type "const void *" is incompatible with parameter of type "const float *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(10871): error: argument of type "const void *" is incompatible with parameter of type "const double *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(10883): error: argument of type "const void *" is incompatible with parameter of type "const double *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(10895): error: argument of type "const void *" is incompatible with parameter of type "const int *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(10907): error: argument of type "const void *" is incompatible with parameter of type "const int *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(10919): error: argument of type "const void *" is incompatible with parameter of type "const long long *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(10931): error: argument of type "const void *" is incompatible with parameter of type "const long long *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(10943): error: argument of type "const void *" is incompatible with parameter of type "const int *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(10955): error: argument of type "const void *" is incompatible with parameter of type "const int *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(10967): error: argument of type "const void *" is incompatible with parameter of type "const long long *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(10979): error: argument of type "const void *" is incompatible with parameter of type "const long long *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(10989): error: argument of type "void *" is incompatible with parameter of type "float *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(11000): error: argument of type "void *" is incompatible with parameter of type "float *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(11009): error: argument of type "void *" is incompatible with parameter of type "float *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(11020): error: argument of type "void *" is incompatible with parameter of type "float *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(11029): error: argument of type "void *" is incompatible with parameter of type "double *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(11040): error: argument of type "void *" is incompatible with parameter of type "double *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(11049): error: argument of type "void *" is incompatible with parameter of type "double *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(11060): error: argument of type "void *" is incompatible with parameter of type "double *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(11069): error: argument of type "void *" is incompatible with parameter of type "float *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(11080): error: argument of type "void *" is incompatible with parameter of type "float *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(11089): error: argument of type "void *" is incompatible with parameter of type "float *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(11100): error: argument of type "void *" is incompatible with parameter of type "float *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(11109): error: argument of type "void *" is incompatible with parameter of type "double *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(11120): error: argument of type "void *" is incompatible with parameter of type "double *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(11129): error: argument of type "void *" is incompatible with parameter of type "double *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(11140): error: argument of type "void *" is incompatible with parameter of type "double *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(11149): error: argument of type "void *" is incompatible with parameter of type "int *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(11160): error: argument of type "void *" is incompatible with parameter of type "int *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(11169): error: argument of type "void *" is incompatible with parameter of type "int *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(11180): error: argument of type "void *" is incompatible with parameter of type "int *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(11189): error: argument of type "void *" is incompatible with parameter of type "long long *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(11200): error: argument of type "void *" is incompatible with parameter of type "long long *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(11209): error: argument of type "void *" is incompatible with parameter of type "long long *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(11220): error: argument of type "void *" is incompatible with parameter of type "long long *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(11229): error: argument of type "void *" is incompatible with parameter of type "int *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(11240): error: argument of type "void *" is incompatible with parameter of type "int *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(11249): error: argument of type "void *" is incompatible with parameter of type "int *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(11260): error: argument of type "void *" is incompatible with parameter of type "int *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(11269): error: argument of type "void *" is incompatible with parameter of type "long long *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(11280): error: argument of type "void *" is incompatible with parameter of type "long long *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(11289): error: argument of type "void *" is incompatible with parameter of type "long long *"
    
   /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avx512vlintrin.h(11300): error: argument of type "void *" is incompatible with parameter of type "long long *"
    
   92 errors detected in the compilation of "/tmp/tmpxft_00005ce6_00000000-12_cudnn_batch_norm.compute_70.cpp1.ii".
   make: *** [Makefile:398: build/src/operator/nn/cudnn/cudnn_batch_norm_gpu.o] Error 1
   ```
   
   ## Minimum reproducible example
   none
   
   ## Steps to reproduce
   
   `yaourt -S mxnet`
   
   and install all dependencies
   
   ## What have you tried to solve it?
   
   i'm not coder, so i'm out of ideas
   

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


With regards,
Apache Git Services