cublas for 10.1 is missing

I tried to install tensorflow today on a system running CentOS 8 and the latest CUDA toolkit for 10.1 (v243) available on the Nvidia rpm repository miss the libcublas library (available only from 10.2).
I solved the issue installing an older version of CUDA 10.1:

https://developer.nvidia.com/compute/cuda/10.1/Prod/local_installers/cuda_10.1.105_418.39_linux.run

1 Like

Thanks, this fixed my issue

As it was mentioned in the 1st comment cublas to be outside of the toolkit installation path (for some reason…). And after installation of cuda-10.1 (v243) it seems that it really doesnt appear in cuda libs (e.g. /usr/local/cuda-10.1/lib64 or /usr/lib/x86_64-linux-gnu/).

The solution that worked for me was to install cublas lib from a separate package and install it manually: https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/libcublas10_10.1.0.105-1_amd64.deb
sudo dpkg -i libcublas10_10.1.0.105-1_amd64.deb

3 Likes

Well, where is cublas64_10.dll saved in Windows 10?
I’ll put it there myself, like any other dll that runs successfully when I do it like this.

By the way, when I installed v11.1, I copied some dlls requested and could not be found from v10.1 and placed them.