Fluid Internal Parallelism
authorAnton Potapov <anton.potapov@intel.com>
Wed, 3 Jul 2019 08:35:54 +0000 (11:35 +0300)
committerAnton Potapov <anton.potapov@intel.com>
Tue, 16 Jul 2019 13:09:14 +0000 (16:09 +0300)
commit97e88bd769e459c1a7b0c2d45d6b20f9030ff227
tree01f22e29c31710099fc35089b2ab0e287f4c03d4
parent097d81363befbce1bf922379a4ea886e5f6dbd2b
Fluid Internal Parallelism

 - Added new graph compile time argument to specify multiple independent
ROIs (Tiles)
 - Added new "executable" with serial loop other user specified
ROIs(Tiles)
 - refactored graph traversal code into separate function to be called
once
 - added saturate cast to Fluid AddCsimple test kernel
modules/gapi/include/opencv2/gapi/fluid/gfluidkernel.hpp
modules/gapi/src/backends/fluid/gfluidbackend.cpp
modules/gapi/src/backends/fluid/gfluidbackend.hpp
modules/gapi/test/gapi_fluid_parallel_rois_test.cpp [new file with mode: 0644]
modules/gapi/test/gapi_fluid_test_kernels.cpp