报错信息:
PreconditionNotMetError: The third-party dynamic library (cublas64_118.dll;cublas64_11.dll) that Paddle depends on is not configured correctly. (error code is 126)
Suggestions:
1. Check if the third-party dynamic library (e.g. CUDA, CUDNN) is installed correctly and its version is matched with paddlepaddle you installed.
2. Configure third-party dynamic library environment variables as follows:
- Linux: set LD_LIBRARY_PATH by `export LD_LIBRARY_PATH=...`
- Windows: set PATH by `set PATH=XXX; (at ..\paddle\phi\backends\dynload\dynamic_loader.cc:312)
[operator < matmul_v2 > error]
如果确定自己下载的CUDA,cuDNN,paddle版本都是兼容的,环境变量都配置好了,可以尝试把C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\bin下的cublas64_11.dll与cublasLt64_11.dll文件拷贝到C:\Windows\System32目录下。如果后续更换版本记得在C:\Windows\System32下删除这两个手动加的文件