waytrue17 commented on pull request #19272:
URL: https://github.com/apache/incubator-mxnet/pull/19272#issuecomment-702983178
> Sure. thanks & hope we confirmed `ldd libmxnet.so` is linked to cuda11 so
@ChaiBapchya Thanks for the suggestion. The following is the `ldd
libmxnet.so` outputs:
`linux-vdso.so.1 (0x00007ffda2bb9000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f5f8c986000)
libcudart.so.11.0 =>
/usr/local/cuda-11.0/targets/x86_64-linux/lib/libcudart.so.11.0
(0x00007f5f8c708000)
libcublas.so.11 =>
/usr/local/cuda-11.0/targets/x86_64-linux/lib/libcublas.so.11
(0x00007f5f868b8000)
libcurand.so.10 =>
/usr/local/cuda-10.1/targets/x86_64-linux/lib/libcurand.so.10
(0x00007f5f82857000)
libcusolver.so.10 =>
/usr/local/cuda-10.1/targets/x86_64-linux/lib/libcusolver.so.10
(0x00007f5f77d4c000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f5f77b44000)
libnvToolsExt.so.1 => /usr/local/cuda/lib64/libnvToolsExt.so.1
(0x00007f5f7793b000)
libgfortran.so.4 (0x00007f5f7755c000)
libcufft.so.10 =>
/usr/local/cuda-10.1/targets/x86_64-linux/lib/libcufft.so.10
(0x00007f5f6ef22000)
libcuda.so.1 => /usr/lib/x86_64-linux-gnu/libcuda.so.1
(0x00007f5f6da6f000)
libnvrtc.so.11.0 =>
/usr/local/cuda-11.0/targets/x86_64-linux/lib/libnvrtc.so.11.0
(0x00007f5f6c284000)
libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6
(0x00007f5f6befb000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f5f6bb5d000)
libgomp.so.1 => /usr/lib/x86_64-linux-gnu/libgomp.so.1
(0x00007f5f6b92e000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1
(0x00007f5f6b716000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0
(0x00007f5f6b4f7000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f5f6b106000)
/lib64/ld-linux-x86-64.so.2 (0x00007f5fe6faa000)
libcublasLt.so.11 =>
/usr/local/cuda-11.0/targets/x86_64-linux/lib/libcublasLt.so.11
(0x00007f5f5ff77000)
libquadmath.so.0 (0x00007f5f5fd37000)
`
----------------------------------------------------------------
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]