SiftGPU icon indicating copy to clipboard operation
SiftGPU copied to clipboard

ANYONE BUILD SUCESSED ON WINDOWS USING CUDA?

Open cslayers opened this issue 7 years ago • 2 comments

i received an error from vs2017 with "nvcc is not a command and cmd exited 9009" but the i run nvcc successed by typing nvcc to my console.

cslayers avatar Jul 19 '18 15:07 cslayers

You should modify the path to nvcc.exe in the 'SiftGPU_CUDA_Enabled.vcxproj' file.

Jinunmeng avatar Oct 24 '19 15:10 Jinunmeng

@Jinunmeng hello ,i have modify nvcc.exe ,and include it's libraries but still failed. 1>------ 已启动生成: 项目: SiftGPU_CUDA_Enabled, 配置: Debug x64 ------ 1>Performing Custom Build Tools 1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets(241,5): error MSB8066: “..\..\src\SiftGPU\ProgramCU.cu”的自定义生成已退出,代码为 1。 1>已完成生成项目“SiftGPU_CUDA_Enabled.vcxproj”的操作 - 失败。

Torchmm avatar Jul 29 '24 08:07 Torchmm