Skip to content
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

Build error on cublas.lib #67

Open
alitou opened this issue May 15, 2015 · 1 comment
Open

Build error on cublas.lib #67

alitou opened this issue May 15, 2015 · 1 comment

Comments

@alitou
Copy link

alitou commented May 15, 2015

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

@Raverss
Copy link

Raverss commented Jul 11, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants