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 2019/07/18 22:02:33 UTC

[GitHub] [incubator-mxnet] yuxihu edited a comment on issue #15591: Export symbols for checking cuda/cudnn versions

yuxihu edited a comment on issue #15591: Export symbols for checking cuda/cudnn versions
URL: https://github.com/apache/incubator-mxnet/pull/15591#issuecomment-513005706
 
 
   > Why is no wildcard pattern similarly needed to cover ResourceManager::Get(), as created in ./include/mxnet/resource.h and ./src/resource.cc?
   
   @DickJC123 Are you using the mxnet pip package? The symbol is not exported in the pip package.
   ```
   (mxnet_p27) ubuntu@ip-172-31-21-35:~$ pip install mxnet-cu100 --pre
   Collecting mxnet-cu100
     Using cached https://files.pythonhosted.org/packages/b7/c4/1e0c4d21ed6dca0890a9db3e23f78c9d8df1651330547c7778aa1a974ea6/mxnet_cu100-1.5.0b20190717-py2.py3-none-manylinux1_x86_64.whl
   Requirement already satisfied: graphviz<0.9.0,>=0.8.1 in ./anaconda3/envs/mxnet_p27/lib/python2.7/site-packages (from mxnet-cu100) (0.8.4)
   Collecting numpy<2.0.0,>1.16.0 (from mxnet-cu100)
     Downloading https://files.pythonhosted.org/packages/1f/c7/198496417c9c2f6226616cff7dedf2115a4f4d0276613bab842ec8ac1e23/numpy-1.16.4-cp27-cp27mu-manylinux1_x86_64.whl (17.0MB)
       100% |████████████████████████████████| 17.0MB 2.6MB/s
   Requirement already satisfied: requests<3,>=2.20.0 in ./anaconda3/envs/mxnet_p27/lib/python2.7/site-packages (from mxnet-cu100) (2.20.0)
   Requirement already satisfied: idna<2.8,>=2.5 in ./anaconda3/envs/mxnet_p27/lib/python2.7/site-packages (from requests<3,>=2.20.0->mxnet-cu100) (2.6)
   Requirement already satisfied: chardet<3.1.0,>=3.0.2 in ./anaconda3/envs/mxnet_p27/lib/python2.7/site-packages (from requests<3,>=2.20.0->mxnet-cu100) (3.0.4)
   Requirement already satisfied: urllib3<1.25,>=1.21.1 in ./anaconda3/envs/mxnet_p27/lib/python2.7/site-packages (from requests<3,>=2.20.0->mxnet-cu100) (1.23)
   Requirement already satisfied: certifi>=2017.4.17 in ./anaconda3/envs/mxnet_p27/lib/python2.7/site-packages (from requests<3,>=2.20.0->mxnet-cu100) (2019.3.9)
   Installing collected packages: numpy, mxnet-cu100
     Found existing installation: numpy 1.14.5
       Uninstalling numpy-1.14.5:
         Successfully uninstalled numpy-1.14.5
   Successfully installed mxnet-cu100-1.5.0b20190717 numpy-1.16.4
   You are using pip version 10.0.1, however version 19.1.1 is available.
   You should consider upgrading via the 'pip install --upgrade pip' command.
   ```
   ```
   (mxnet_p27) ubuntu@ip-172-31-21-35:~$ nm ./anaconda3/envs/mxnet_p27/lib/python2.7/site-packages/mxnet/libmxnet.so | grep ResourceManager | grep Get | grep " T "
   nm: ./anaconda3/envs/mxnet_p27/lib/python2.7/site-packages/mxnet/libmxnet.so: no symbols
   (mxnet_p27) ubuntu@ip-172-31-21-35:~$ nm -D ./anaconda3/envs/mxnet_p27/lib/python2.7/site-packages/mxnet/libmxnet.so | grep ResourceManager | grep Get | grep " T "
   (mxnet_p27) ubuntu@ip-172-31-21-35:~$
   ```

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


With regards,
Apache Git Services