binary depends on libcublas.so.9.2

Hi,

I compiled a binary with PGI 19.4. From ldd I see it depends on libcublas.so.9.2:

libcublas.so.9.2 => /scr/pgi194/linux86-64-nollvm/2019/cuda/9.2/lib64/libcublas.so.9.2 (0x00007f8b38b84000)

Is there a REDIST folder for that I can use similar to /scr/pgi194/linux86-64-nollvm/19.4/REDIST/ ?

Thanks.

Hi afonari,

I don’t think the CUDA folks have a specific directory like PGI’s REDIST which include the redistributable libraries.

Instead, these libraries are listed in the CUDA EULA

with some addition information in the CUDA Best Practices Guide:

-Mat

Wow, thanks Mat! I wouldn’t found these links in hundred years =)