- 29 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 28 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 25 Dec, 2017 1 commit
-
-
Arjan van de Ven authored
The opencv infrastructure mostly has the basics for supporting avx512 math functions, but it wasn't hooked up (likely due to lack of users) In order to compile the DNN functions for AVX512, a few things need to be hooked up and this patch does that Signed-off-by:
Arjan van de Ven <arjan@linux.intel.com>
-
- 27 Nov, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 30 Oct, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 16 Oct, 2017 1 commit
-
-
Gregory Morse authored
* Update OpenCVCompilerOptimizations.cmake Neon not supported on MSVC ARM breaking build fix * Update OpenCVCompilerOptimizations.cmake Whitespace * Update intrin.hpp Many problems in MSVC ARM builds (at least on VS2017) being fixed in this PR now. C:\Users\Gregory\DOCUME~1\MYLIBR~1\OPENCV~3\opencv\sources\modules\core\include\opencv2/core/hal/intrin.hpp(444): error C3861: '_tzcnt_u32': identifier not found * Update hal_replacement.hpp Passing variadic expansion in a macro to another macro does not work properly in MSVC and a famous known workaround is hereby applied. Discussion of it: https://stackoverflow.com/questions/5134523/msvc-doesnt-expand-va-args-correctly Only needed the fix for ARM builds: TEGRA_ macros are used for cv_hal_ functions in the carotene library. C:\Users\Gregory\Documents\My Libraries\opencv330\opencv\sources\modules\core\src\arithm.cpp(2378): warning C4003: not enough actual parameters for macro 'TEGRA_ADD' C:\Users\Gregory\Documents\My Libraries\opencv330\opencv\sources\modules\core\src\arithm.cpp(2378): error C2143: syntax error: missing ')' before ',' C:\Users\Gregory\Documents\My Libraries\opencv330\opencv\sources\modules\core\src\arithm.cpp(2378): error C2059: syntax error: ')' * Update hal_replacement.hpp All hal_replacement's using carotene\hal\tegra_hal.hpp TEGRA_ functions as macros preprocessed by variadic macros should be changed, identical as was done in core. C:\Users\Gregory\Documents\My Libraries\opencv330\opencv\sources\modules\imgproc\src\color.cpp(9604): warning C4003: not enough actual parameters for macro 'TEGRA_CVTBGRTOBGR' C:\Users\Gregory\Documents\My Libraries\opencv330\opencv\sources\modules\imgproc\src\color.cpp(9604): error C2059: syntax error: '==' * Update OpenCVCompilerOptimizations.cmake * Update hal_replacement.hpp * Update hal_replacement.hpp
-
- 09 Oct, 2017 1 commit
-
-
Sayed Adel authored
-
- 02 Jul, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 27 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
- 1: OPT is available directly or via dispatcher - 0: optimization is not compiled at all
-
- 25 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
Currently it is not supported. All builds are broken with enabled AVX512 option.
-
- 21 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 11 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 27 Apr, 2017 1 commit
-
-
Alexander Alekhin authored
from linked targets of base modules
-
- 12 Apr, 2017 1 commit
-
-
Alexander Alekhin authored
Check file name only: Excluding from source files list (optimization is disabled): C:/Code/SrcExt/OpenCV/Buildv3.2_x64/modules/core/opencl_kernels_core.cpp
-
- 23 Mar, 2017 1 commit
-
-
Alexander Alekhin authored
- use suffixes like '.avx.cpp' - added CMake-generated files for '.simd.hpp' optimization approach - wrap HAL intrinsic headers into separate namespaces for different build flags - automatic vzeroupper insertion (via CV_INSTRUMENT_REGION macro)
-
- 13 Feb, 2017 1 commit
-
-
Alexander Alekhin authored
-