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.
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
Post a Comment