yanhn commented on issue #9612: CUDNN_STATUS_SUCCESS (4 vs. 0) cuDNN: CUDNN_STATUS_INTERNAL_ERROR on jetson TX2 URL: https://github.com/apache/incubator-mxnet/issues/9612#issuecomment-362532985 Hi @KellenSunderland ~ I managed to install mxnet on TX2 using docker image build on the host under as you suggested. There's no error about CUDNN_STATUS_SUCCESS (4 vs. 0), but the speed is still the same. I cannot feel the existence of cudnn. And I think maybe that's because the line 15 in `Dockerfile.build.master.jetson`, I still built mxnet without cudnn. When I set line 15 to `ENV BUILD_OPTS "USE_OPENCV=0 USE_BLAS=openblas USE_SSE=0 USE_CUDA=1 USE_CUDNN=1 ENABLE_CUDA_RTC=0 USE_NCCL=0 USE_CUDA_PATH=/usr/local/cuda/"` and rerun the docker script, I got error like this: compilation terminated. In file included from /work/mxnet/mshadow/mshadow/tensor.h:16:0, from include/mxnet/./base.h:32, from include/mxnet/operator_util.h:43, from src/operator/contrib/./bounding_box-inl.h:27, from src/operator/contrib/bounding_box.cc:27: /work/mxnet/mshadow/mshadow/./base.h:163:21: fatal error: cudnn.h: No such file or directory #include <cudnn.h> ^ compilation terminated. In file included from /work/mxnet/mshadow/mshadow/tensor.h:16:0, from include/mxnet/./base.h:32, from include/mxnet/operator.h:38, from src/operator/contrib/./deformable_psroi_pooling-inl.h:32, from src/operator/contrib/deformable_psroi_pooling.cc:27: /work/mxnet/mshadow/mshadow/./base.h:163:21: fatal error: cudnn.h: No such file or directory #include <cudnn.h> ^ compilation terminated. Makefile:393: recipe for target 'build/src/operator/contrib/krprod.o' failed make: *** [build/src/operator/contrib/krprod.o] Error 1 make: *** Waiting for unfinished jobs.... Makefile:393: recipe for target 'build/src/operator/contrib/bounding_box.o' failed make: *** [build/src/operator/contrib/bounding_box.o] Error 1 Makefile:393: recipe for target 'build/src/operator/nn/cudnn/cudnn_algoreg.o' failed make: *** [build/src/operator/nn/cudnn/cudnn_algoreg.o] Error 1 Makefile:393: recipe for target 'build/src/operator/contrib/dequantize.o' failed make: *** [build/src/operator/contrib/dequantize.o] Error 1 Makefile:393: recipe for target 'build/src/operator/contrib/fft.o' failed make: *** [build/src/operator/contrib/fft.o] Error 1 Makefile:393: recipe for target 'build/src/operator/contrib/multibox_target.o' failed make: *** [build/src/operator/contrib/multibox_target.o] Error 1 Makefile:393: recipe for target 'build/src/operator/nn/cudnn/cudnn_batch_norm.o' failed make: *** [build/src/operator/nn/cudnn/cudnn_batch_norm.o] Error 1 Makefile:393: recipe for target 'build/src/operator/contrib/count_sketch.o' failed make: *** [build/src/operator/contrib/count_sketch.o] Error 1 Makefile:393: recipe for target 'build/src/operator/contrib/multi_proposal.o' failed make: *** [build/src/operator/contrib/multi_proposal.o] Error 1 Makefile:393: recipe for target 'build/src/operator/contrib/ctc_loss.o' failed make: *** [build/src/operator/contrib/ctc_loss.o] Error 1 Makefile:393: recipe for target 'build/src/operator/contrib/multibox_prior.o' failed make: *** [build/src/operator/contrib/multibox_prior.o] Error 1 Makefile:393: recipe for target 'build/src/operator/contrib/deformable_psroi_pooling.o' failed make: *** [build/src/operator/contrib/deformable_psroi_pooling.o] Error 1 The command '/bin/sh -c make -j$(nproc) $BUILD_OPTS' returned a non-zero code: 2 So~ still trying~
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services