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/05/26 13:35:32 UTC

[GitHub] hlalibe commented on issue #9217: Installing GPU support on Mac

hlalibe commented on issue #9217: Installing GPU support on Mac
URL: https://github.com/apache/incubator-mxnet/issues/9217#issuecomment-392261943
 
 
   Hi all,
   i followed the instructions above from @helloniklas on Jan 3. After I ran Make, the system ran for quite a while without errors, only warnings, then suddenly I got: 
   ld: warning: directory not found for option '-L/Developer/NVIDIA/CUDA-9.2/lib64'
   ld: warning: directory not found for option '-L/usr/local/cuda/lib64/stubs'
   ld: library not found for -lcuda
   clang: error: linker command failed with exit code 1 (use -v to see invocation)
   make: *** [lib/libmxnet.so] Error 1
   
   I'm on MAC OS 10.13.4 with NVIDIA GeForce GT 750M.
   
   I don't have this dir /Developer/NVIDIA/CUDA-9.2/lib64 but i have instead /Developer/NVIDIA/CUDA-9.2/lib
   also /Developer/NVIDIA/CUDA-9.2/lib/stubs
   
   Any help appreciated, i'm almost there i think but i don't have a file called libmxnet.so in mxnet/lib/

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