sl1pkn07 commented on issue #21190:
URL: https://github.com/apache/mxnet/issues/21190#issuecomment-1532654211

   Hi
   
   same here
   
   ~~~bash
   [  4%] Building CXX object CMakeFiles/mxnet.dir/src/api/cached_op_api.cc.o
   /usr/bin/c++ -DDMLC_CORE_USE_CMAKE -DDMLC_LOG_FATAL_THROW=1 
-DDMLC_LOG_STACK_TRACE_SIZE=0 -DDMLC_MODERN_THREAD_LOCAL=0 -DDMLC_STRICT_CXX11 
-DDMLC_USE_CXX11 -DDMLC_USE_CXX11=1 -DDMLC_USE_CXX14 -DMSHADOW_FORCE_STREAM 
-DMSHADOW_INT64_TENSOR_SIZE=1 -DMSHADOW_IN_CXX11 -DMSHADOW_USE_CBLAS=1 
-DMSHADOW_USE_CUDA=1 -DMSHADOW_USE_CUDNN -DMSHADOW_USE_CUTENSOR 
-DMSHADOW_USE_MKL=0 -DMSHADOW_USE_SSE -DMXNET_BRANCH=\"master\" 
-DMXNET_COMMIT_HASH=\"b84609d3fc73d20929c114eab95faaa56e6c5ede\" 
-DMXNET_USE_BLAS_OPEN=1 -DMXNET_USE_CUDA=1 -DMXNET_USE_INTGEMM=1 
-DMXNET_USE_LAPACK=1 -DMXNET_USE_LAPACKE_INTERFACE=1 
-DMXNET_USE_LIBJPEG_TURBO=1 -DMXNET_USE_NCCL=1 -DMXNET_USE_NVTX=1 
-DMXNET_USE_OPENCV=1 -DMXNET_USE_OPENMP=1 -DMXNET_USE_OPERATOR_TUNING=1 
-DMXNET_USE_SIGNAL_HANDLER=1 -DNDEBUG=1 -DUSE_CUDNN -DUSE_CUTENSOR 
-D__USE_XOPEN2K8 -Dmxnet_EXPORTS 
-I/tmp/makepkg/sl1-mxnet-git/src/incubator-mxnet/include 
-I/tmp/makepkg/sl1-mxnet-git/src/incubator-mxnet/src 
-I/tmp/makepkg/sl1-mxnet-git/src/incubator-mxnet/3
 rdparty/tvm/nnvm/include 
-I/tmp/makepkg/sl1-mxnet-git/src/incubator-mxnet/3rdparty/tvm/include 
-I/tmp/makepkg/sl1-mxnet-git/src/incubator-mxnet/3rdparty/dmlc-core/include 
-I/tmp/makepkg/sl1-mxnet-git/src/incubator-mxnet/3rdparty/dlpack/include 
-I/tmp/makepkg/sl1-mxnet-git/src/incubator-mxnet/3rdparty/mshadow 
-I/tmp/makepkg/sl1-mxnet-git/src/build/3rdparty/intgemm 
-I/tmp/makepkg/sl1-mxnet-git/src/incubator-mxnet/3rdparty/intgemm 
-I/tmp/makepkg/sl1-mxnet-git/src/incubator-mxnet/3rdparty/miniz 
-I/tmp/makepkg/sl1-mxnet-git/src/build/3rdparty/dmlc-core/include -isystem 
/usr/include/opencv4 -isystem /opt/cuda/include -march=native -O2 -pipe 
-fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat 
-Werror=format-security         -fstack-clash-protection -fcf-protection 
-Wp,-D_GLIBCXX_ASSERTIONS -fdiagnostics-color=always -march=native -O2 -pipe 
-fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat 
-Werror=format-security         -fstack-clash-protection -fcf-protection -Wall
  -Wno-sign-compare -O3 -fopenmp -O3 -DNDEBUG -std=gnu++17 -fPIC 
-Wno-unused-parameter -Wno-unknown-pragmas -Wno-unused-local-typedefs -msse3 
-mf16c -fopenmp -MD -MT CMakeFiles/mxnet.dir/src/api/cached_op_api.cc.o -MF 
CMakeFiles/mxnet.dir/src/api/cached_op_api.cc.o.d -o 
CMakeFiles/mxnet.dir/src/api/cached_op_api.cc.o -c 
/tmp/makepkg/sl1-mxnet-git/src/incubator-mxnet/src/api/cached_op_api.cc
   In file included from 
/tmp/makepkg/sl1-mxnet-git/src/incubator-mxnet/src/api/../imperative/./imperative_utils.h:31,
                    from 
/tmp/makepkg/sl1-mxnet-git/src/incubator-mxnet/src/api/../imperative/cached_op.h:34,
                    from 
/tmp/makepkg/sl1-mxnet-git/src/incubator-mxnet/src/api/cached_op_api.cc:27:
   
/tmp/makepkg/sl1-mxnet-git/src/incubator-mxnet/src/api/../imperative/././cuda_graphs.h:
 In member function 'void 
mxnet::cuda_graphs::CudaGraphsSubSegExec::Update(const 
std::vector<std::shared_ptr<mxnet::exec::OpExecutor> >&, const 
mxnet::RunContext&, bool, bool)':
   
/tmp/makepkg/sl1-mxnet-git/src/incubator-mxnet/src/api/../imperative/././cuda_graphs.h:205:62:
 error: cannot convert 'CUgraphNode_st**' to 'cudaGraphExecUpdateResultInfo*' 
{aka 'cudaGraphExecUpdateResultInfo_st*'}
     205 |         cudaGraphExecUpdate(graph_exec_.get(), graph_.get(), 
&error_node, &update_result);
         |                                                              
^~~~~~~~~~~
         |                                                              |
         |                                                              
CUgraphNode_st**
   In file included from /opt/cuda/include/channel_descriptor.h:61,
                    from /opt/cuda/include/cuda_runtime.h:95,
                    from /opt/cuda/include/curand.h:59,
                    from 
/tmp/makepkg/sl1-mxnet-git/src/incubator-mxnet/include/mshadow/./base.h:195,
                    from 
/tmp/makepkg/sl1-mxnet-git/src/incubator-mxnet/include/mshadow/tensor.h:34,
                    from 
/tmp/makepkg/sl1-mxnet-git/src/incubator-mxnet/include/mxnet/./base.h:32,
                    from 
/tmp/makepkg/sl1-mxnet-git/src/incubator-mxnet/include/mxnet/ndarray.h:39,
                    from 
/tmp/makepkg/sl1-mxnet-git/src/incubator-mxnet/include/mxnet/runtime/ndarray_handle.h:26,
                    from 
/tmp/makepkg/sl1-mxnet-git/src/incubator-mxnet/include/mxnet/runtime/packed_func.h:34,
                    from 
/tmp/makepkg/sl1-mxnet-git/src/incubator-mxnet/include/mxnet/runtime/registry.h:49,
                    from 
/tmp/makepkg/sl1-mxnet-git/src/incubator-mxnet/include/mxnet/api_registry.h:31,
                    from 
/tmp/makepkg/sl1-mxnet-git/src/incubator-mxnet/src/api/cached_op_api.cc:24:
   /opt/cuda/include/cuda_runtime_api.h:12423:138: note:   initializing 
argument 3 of 'cudaError_t cudaGraphExecUpdate(cudaGraphExec_t, cudaGraph_t, 
cudaGraphExecUpdateResultInfo*)'
   12423 | extern __host__ cudaError_t CUDARTAPI 
cudaGraphExecUpdate(cudaGraphExec_t hGraphExec, cudaGraph_t hGraph, 
cudaGraphExecUpdateResultInfo *resultInfo);
         |                                                                      
                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
   make[2]: *** [CMakeFiles/mxnet.dir/build.make:90: 
CMakeFiles/mxnet.dir/src/api/cached_op_api.cc.o] Error 1
   ~~~


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