Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 637078 | Differences between
and this patch

Collapse All | Expand All

(-)a/cmake/OpenCVDetectCUDA.cmake (-1 / +1 lines)
Lines 104-110 Link Here
104
      if(${CUDA_VERSION} VERSION_LESS "8.0")
104
      if(${CUDA_VERSION} VERSION_LESS "8.0")
105
        set(__cuda_arch_bin "2.0 3.0 3.5 3.7 5.0 5.2")
105
        set(__cuda_arch_bin "2.0 3.0 3.5 3.7 5.0 5.2")
106
      else()
106
      else()
107
        set(__cuda_arch_bin "2.0 3.0 3.5 3.7 5.0 5.2 6.0 6.1")
107
        set(__cuda_arch_bin "3.0 3.5 3.7 5.0 5.2 6.0 6.1")
108
      endif()
108
      endif()
109
    endif()
109
    endif()
110
  endif()
110
  endif()

Return to bug 637078