Nvidia Notes

Cuda Notes

Fault after changed cuda version 10.2 to 10.1

img

  • Copy all libcublas and libcublasLT files from Cuda 10.2 folder. Make sure all files are the same version. Although the libcublas and libcublasLt files are in CUDA10.2, they are not in the /usr/local/cuda/lib64 directory in CUDA10.1.

  • You should install from package if version mismatch.

    yum remove libcublas
    yum install libcublas10-10.2.1.243-1.x86_64 # Thats dowloanded from rpm package from website
    
Last Updated: 12/5/2022, 8:20:02 AM