当我尝试编译矩阵 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 引起的?