• Jakub Golinowski's avatar
    Merge pull request #11897 from Jakub-Golinowski:hpx_backend · 9f1218b0
    Jakub Golinowski authored
    * 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
    9f1218b0
Name
Last commit
Last update
..
ocl Loading commit data...
test_arithm.cpp Loading commit data...
test_concatenation.cpp Loading commit data...
test_conjugate_gradient.cpp Loading commit data...
test_countnonzero.cpp Loading commit data...
test_downhill_simplex.cpp Loading commit data...
test_ds.cpp Loading commit data...
test_dxt.cpp Loading commit data...
test_eigen.cpp Loading commit data...
test_hal_core.cpp Loading commit data...
test_intrin.cpp Loading commit data...
test_intrin128.simd.hpp Loading commit data...
test_intrin256.simd.hpp Loading commit data...
test_intrin_utils.hpp Loading commit data...
test_io.cpp Loading commit data...
test_ippasync.cpp Loading commit data...
test_lpsolver.cpp Loading commit data...
test_main.cpp Loading commit data...
test_mat.cpp Loading commit data...
test_math.cpp Loading commit data...
test_misc.cpp Loading commit data...
test_operations.cpp Loading commit data...
test_precomp.hpp Loading commit data...
test_ptr.cpp Loading commit data...
test_rand.cpp Loading commit data...
test_rotatedrect.cpp Loading commit data...
test_umat.cpp Loading commit data...
test_utils.cpp Loading commit data...