opencv/modules/core/test
Jakub Golinowski 9f1218b00b Merge pull request #11897 from Jakub-Golinowski:hpx_backend
* Add HPX backend for OpenCV implementation
Adds hpx backend for cv::parallel_for_() calls respecting the nstripes chunking parameter. C++ code for the backend is added to modules/core/parallel.cpp. Also, the necessary changes to cmake files are introduced.
Backend can operate in 2 versions (selectable by cmake build option WITH_HPX_STARTSTOP): hpx (runtime always on) and hpx_startstop (start and stop the backend for each cv::parallel_for_() call)

* WIP: Conditionally include hpx_main.hpp to tests in core module
Header hpx_main.hpp is included to both core/perf/perf_main.cpp and core/test/test_main.cpp.
The changes to cmake files for linking hpx library to above mentioned test executalbles are proposed but have issues.

* Add coditional iclusion of hpx_main.hpp to cpp cpu modules

* Remove start/stop version of hpx backend
2018-08-31 16:23:26 +03:00
..
ocl fix test error on Tinker Board (OpenCL on Arm platform) 2018-02-26 22:55:06 +09:00
test_arithm.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-08-29 16:24:56 +03:00
test_concatenation.cpp Added more strict checks for empty inputs to compare, meanStdDev and RNG::fill 2018-07-26 18:06:38 +03:00
test_conjugate_gradient.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_countnonzero.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_downhill_simplex.cpp Misc. modules/ typos 2018-02-12 07:09:43 -05:00
test_ds.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_dxt.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_eigen.cpp build: unreachable code after CV_Error() (part 2) 2018-04-24 16:03:40 +03:00
test_hal_core.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_intrin128.simd.hpp core(test): intrinsic tests for all dispatched CPU optimizations 2018-08-01 13:50:42 +03:00
test_intrin256.simd.hpp core(test): intrinsic tests for all dispatched CPU optimizations 2018-08-01 13:50:42 +03:00
test_intrin_utils.hpp core(intrin): restrict FP16 operations 2018-08-20 19:24:33 +03:00
test_intrin.cpp core(test): intrinsic tests for all dispatched CPU optimizations 2018-08-01 13:50:42 +03:00
test_io.cpp tests: add "bigdata" tests 2018-05-15 15:56:26 +03:00
test_ippasync.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_lpsolver.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_main.cpp Merge pull request #11897 from Jakub-Golinowski:hpx_backend 2018-08-31 16:23:26 +03:00
test_mat.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-08-07 20:12:10 +03:00
test_math.cpp Wide univ intrinsics (#11953) 2018-07-16 18:57:24 +03:00
test_misc.cpp core: add "check" macros 2018-04-09 21:24:02 +03:00
test_operations.cpp core: use "explicit" for Matx() ctor 2018-07-12 19:50:56 +00:00
test_precomp.hpp core(test): intrinsic tests for all dispatched CPU optimizations 2018-08-01 13:50:42 +03:00
test_ptr.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_rand.cpp Added more strict checks for empty inputs to compare, meanStdDev and RNG::fill 2018-07-26 18:06:38 +03:00
test_rotatedrect.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_umat.cpp Misc. modules/ typos 2018-02-12 07:09:43 -05:00
test_utils.cpp Add test for Scalar arguments at CommandLineParser 2018-03-13 11:01:07 +03:00