Wrong CUBLAS DLLs

Hello,
I just recently installed CUDA 5.0.35 development drivers, toolkit, and SDK for Windows 7 64 bit. Trying to run the Matrix Multiplication (CUBLAS) CUDA C code sample results in a message box that says

“The program can’t start because cublas64_50_35.dll is missing from your computer”

Taking a look at the bin folder under the CUDA 5.0 directory reveals that cublas64_50_40.dll is there and cublas64_50_35.dll is not (note that all other dlls in this directory end in _50_35). I get a similar error when I try to run any of my software that relies on the CUBLAS library.

Is it possible that the wrong CUBLAS DLLs were packaged with the 5.0.35 installer?

Thanks,
Zach

Looks like they have updated the installer. The file

cuda_5.0.35_winvista_win7_win8_general_64-1.msi

installs the correct CUBLAS DLLs while the file

cuda_5.0.35_winvista_win7_win8_general_64-2.msi

does not.

Thanks,
Zach

Thanks for alerting us to this issue, and good to hear that the installer has already been fixed.