We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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\temp.win-amd64-cpython-39\Release\src\ctlib.cp39-win_amd64.lib 和对象 build\temp.win-amd64-cpython-39\Release\src\ctlib.cp39-win_amd64.exp laplacian_cuda_kernel.obj : error LNK2001: 无法解析的外部符号 cublasCreate_v2 laplacian_cuda_kernel.obj : error LNK2001: 无法解析的外部符号 cublasDestroy_v2 laplacian_cuda_kernel.obj : error LNK2001: 无法解析的外部符号 cublasSgemm_v2 laplacian_cuda_kernel.obj : error LNK2001: 无法解析的外部符号 cublasDgemm_v2 build\lib.win-amd64-cpython-39\ctlib.cp39-win_amd64.pyd : fatal error LNK1120: 4 个无法解析的外部命令 error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\link.exe' failed with exit code 1120
The text was updated successfully, but these errors were encountered:
No branches or pull requests
正在创建库 build\temp.win-amd64-cpython-39\Release\src\ctlib.cp39-win_amd64.lib 和对象 build\temp.win-amd64-cpython-39\Release\src\ctlib.cp39-win_amd64.exp
laplacian_cuda_kernel.obj : error LNK2001: 无法解析的外部符号 cublasCreate_v2
laplacian_cuda_kernel.obj : error LNK2001: 无法解析的外部符号 cublasDestroy_v2
laplacian_cuda_kernel.obj : error LNK2001: 无法解析的外部符号 cublasSgemm_v2
laplacian_cuda_kernel.obj : error LNK2001: 无法解析的外部符号 cublasDgemm_v2
build\lib.win-amd64-cpython-39\ctlib.cp39-win_amd64.pyd : fatal error LNK1120: 4 个无法解析的外部命令
error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\link.exe' failed with exit code 1120
The text was updated successfully, but these errors were encountered: