RepLKNet-pytorch icon indicating copy to clipboard operation
RepLKNet-pytorch copied to clipboard

Compiling 19_large_depthwise_conv2d_torch_extension

Open gaowq2017 opened this issue 3 years ago • 3 comments

Hi, thanks for sharing the code. I have issue when compling the file of 19_large_depthwise_conv2d_torch_extension. Python 3.6 torch 1.8 cuda 11.1 vs2019 as follow: image Any ideas?

gaowq2017 avatar Apr 14 '22 09:04 gaowq2017

Python 3.7 torch 1.9.0 cuda 11.1 vs2017 不知道cutlass是不是要先安装,才能用这个19_large_depthwise_conv2d_torch_extension,虽然cutlass的测试环境都包含了win,但是命令都是Linux的,不知道咋操作

TheGreatTreatsby avatar Apr 17 '22 05:04 TheGreatTreatsby

Hi, we have never tried Windows. We would be appreciated if you could share your experience and solution.

DingXiaoH avatar Apr 17 '22 07:04 DingXiaoH

我在win11上也遇到了这个问题 LINK : fatal error LNK1181: 无法打开输入文件“D:\anaconda3_python37\Github\cutlass-master\cutlass-master\examples\19_large_depthwise_conv2d_torch_extension\build\temp.win-amd64-3.7\Release\frontend.obj” error: command 'D:\VisualStudio2019\cummunity\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\link.exe' failed with exit status 1181 不知道问题出在什么地方

yuan-kai-design avatar Apr 25 '22 08:04 yuan-kai-design