2

当我尝试编译矩阵 CUBLAS 操作时出现这些错误:

1>ClCompile:
1>  All outputs are up-to-date.
1>executionU.cu.obj : error LNK2001: unresolved external symbol _cublasDestroy_v2@4
1>executionU.cu.obj : error LNK2001: unresolved external symbol _cublasSgemm_v2@56
1>executionU.cu.obj : error LNK2001: unresolved external symbol _cublasCreate_v2@4
1>../../bin/win32/Release//executionU.exe : fatal error LNK1120: 3 unresolved externals

有谁知道这个错误是否可能是由于使用 4.1 版而不是新的 4.2 CUDA 引起的?

4

1 回答 1

6

将 cublas.lib 添加到链接器依赖项中。

于 2012-05-08T01:01:06.073 回答