- 31 Jul, 2018 1 commit
-
-
luz.paz authored
Found via `codespell -q 3 -I ../opencv-whitelist.txt --skip="./3rdparty"`
-
- 03 Jun, 2018 1 commit
-
-
Kuang Fangjun authored
-
- 07 Feb, 2018 1 commit
-
-
luz.paz authored
Found via `codespell -i 3 -w --skip="./3rdparty" -I ../opencv-whitelist.txt`
-
- 10 Jan, 2018 1 commit
-
-
Aaron Bray authored
* Update to properly find the compiler tools for MSVC 2017 * FindCUDA: Fix the MSVC 2017 compiler tool locations
-
- 29 Aug, 2017 1 commit
-
-
Tomoaki Teshima authored
* guard correctly in header file * guard correctly in cmake file
-
- 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
-
- 19 Aug, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 17 Nov, 2015 2 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin 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.
-
- 23 Apr, 2015 2 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
- 24 Feb, 2015 1 commit
-
-
Ilya Lavrenov authored
-
- 26 Jan, 2015 1 commit
-
-
Vladislav Vinogradov authored
This will allow to override CUDA CMake variables from first CMake call, like cmake -DCUDA_TOOLKIT_ROOT_DIR=... -DCUDA_CUDA_LIBRARY=...
-
- 23 Jan, 2015 1 commit
-
-
Vladislav Vinogradov authored
do not unset variables if CUDA_TOOLKIT_TARGET_DIR is not defined
-
- 12 Jan, 2015 1 commit
-
-
Vladislav Vinogradov authored
it is marked as obsolete
-
- 23 Dec, 2014 2 commits
-
-
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.
-
Vladislav Vinogradov authored
-
- 28 Nov, 2013 1 commit
-
-
Vladislav Vinogradov authored
use targets/armv7-linux-androideabi is exists
-
- 28 Oct, 2013 1 commit
-
-
Vladislav Vinogradov authored
-