sergeykolychev commented on issue #8017: Add cuda rtc module
URL: https://github.com/apache/incubator-mxnet/pull/8017#issuecomment-332310738
 
 
   libcuda.so does not exist in the /usr/local/cuda/lib , it only exists in 
/usr/local/cuda/lib/stubs/
   libcuda.so.1 does not exist in /usr/local/cuda
   when you link to it you actually link to the version that is installed from 
the libcuda1 ubuntu package.
   Also before this pull request ldd libmxnet.so does NOT show dependency on 
libcuda.so.1 
   I believe that linking to libcuda.so.1 is unnecessary.
   
 
----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to