lucasjinreal / DCNv2_latest

DCNv2 supports decent pytorch such as torch 1.5+ (now 1.8+)
BSD 3-Clause "New" or "Revised" License
626 stars 124 forks source link

LNK2001: cublasSgemv_v2 undefined #8

Closed parluo closed 3 years ago

parluo commented 3 years ago

`dcn_v2_cuda.obj : error LNK2001: 无法解析的外部符号 cublasSgemv_v2

build\lib.win-amd64-3.8_ext.cp38-win_amd64.pyd : fatal error LNK1120: 1 个无法解析的外部命令

error: command 'D:\Software\VS2019\VS2019\VC\Tools\MSVC\14.27.29110\bin\HostX86\x64\link.exe' failed with exit status 1120`

Is there anything wrong with my environment?

lucasjinreal commented 3 years ago

what's your pytorch version?

parluo commented 3 years ago

pytorch1.6+cuda11.1, and finally I used this repo

lucasjinreal commented 3 years ago

@parluo Pytorch 1.6 is supported in pytorch1.6 branch... Pls read readme first before open an issue..