You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mingw32-make时出现:
Scanning dependencies of target pointnet2_ext
[ 20%] Building NVCC (Device) object CMakeFiles/cuda_compile.dir/utils/csrc/./cuda_compile_generated_ball_query_gpu.cu.obj
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc fatal : Host compiler targets unsupported OS.
CMake Error at cuda_compile_generated_ball_query_gpu.cu.obj.cmake:206 (message):
Error generating
F:/RS-CNN/code/Relation-Shape-CNN/build/CMakeFiles/cuda_compile.dir/utils/csrc/./cuda_compile_generated_ball_query_gpu.cu.obj
mingw32-make时出现:
Scanning dependencies of target pointnet2_ext
[ 20%] Building NVCC (Device) object CMakeFiles/cuda_compile.dir/utils/csrc/./cuda_compile_generated_ball_query_gpu.cu.obj
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc fatal : Host compiler targets unsupported OS.
CMake Error at cuda_compile_generated_ball_query_gpu.cu.obj.cmake:206 (message):
Error generating
F:/RS-CNN/code/Relation-Shape-CNN/build/CMakeFiles/cuda_compile.dir/utils/csrc/./cuda_compile_generated_ball_query_gpu.cu.obj
CMakeFiles\pointnet2_ext.dir\build.make:64: recipe for target 'CMakeFiles/cuda_compile.dir/utils/csrc/./cuda_compile_generated_ball_query_gpu.cu.obj' failed
mingw32-make[2]: *** [CMakeFiles/cuda_compile.dir/utils/csrc/./cuda_compile_generated_ball_query_gpu.cu.obj] Error 1
CMakeFiles\Makefile2:59: recipe for target 'CMakeFiles/pointnet2_ext.dir/all' failed
mingw32-make[1]: *** [CMakeFiles/pointnet2_ext.dir/all] Error 2
Makefile:75: recipe for target 'all' failed
mingw32-make: *** [all] Error 2
vs2013的nmake也会出错
The text was updated successfully, but these errors were encountered: