1. 22 Nov, 2015 1 commit
  2. 20 Oct, 2015 1 commit
  3. 25 Sep, 2015 1 commit
    • Pavel Vlasov's avatar
      IPP_VERSION_X100 was changed to: · 14b006e8
      Pavel Vlasov authored
      IPP_VERSION_MAJOR * 100 + IPP_VERSION_MINOR*10 + IPP_VERSION_UPDATE
      to manage changes between updates more easily.
      
      IPP_DISABLE_BLOCK was added to ease tracking of disabled IPP functions;
      14b006e8
  4. 24 Jun, 2015 2 commits
  5. 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
  6. 12 Jan, 2015 13 commits
  7. 21 Oct, 2014 1 commit
  8. 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
  9. 10 Oct, 2014 1 commit
  10. 03 Oct, 2014 1 commit
  11. 28 Sep, 2014 2 commits
  12. 25 Sep, 2014 1 commit
  13. 23 Sep, 2014 1 commit
  14. 22 Sep, 2014 1 commit
  15. 01 Sep, 2014 1 commit
  16. 14 Aug, 2014 1 commit
  17. 13 Aug, 2014 3 commits
  18. 11 Aug, 2014 2 commits
  19. 05 Aug, 2014 2 commits
  20. 30 Jul, 2014 1 commit
    • Vadim Pisarevsky's avatar
      1. disabled OpenCL acceleration for cv::multiply() (CV_32F), cv::divide… · 5267ed46
      Vadim Pisarevsky authored
      1. disabled OpenCL acceleration for cv::multiply() (CV_32F), cv::divide (CV_32F), cv::convertScaleAbs (CV_32F) and cv::reduce (SUM, CV_32F), cv::reduce (MIN & MAX), cv::flip (3-channel case).
      2. changed the number of test loops from 1 to 30 (except for cv::pow() test, which fails for yet unknown reason)
      3. disabled IPP acceleration for 3-channel norms.
      4. modified relativeNorm test function to handle very small values
      5267ed46
  21. 02 Jul, 2014 1 commit
  22. 30 Jun, 2014 1 commit