c++ - cublas link in visual studio -


i trying use cublas.h in visual studio. program doesn't compile because can't find of external link. can 1 tell me how link .dll file, believe in ../c/common/bin.

you need link lib file, not dll.


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -