opencv/modules/core/perf/opencl
Tomoaki Teshima 3cbe60cca2 Merge pull request #9753 from tomoaki0705:universalMatmul
* add accuracy test and performance check for matmul
  * add performance tests for transform and dotProduct
  * add test Core_TransformLargeTest for 8u version of transform

* remove raw SSE2/NEON implementation from matmul.cpp
  * use universal intrinsic instead of raw intrinsic
  * remove unused templated function
  * add v_matmuladd which multiply 3x3 matrix and add 3x1 vector
  * add v_rotate_left/right in universal intrinsic
  * suppress intrinsic on some function and platform
  * add pure SW implementation of new universal intrinsics
  * add test for new universal intrinsics

* core: prevent memory access after the end of buffer

* fix perf tests
2017-11-20 15:56:53 +03:00
..
perf_arithm.cpp Merge pull request #9753 from tomoaki0705:universalMatmul 2017-11-20 15:56:53 +03:00
perf_bufferpool.cpp world fix 2014-08-05 20:12:35 +04:00
perf_channels.cpp Fix for bug #5007: moved definition of Size_MatDepth_t and Size_MatDepth from ts_perf.hpp to perf_channels.cpp. This way they are closer to where they are needed and live in a different namespace (possibly the reason why the fix works). 2015-08-17 16:09:00 +01:00
perf_dxt.cpp Fixed warning with "uninitialized local variable" 2014-08-12 10:35:15 +04:00
perf_gemm.cpp changed perf test for ocl_gemm 2014-08-26 15:05:36 +04:00
perf_matop.cpp IPP for OpenCV 2017u2 initial enabling patch; 2017-04-20 20:26:30 +03:00
perf_usage_flags.cpp world fix 2014-08-05 20:12:35 +04:00