You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I build the MainCaller.cpp after I did the previous steps, I got 9757 warnings and 1 error.
The error is :
Error9758 error LNK1181: cannot open input file 'cublas.lib'
How can I make it work.
PS:I am new to the VS 2012 and C++ code.
Thanks
The text was updated successfully, but these errors were encountered:
right click project "MainCaller" in Solution explorer -> select properties -> expand Configuration properties -> expand Linker -> select General -> edit Additional Library Directories so it match your Cuda installation folder. This helped to solve problem for me.
EDIT: Sombody made already request: #57
When I build the MainCaller.cpp after I did the previous steps, I got 9757 warnings and 1 error.
The error is :
Error9758 error LNK1181: cannot open input file 'cublas.lib'
How can I make it work.
PS:I am new to the VS 2012 and C++ code.
Thanks
The text was updated successfully, but these errors were encountered: