Build OpenCV with CUDA support

前端 未结 8 1267
-上瘾入骨i
-上瘾入骨i 2020-12-29 05:55

Im use CMake to generate visual studio 2013 solution. Next im try to build it, but get follow error:

Building NVCC (Device) object modules/core/CMakeFile

8条回答
  •  春和景丽
    2020-12-29 06:05

    When using cmake to do configurations, set the option CUDA_GENERATION to specific your GPU architecture. I ran across the same error and tried this to work out the problem.

提交回复
热议问题