alinagithub commented on issue #17887: Import mxnet for mxnet-cu92 fails
URL: 
https://github.com/apache/incubator-mxnet/issues/17887#issuecomment-602324709
 
 
   I have a GTX 1070. Actually it used to work. I did re-install and I am 
stuck...
   However, when I do Depends, there are in fact warning.
   Strange, if I load explicitly the CUDA DLLs, I can import mxnet:
   
   from ctypes import*
   
   mydll = cdll.LoadLibrary("C:\\Program Files\\NVIDIA GPU Computing 
Toolkit\\CUDA\\v9.2\\bin\\cudnn64_7.dll")
   mydll = cdll.LoadLibrary("C:\\Program Files\\NVIDIA GPU Computing 
Toolkit\\CUDA\\v9.2\\bin\\cublas64_92.dll")
   mydll = cdll.LoadLibrary("C:\\Program Files\\NVIDIA GPU Computing 
Toolkit\\CUDA\\v9.2\\bin\\cufft64_92.dll")
   mydll = cdll.LoadLibrary("C:\\Program Files\\NVIDIA GPU Computing 
Toolkit\\CUDA\\v9.2\\bin\\cusolver64_92.dll")
   mydll = cdll.LoadLibrary("C:\\Program Files\\NVIDIA GPU Computing 
Toolkit\\CUDA\\v9.2\\bin\\curand64_92.dll")
   mydll = cdll.LoadLibrary("C:\\Program Files\\NVIDIA GPU Computing 
Toolkit\\CUDA\\v9.2\\bin\\nvrtc64_92.dll")
   
   mydll = cdll.LoadLibrary("C:\.env38\lib\site-packages\mxnet\libmxnet.dll")
   
   CUDA being in my environment path variable, I don't get why the DLLs are not 
found.
   Could it be because I use a Virtual Env? Does not make sense, right?
   
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to