opencv/cmake
Arjan van de Ven fc8e848a54 Add basic plumbing for AVX512 support
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>
2017-12-25 21:06:52 +00:00
..
checks Added support for VSX 2017-10-09 00:32:29 +00:00
FindCUDA cmake: fix CUDA flags generation 2017-01-23 18:45:53 +03:00
templates cmake: rework MAP_IMPORTED_CONFIG to prevent unintended build failures 2017-12-13 14:30:27 +03:00
cl2cpp.cmake Merge pull request #7894 from alalek:ocl_program 2017-05-03 13:48:58 +00:00
copyAndroidLibs.cmake android: allow to build & run examples without Android OpenCV Manager 2014-06-06 18:01:04 +04:00
FindCUDA.cmake fix build error on Jetson TK1 2017-08-29 19:05:13 +09:00
FindGstreamerWindows.cmake Newer versions of gstreamer use a slightly different include path on windows. 2016-10-20 11:02:18 -04:00
FindOpenVX.cmake Updated OpenVX detector and wrappers to handle Reference attribute names change 2017-03-22 16:50:38 +03:00
FindPylint.cmake cmake: fix Pylint version detection 2017-08-28 19:03:44 +03:00
OpenCVCompilerDefenses.cmake cmake: fix linker flags 2017-07-04 15:04:42 +03:00
OpenCVCompilerOptimizations.cmake Add basic plumbing for AVX512 support 2017-12-25 21:06:52 +00:00
OpenCVCompilerOptions.cmake clean up the code 2017-12-22 08:42:21 +09:00
OpenCVCRTLinkage.cmake cmake: fix MSVC static builds 2017-03-25 01:28:43 +03:00
OpenCVDetectAndroidSDK.cmake cmake: CMP0026 NEW 2017-08-19 15:15:05 +00:00
OpenCVDetectApacheAnt.cmake cmake: simplified configuration output 2017-11-17 11:57:49 +03:00
OpenCVDetectCStripes.cmake Merge pull request #9075 from TonyLianLong:master 2017-07-03 16:14:17 +00:00
OpenCVDetectCUDA.cmake Enable CUDA_NVCC_FLAGS at arch detect step. 2017-08-31 12:57:43 +03:00
OpenCVDetectCXXCompiler.cmake 3rdparty:libpng[1.6.34] Add missing support for PowerPC/VSX 2017-12-15 03:00:07 +00:00
OpenCVDetectDirectX.cmake fix build with Win7 SDK 2015-07-30 23:23:01 +03:00
OpenCVDetectHalide.cmake cmake: add Halide support (#8794) 2017-06-21 14:33:47 +03:00
OpenCVDetectMediaSDK.cmake MediaSDK video backend: Windows support 2017-10-11 16:33:37 +03:00
OpenCVDetectOpenCL.cmake cmake: refactor OpenCL detection, allow custom configurations 2016-01-15 13:05:16 +03:00
OpenCVDetectPython.cmake doc: Small change to documentation in DectectPython.cmake 2016-10-05 16:52:28 -07:00
OpenCVDetectTBB.cmake tbb: don't search library in ENV{LD_LIBRARY_PATH} 2017-10-10 14:18:28 +03:00
OpenCVDetectTrace.cmake trace: initial support for code trace 2017-06-26 17:07:13 +03:00
OpenCVDetectVTK.cmake cmake: fix WITH_VTK usage 2017-11-29 21:43:09 +03:00
OpenCVDownload.cmake cmake: add option to workaround issue observed with old CMake 2017-12-12 19:00:42 +03:00
OpenCVExtraTargets.cmake Removed all use of the obsolete IMMEDIATE parameter to configure_file. 2014-01-29 19:34:02 +04:00
OpenCVFindAtlas.cmake moved BLAS/LAPACK detection scripts from opencv_contrib/dnn to the main repository (#7918) 2016-12-22 22:57:44 +03:00
OpenCVFindIntelPerCSDK.cmake Fix notes about cmake files. Fix build warning. 2013-12-17 16:13:55 +04:00
OpenCVFindIPP.cmake ICV2017u3 package update; 2017-08-23 14:24:43 +03:00
OpenCVFindIPPAsync.cmake Added SharedMatrix 2014-04-03 14:53:27 +04:00
OpenCVFindIPPIW.cmake Standalone IPP with IW fix; 2017-10-11 15:30:01 +03:00
OpenCVFindLAPACK.cmake fixed native Lapack detection script on Mac/iOS (where native Lapack is a part of Accelerate framework) 2017-12-05 15:45:37 +03:00
OpenCVFindLATEX.cmake Started top-level CMakeLists.txt file reorganization: cmake scripts are moved to separate folder; refactored BUILD_*, INSTALL_*, ENABLE_*, USE_*, WITH_* options. 2012-01-03 13:48:12 +00:00
OpenCVFindLibProtobuf.cmake dnn: avoid conflicts with original caffe.proto 2017-11-20 19:04:00 +03:00
OpenCVFindLibsGrfmt.cmake 3rdparty: update libwebp 0.6.1 2017-12-14 14:49:31 +03:00
OpenCVFindLibsGUI.cmake Removed extra dependencies from videoio library 2017-06-30 18:54:42 +03:00
OpenCVFindLibsPerf.cmake build: HAVE_LIBPTHREAD, HAVE_PTHREAD(S) => HAVE_PTHREAD 2017-08-14 10:59:38 +03:00
OpenCVFindLibsVideo.cmake cmake: use CMAKE_CXX_COMPILER_VERSION (CMake 2.8.8+) 2017-08-21 18:06:40 +03:00
OpenCVFindMatlab.cmake cmake: update matlab path 2016-09-01 15:17:32 +03:00
OpenCVFindMKL.cmake Fix MKL linkage with enabled OpenMP 2017-07-01 20:02:13 +03:00
OpenCVFindOpenBLAS.cmake cmake: update OpenBLAS support 2017-10-28 10:17:37 +03:00
OpenCVFindOpenEXR.cmake Normalize line endings and whitespace 2012-10-17 15:57:49 +04:00
OpenCVFindOpenNI2.cmake Added enviroment search paths for OpenNI2 for linux and fixed specific warning 2014-12-24 15:07:05 +03:00
OpenCVFindOpenNI.cmake Normalize line endings and whitespace 2012-10-17 15:57:49 +04:00
OpenCVFindVA_INTEL.cmake fallback path & sample timing implemented 2015-09-04 02:42:49 +03:00
OpenCVFindVA.cmake changed device detection procedure, added resizing surface to bigger size 2015-09-23 17:35:49 +03:00
OpenCVFindWebP.cmake This code is based on https://github.com/prasannatsm/opencv code. 2013-03-11 11:51:38 +04:00
OpenCVFindXimea.cmake XIMEA cam support: allow on OS X too 2014-09-09 19:25:14 +04:00
OpenCVGenABI.cmake cmake: CMP0026 NEW 2017-08-19 15:15:05 +00:00
OpenCVGenAndroidMK.cmake cmake: CMP0026 NEW 2017-08-19 15:15:05 +00:00
OpenCVGenConfig.cmake Build for embedded systems 2017-12-11 13:27:37 +03:00
OpenCVGenHeaders.cmake cmake: support multiple CPU targets 2017-02-13 19:52:59 +03:00
OpenCVGenInfoPlist.cmake Merge pull request #8009 from Legoless:master 2017-01-20 19:16:01 +03:00
OpenCVGenPkgconfig.cmake Removed cmake submodules and contrib_world references 2017-10-19 17:34:59 +03:00
OpenCVMinDepVersions.cmake minimal CMake version => 2.8.12.2 2017-07-21 14:06:19 +03:00
OpenCVModule.cmake cmake: fix ocv_target_compile_definitions() for world builds 2017-12-15 23:30:53 +03:00
OpenCVPackaging.cmake Added support for VSX 2017-10-09 00:32:29 +00:00
OpenCVPCHSupport.cmake cmake: fix -fPIC/-fPIE handling in precompiled headers (PCH) 2017-12-22 13:57:06 +03:00
OpenCVPylint.cmake cmake: change Pylint integration 2017-08-24 14:59:33 +03:00
OpenCVUtils.cmake cmake: fix ocv_target_compile_definitions() for world builds 2017-12-15 23:30:53 +03:00
OpenCVVersion.cmake Improve the documentation. 2017-08-20 17:21:39 +02:00