- 21 May, 2018 1 commit
-
-
Alexander Alekhin authored
issue 11552
-
- 26 Apr, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 27 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
- Recommended compiler checks: - GCC: CV_GCC - Clang: CV_CLANG - fixed problem with CMAKE_CXX_COMPILER_ID=Clang/AppleClang mess on MacOSX Details: cmake --help-policy CMP0025 - do not declare Clang as GCC compiler
-
- 31 Aug, 2017 1 commit
-
-
Balint Cristian authored
-
- 24 Aug, 2017 1 commit
-
-
Boris Fomitchev authored
CUDA9 build fixed, added detection (#9418) * CUDA9 build fixed, added detection * Replacing deprecated __shfl_xxx with __shfl_sync, fixing bogus CUDA9 warnings
-
- 21 Aug, 2017 1 commit
-
-
Alexander Alekhin authored
- '-fvisibility' flag was updated - PVAPI library detection was changed
-
- 10 Apr, 2017 1 commit
-
-
Tomoaki Teshima authored
-
- 04 Dec, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 14 Oct, 2016 1 commit
-
-
StevenPuttemans authored
-
- 01 Sep, 2016 1 commit
-
-
Stephane Thiell authored
-
- 13 Jul, 2016 1 commit
-
-
Vladislav Vinogradov authored
* remove obsolete paths * add Pascal arch support
-
- 26 May, 2016 1 commit
-
-
Guy Sheffer authored
-
- 30 Jan, 2016 2 commits
-
-
atinfinity authored
-
atinfinity authored
-
- 03 Nov, 2015 1 commit
-
-
Andreas Franek authored
Simplifies cross compilation with CUDA for ARM boards. CUDA arch is set for all ARM targets, --unresolved-symbols=ignore-in-shared-libs is set when cross-compiling for ARM and FindCUDA.cmake was adjusted to find shared library stubs within the CUDA toolkit.
-
- 30 May, 2015 1 commit
-
-
Alexander Smorkalov authored
-
- 19 May, 2015 1 commit
-
-
Alexander Smorkalov authored
-
- 31 Mar, 2015 1 commit
-
-
Roman Donchenko authored
This retains the desirable quality of not including paths to CUDA libraries from the build system into the config files, and has two major advantages: * It removes the need to use link_directories, which doesn't guarantee that the libraries from the supplied directory will be used (there may be libraries with the same names earlier in the search path). * It removes the need to put -L entries into OPENCV_LINKER_LIBS. This variable is used with target_link_libraries, where such entries are treated as linker flags, so doing this is unportable. I remove the support for -L entries from OpenCVGenPkgconfig.cmake, as well, to discourage adding them in the future.
-
- 29 Mar, 2015 1 commit
-
-
howtobeahacker authored
-
- 26 Feb, 2015 2 commits
-
-
Quentin Minster authored
Add check for CUDA version >= 7.0 (currently in RC1), which drops support for arches 1.x.
-
Ilya Lavrenov authored
-
- 24 Feb, 2015 1 commit
-
-
Ilya Lavrenov authored
-
- 28 Dec, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 23 Dec, 2014 1 commit
-
-
Vladislav Vinogradov authored
* improve `CUDA_TARGET_CPU_ARCH` cache initialization, allow to override initial value from calling script; * add `CUDA_TARGET_OS_VARIANT` option to select OS variant; * add `CUDA_TARGET_TRIPLET` option to select target triplet from `${CUDA_TOOLKIT_ROOT_DIR}/targets` folder; * remove `CUDA_TOOLKIT_TARGET_DIR` option, now it is calculated from `CUDA_TARGET_TRIPLET`, the old approach still can be used for compatibility; * for CUDA 6.5 and newer try to locate static libraries too, because in 6.5 toolkit for ARM cross compilation only static libraries are included.
-
- 13 Aug, 2014 1 commit
-
-
Vladislav Vinogradov authored
it generates warning
-
- 19 Mar, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 14 Feb, 2014 1 commit
-
-
Vladislav Vinogradov authored
-
- 28 Nov, 2013 3 commits
-
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
- 30 Oct, 2013 2 commits
-
-
Roman Donchenko authored
include() doesn't create a variable scope, so the settings of CMAKE_MODULE_PATH and CMAKE_FIND_ROOT_PATH_MODE_* were polluting everything included after OpenCVDetectCUDA.cmake. Also, FindCUDA includes FindPackageHandleStandardArgs, which includes CMakeParseArguments, which causes warnings related to policy CMP0017. Setting it to NEW seems safe enough.
-
Vladislav Vinogradov authored
replaced find_host_package with find_package and set CMAKE_FIND_ROOT_PATH_MODE_LIBRARY to BOTH, because NEVER doesn't work for CUDA_CUDA_LIBRARY, which is located in /usr/arm-linux-gnueabihf/lib/libcuda.so for ARM
-
- 28 Oct, 2013 1 commit
-
-
Vladislav Vinogradov authored
-
- 24 Oct, 2013 1 commit
-
-
Vladislav Vinogradov authored
The patch was submitted to CMake and might be available in the next CMake release. But until we have the fix in CMake we should add workaround in our scripts.
-
- 22 Oct, 2013 1 commit
-
-
Roman Donchenko authored
-
- 03 Oct, 2013 1 commit
-
-
Vladislav Vinogradov authored
-
- 08 Aug, 2013 1 commit
-
-
Roman Donchenko authored
-
- 18 Jul, 2013 1 commit
-
-
Vladislav Vinogradov authored
* removed 2.0 PTX from default parameters since it has become obsolete * added 3.5 BIN to prevent JIT compilation for super-Kepler
-
- 18 Jun, 2013 1 commit
-
-
Vladislav Vinogradov authored
-
- 07 Jun, 2013 1 commit
-
-
Vladislav Vinogradov authored
removed -fvisibility-inlines-hidden compiler option for CUDA sources
-