Konstantin Boyarinov
Konstantin Boyarinov
@dbiswas2808, thank you for reporting this and making the PR. The proposed change can definitely prevent issues like you described but in the same time - it can break some...
@dbiswas2808, as for me, the proposed change is a part of the more wide question - how oneTBB library checks the user-defined type to be compliant with the corresponding named...
@andrewmabc, Could you please add more details on which nodes are you using and what scenario causes an issue. Thank you in advance.
@andrewmabc, As I understood, you are using `std::atomic` counter to count the alive frames, decoder node increases the counter and processor node decreases the counter. The number of video packs...
@aleksei-fedotov, it is not true. This helper is still required because the implicit conversion from `proportional_split` to `split` is prohibited because of `explicit` operator. The helper is to make such...
@Veronizlada, Typically, connecting the nodes that belongs to different graphs is not recommended. Consider this [oneTBB Developer Guide topic](https://oneapi-src.github.io/oneTBB/main/tbb_userguide/communicate_with_nodes.html) for more information.
@Veronizlada, It is not recommended to make edges between the graph because it can be hard to understand the interaction between two graphs and correctly handle exceptions caused by the...
I have changed the target branch back to tbb_2019 to view correct changes.
@Jauler, could you please retarget the PR to the master branch, if it is still applicable for oneTBB latest version.
@rfschtkt, this patch seems not applicable for oneTBB since the minimal supported version of C++ for this version is C++11. Could you please check if some of changes related to...