1. 24 6月, 2015 1 次提交
  2. 18 6月, 2015 1 次提交
    • D
      ipp_countNonZero build fix; · a5a21019
      Dmitry Budnikov 提交于
      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
  3. 20 2月, 2015 1 次提交
  4. 12 1月, 2015 1 次提交
  5. 04 12月, 2014 1 次提交
    • C
      Remove unnecessary kercn limitation of 4. · 2d8c89c4
      Chuanbo Weng 提交于
      When accessing global memory by DWORD4, memory bandwidth
      can be fully utilized on Intel platform. This patch will
      make more image format(e.g. 8UC4) be processed in DWORD4
      by work-item. After applying this patch, 3 subcase of
      ./opencv_perf_core --gtest_filter=OCL_RepeatFixture_Repeat.Repeat/*
      can be speedup on HD4000 graphics card with Beignet:
      OCL_RepeatFixture_Repeat.Repeat/2, 64% improvement.
      OCL_RepeatFixture_Repeat.Repeat/6, 50% improvement.
      OCL_RepeatFixture_Repeat.Repeat/8, 56% improvement.
      Signed-off-by: NChuanbo Weng <chuanbo.weng@intel.com>
      2d8c89c4
  6. 15 10月, 2014 1 次提交
    • P
      Implementation detector and selector for IPP and OpenCL; · 45958eaa
      Pavel Vlasov 提交于
      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
  7. 03 10月, 2014 1 次提交
  8. 29 8月, 2014 1 次提交
  9. 25 8月, 2014 1 次提交
  10. 13 8月, 2014 2 次提交
  11. 06 8月, 2014 1 次提交
  12. 31 7月, 2014 1 次提交
  13. 30 7月, 2014 1 次提交
    • V
      1. disabled OpenCL acceleration for cv::multiply() (CV_32F), cv::divide... · 5267ed46
      Vadim Pisarevsky 提交于
      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
  14. 04 6月, 2014 1 次提交
  15. 02 6月, 2014 1 次提交
  16. 23 5月, 2014 1 次提交
  17. 16 5月, 2014 1 次提交
  18. 13 5月, 2014 1 次提交
  19. 29 4月, 2014 1 次提交
  20. 24 4月, 2014 1 次提交
  21. 22 4月, 2014 1 次提交
  22. 21 4月, 2014 6 次提交
  23. 17 4月, 2014 2 次提交
  24. 09 4月, 2014 2 次提交
  25. 18 3月, 2014 1 次提交
  26. 10 3月, 2014 1 次提交
  27. 03 3月, 2014 1 次提交
  28. 25 2月, 2014 1 次提交
  29. 25 1月, 2014 1 次提交
  30. 17 1月, 2014 2 次提交
  31. 07 1月, 2014 1 次提交