SiftGPU
SiftGPU copied to clipboard
ANYONE BUILD SUCESSED ON WINDOWS USING CUDA?
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.
You should modify the path to nvcc.exe in the 'SiftGPU_CUDA_Enabled.vcxproj' file.
@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”的操作 - 失败。