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/01/22 09:25:22 UTC

[GitHub] liangyong928 opened a new issue #9517: Check failed: err == CUDNN_STATUS_SUCCESS (6 vs. 0) CUDNN_STATUS_ARCH_MISMATCH

liangyong928 opened a new issue #9517: Check failed: err == CUDNN_STATUS_SUCCESS (6 vs. 0) CUDNN_STATUS_ARCH_MISMATCH
URL: https://github.com/apache/incubator-mxnet/issues/9517
 
 
   Note: Providing complete information in the most concise form is the best way to get help. This issue template serves as the checklist for essential information to most of the technical issues and bug reports. For non-technical issues and feature requests, feel free to present the information in what you believe is the best form.
   
   For Q & A and discussion, please start a discussion thread at https://discuss.mxnet.io 
   
   ## GTX680, mxnet-cu90==1.0.0, Check failed: err == CUDNN_STATUS_SUCCESS (6 vs. 0) CUDNN_STATUS_ARCH_MISMATCH
   ## 
   1.Install CUDA 9.0
   2.Install cuDNN 7.0.5.15 for CUDA 9.0
   3.export LD_LIBRARY_PATH=/usr/local/cuda/lib64/:$LD_LIBRARY_PATH
   4.pip install mxnet-cu90==1.0.0
   5. run 'python'
   yong@yong-desktop:~$ python
   Python 2.7.14 |Anaconda, Inc.| (default, Oct 16 2017, 17:29:19) 
   [GCC 7.2.0] on linux2
   Type "help", "copyright", "credits" or "license" for more information.
   >>> import mxnet as mx
   /home/yong/anaconda2/lib/python2.7/site-packages/urllib3/contrib/pyopenssl.py:46: DeprecationWarning: OpenSSL.rand is deprecated - you should use os.urandom instead
     import OpenSSL.SSL
   >>> a = mx.nd.ones((2, 3), mx.gpu())
   [17:11:45] /home/travis/build/dmlc/mxnet-distro/mxnet-build/dmlc-core/include/dmlc/logging.h:308: [17:11:45] /home/travis/build/dmlc/mxnet-distro/mxnet-build/mshadow/mshadow/./stream_gpu-inl.h:171: Check failed: err == CUDNN_STATUS_SUCCESS (6 vs. 0) CUDNN_STATUS_ARCH_MISMATCH
   
   Stack trace returned 9 entries:
   [bt] (0) /home/yong/anaconda2/lib/python2.7/site-packages/mxnet/libmxnet.so(+0x28980c) [0x7ff7be0e080c]
   [bt] (1) /home/yong/anaconda2/lib/python2.7/site-packages/mxnet/libmxnet.so(+0x24188dd) [0x7ff7c026f8dd]
   [bt] (2) /home/yong/anaconda2/lib/python2.7/site-packages/mxnet/libmxnet.so(+0x24191e0) [0x7ff7c02701e0]
   [bt] (3) /home/yong/anaconda2/lib/python2.7/site-packages/mxnet/libmxnet.so(+0x24308b7) [0x7ff7c02878b7]
   [bt] (4) /home/yong/anaconda2/lib/python2.7/site-packages/mxnet/libmxnet.so(+0x2430a46) [0x7ff7c0287a46]
   [bt] (5) /home/yong/anaconda2/lib/python2.7/site-packages/mxnet/libmxnet.so(+0x242d26b) [0x7ff7c028426b]
   [bt] (6) /home/yong/anaconda2/bin/../lib/libstdc++.so.6(+0xafc5c) [0x7ff79f058c5c]
   [bt] (7) /lib/x86_64-linux-gnu/libpthread.so.0(+0x76ba) [0x7ff7df2156ba]
   [bt] (8) /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d) [0x7ff7de83b41d]
   
   [17:11:45] /home/travis/build/dmlc/mxnet-distro/mxnet-build/dmlc-core/include/dmlc/logging.h:308: [17:11:45] /home/travis/build/dmlc/mxnet-distro/mxnet-build/mshadow/mshadow/./stream_gpu-inl.h:171: Check failed: err == CUDNN_STATUS_SUCCESS (6 vs. 0) CUDNN_STATUS_ARCH_MISMATCH
   
   Stack trace returned 9 entries:
   [bt] (0) /home/yong/anaconda2/lib/python2.7/site-packages/mxnet/libmxnet.so(+0x28980c) [0x7ff7be0e080c]
   [bt] (1) /home/yong/anaconda2/lib/python2.7/site-packages/mxnet/libmxnet.so(+0x24188dd) [0x7ff7c026f8dd]
   [bt] (2) /home/yong/anaconda2/lib/python2.7/site-packages/mxnet/libmxnet.so(+0x24191e0) [0x7ff7c02701e0]
   [bt] (3) /home/yong/anaconda2/lib/python2.7/site-packages/mxnet/libmxnet.so(+0x24308b7) [0x7ff7c02878b7]
   [bt] (4) /home/yong/anaconda2/lib/python2.7/site-packages/mxnet/libmxnet.so(+0x2430a46) [0x7ff7c0287a46]
   [bt] (5) /home/yong/anaconda2/lib/python2.7/site-packages/mxnet/libmxnet.so(+0x242d26b) [0x7ff7c028426b]
   [bt] (6) /home/yong/anaconda2/bin/../lib/libstdc++.so.6(+0xafc5c) [0x7ff79f058c5c]
   [bt] (7) /lib/x86_64-linux-gnu/libpthread.so.0(+0x76ba) [0x7ff7df2156ba]
   [bt] (8) /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d) [0x7ff7de83b41d]
   
   terminate called after throwing an instance of 'dmlc::Error'
     what():  [17:11:45] /home/travis/build/dmlc/mxnet-distro/mxnet-build/mshadow/mshadow/./stream_gpu-inl.h:171: Check failed: err == CUDNN_STATUS_SUCCESS (6 vs. 0) CUDNN_STATUS_ARCH_MISMATCH
   
   Stack trace returned 9 entries:
   [bt] (0) /home/yong/anaconda2/lib/python2.7/site-packages/mxnet/libmxnet.so(+0x28980c) [0x7ff7be0e080c]
   [bt] (1) /home/yong/anaconda2/lib/python2.7/site-packages/mxnet/libmxnet.so(+0x24188dd) [0x7ff7c026f8dd]
   [bt] (2) /home/yong/anaconda2/lib/python2.7/site-packages/mxnet/libmxnet.so(+0x24191e0) [0x7ff7c02701e0]
   [bt] (3) /home/yong/anaconda2/lib/python2.7/site-packages/mxnet/libmxnet.so(+0x24308b7) [0x7ff7c02878b7]
   [bt] (4) /home/yong/anaconda2/lib/python2.7/site-packages/mxnet/libmxnet.so(+0x2430a46) [0x7ff7c0287a46]
   [bt] (5) /home/yong/anaconda2/lib/python2.7/site-packages/mxnet/libmxnet.so(+0x242d26b) [0x7ff7c028426b]
   [bt] (6) /home/yong/anaconda2/bin/../lib/libstdc++.so.6(+0xafc5c) [0x7ff79f058c5c]
   [bt] (7) /lib/x86_64-linux-gnu/libpthread.so.0(+0x76ba) [0x7ff7df2156ba]
   [bt] (8) /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d) [0x7ff7de83b41d]
   
   (I'm using Python 2.7.14 |Anaconda.)
   
   

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