KataGo icon indicating copy to clipboard operation
KataGo copied to clipboard

Could not locate cublasLt64_10.dll

Open Cuking01 opened this issue 2 years ago • 2 comments
trafficstars

I have installed cuda11.2 according to the requirements, but katago reminds me that cublasLt64_10.dll is missing, but this is the cuda10 file. On my other computer, katago does not prompt this problem, and I did not find a file named cublasLt64_10.dll when I scanned the entire computer. katago version:1.12.2 system:windows11 image

Cuking01 avatar Jan 30 '23 15:01 Cuking01

Have you had Cuda10 installed on this particular computer at some point in the past? If so, I would recommend uninstalling it. Another possible cause is you have a driver installed that is too old for Cuda11, and is attempting to call Cuda10 libraries instead?

OmnipotentEntity avatar Feb 13 '23 21:02 OmnipotentEntity

I have not installed Cuda10 before. When I tried to install Cuda10, katago prompted me that it could not load zlibwapi.dll. After I tried to install it, katago no longer reported an error, but crashed directly. I tried to write a small program to get the return value of katago.exe, and the result is as follows: image image The return value remains unchanged each time it is run.

Cuking01 avatar Oct 18 '23 06:10 Cuking01