1. 13 Apr, 2018 1 commit
  2. 10 Apr, 2018 1 commit
  3. 13 Feb, 2018 1 commit
  4. 12 Feb, 2018 1 commit
  5. 16 Jan, 2018 1 commit
  6. 08 Dec, 2017 1 commit
  7. 28 Nov, 2017 1 commit
    • Alexander Alekhin's avatar
      ocl: avoid unnecessary loading/initializing OpenCL subsystem · 0ed3209b
      Alexander Alekhin authored
      If there are no OpenCL/UMat methods calls from application.
      
      OpenCL subsystem is initialized:
      - haveOpenCL() is called from application
      - useOpenCL() is called from application
      - access to OpenCL allocator: UMat is created (empty UMat is ignored) or UMat <-> Mat conversions are called
      
      Don't call OpenCL functions if OPENCV_OPENCL_RUNTIME=disabled
      (independent from OpenCL linkage type)
      0ed3209b
  8. 23 Aug, 2017 1 commit
    • Pavel Vlasov's avatar
      ICV2017u3 package update; · a57718e1
      Pavel Vlasov authored
      - Optimizations set change. Now IPP integrations will provide code for SSE42, AVX2 and AVX512 (SKX) CPUs only. For HW below SSE42 IPP code is disabled.
      - Performance regressions fixes for IPP code paths;
      - cv::boxFilter integration improvement;
      - cv::filter2D integration improvement;
      a57718e1
  9. 08 Aug, 2017 1 commit
  10. 25 May, 2017 1 commit
  11. 20 Apr, 2017 1 commit
  12. 11 Apr, 2017 2 commits
  13. 08 Apr, 2017 1 commit
  14. 06 Apr, 2017 1 commit
  15. 21 Feb, 2017 1 commit
  16. 21 Dec, 2016 1 commit
    • Vitaly Tuzov's avatar
      Merge pull request #7802 from terfendail:ovxhal_wrappers_migration · be7d060e
      Vitaly Tuzov authored
      * OpenVX HAL updated to use generic OpenVX wrappers
      
      * vxErr class from OpenVX HAL replaced with ivx::WrapperError
      
      * reduced usage of vxImage class from OpenVX HAL replaced with ivx::Image
      
      * vxImage class rewritten as ivx::Image subclass that calls swapHandle prior release
      
      * Fix OpenVX HAL build
      
      * Fix for review comments
      be7d060e
  17. 14 Dec, 2016 1 commit
  18. 09 Dec, 2016 1 commit
  19. 29 Nov, 2016 1 commit
  20. 17 Nov, 2016 1 commit
  21. 14 Nov, 2016 1 commit
  22. 27 Oct, 2016 1 commit
  23. 09 Oct, 2016 1 commit
  24. 16 Sep, 2016 1 commit
  25. 19 Aug, 2016 2 commits
  26. 03 Mar, 2016 1 commit
  27. 14 Dec, 2015 1 commit
  28. 19 Nov, 2015 1 commit
  29. 20 Oct, 2015 1 commit
  30. 01 Oct, 2015 1 commit
  31. 29 Sep, 2015 1 commit
    • Pavel Vlasov's avatar
      Enables support of IPP 9.0.0; · 62854dcc
      Pavel Vlasov authored
      HAVE_IPP_ICV_ONLY will be undefined if OpenCV was linked against ICV packet from IPP9 or greater. ICV9+ packets will be aligned with IPP in OpenCV APIs
      This will ease code management between IPP and ICV
      62854dcc
  32. 25 Sep, 2015 2 commits
  33. 18 Jun, 2015 1 commit
    • Dmitry Budnikov's avatar
      ipp_countNonZero build fix; · a5a21019
      Dmitry Budnikov authored
      Removed IPP port for tiny arithm.cpp functions
      
      Additional warnings fix on various platforms.
      
      Build without OPENCL and GCC warnings fixed
      
      Fixed warnings, trailing spaces and removed unused secure_cpy.
      
      IPP code refactored.
      
      IPP code path  implemented as separate static functions to simplify future work with IPP code and make it more readable.
      a5a21019
  34. 27 Feb, 2015 1 commit
  35. 26 Feb, 2015 1 commit
  36. 15 Oct, 2014 1 commit
    • Pavel Vlasov's avatar
      Implementation detector and selector for IPP and OpenCL; · 45958eaa
      Pavel Vlasov authored
      IPP can be switched on and off on runtime;
      
      Optional implementation collector was added (switched off by default in CMake). Gathers data of implementation used in functions and report this info through performance TS;
      
      TS modifications for implementations control;
      45958eaa
  37. 03 Sep, 2014 1 commit