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 2020/08/08 06:09:40 UTC

[GitHub] [incubator-mxnet] szha commented on issue #18879: mxnet python gpu not work

szha commented on issue #18879:
URL: https://github.com/apache/incubator-mxnet/issues/18879#issuecomment-670830449


   @beew hi Bernard. Sorry to hear that you are facing this issue. Looks like you have the right CUDA_ARCH for your GPU card. Could you try a couple of things to rule out factors such as GPU, compiler, and dependency library? I'd like to know:
   - if the pre-compiled binary works on your platform. You can install a nightly build on the v1.x branch from https://dist.mxnet.io/python. You can use this command: `pip3 install --pre 'mxnet-cu100<2' -f https://dist.mxnet.io/python`
   - if it works on your build from source with JEMALLOC turned off.
   - if it works on your build from source without `source /opt/intel/bin/compilervars.sh intel64`
   
   For the later two, try varying **only** that option to rule out these specific causes.


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