sergeykolychev commented on issue #8017: Add cuda rtc module URL: https://github.com/apache/incubator-mxnet/pull/8017#issuecomment-331977711 @piiswrong I compiled the library on your branch on AWS P2.xlarge instance with Ubuntu 16 and can't reproduce this bug Here's what I've got: ``` ubuntu@ip:~/rtc_gpu$ ldd perl5/lib/perl5/x86_64-linux-gnu-thread-multi/auto/AI/MXNetCAPI/MXNetCAPI.so |grep libcuda.so.1 libcuda.so.1 => /usr/lib/x86_64-linux-gnu/libcuda.so.1 (0x00007f406996f000) ubuntu@ip:~/rtc_gpu$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.2 LTS Release: 16.04 Codename: xenial ``` Could this be a problem with the GPU docker container ? It is possible to see if libcuda.so.1 is present within this container ? One thing I noticed that libmxnet.so on gluon branch (which is equivalent to master) is not dependent on libcuda.so.1 ``` ubuntu@ip:~/gluon_mxnet/mxnet/lib$ ldd libmxnet.so |grep libcuda.so ubuntu@ip:~/gluon_mxnet/mxnet/lib$ ``` The changes in your branch introduce the linkage, but may be docker lacks this lib ? Or just try to rerun tests :-) ---------------------------------------------------------------- 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
