-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cuBlas Entry Point Not Found #104
Comments
Hi, I rebuilt the code freshly this morning, with and without CUBLAS enabled. I don't get the error message you're seeing. I'm using CUDA 11.4 and driver version 471.41 on Windows 10. What system are you using? Did you build the code from the current repository, or from a release version? |
Hi, I am using CUDA 11.6, driver version 511.79 also on Windows 10. I build from source following the instructions in the documentation using CMake (added x64 generator) and VS2019. |
Quick update, I cloned the repo again and build from source without CUBLAS and it works. If I enable the CUBLAS built in CMake the same error occurs. |
I think this might be related - I downloaded the windows binary with cublas and this is the error i get Cannot find DLL cublasLt64_11.dll (there is another "L" in there), when renaming the dll to this name all calls to it also have "cublasLt" in their names and of course fail because of this. |
I would recommend trying this with CUDA 11.4 to see if the problem still exists. When Nvidia changes the naming convention of the cublas DLLs, it can break the build process. I haven't tested CUDA 11.6 yet. |
Hello,
first of all many thanks for developing this tool!
I followed the installation instructions and wanted to add the CUblas feature. The problem is when is when I try to run GPUFIT_CPUFIT_Performance_Comparison or any other of the tests .exe files I get the following error:
"The procedure entry point cublasLtGetStatusString could not be located in the dynamic link library ../cublas64_11.dll"
The same error pops up after installing pyGpufit and trying to run the python examples.
If I just double click on the .exe files the tests and examples run normally.
Any advice how to repair this issue?
Thanks in advance.
The text was updated successfully, but these errors were encountered: