Questions tagged [tbb-flow-graph]

The Flow Graph interface extends capabilities of TBB to allow fast, efficient implementations of dependency graph and data flow algorithms, enabling developers to exploit parallelism at higher levels in their application.

The Flow Graph interface extends capabilities of Intel Threading Building Blocks (TBB) to allow fast, efficient implementations of dependency graph and data flow algorithms, enabling developers to exploit parallelism at higher levels in their application.

47 questions
0
votes
1 answer

parallel_pipeline not terminating

i am using parallel_pipeline function in my code.Sometimes when my condition is satisfied it stops the pipeline and sometimes it does not.When the flow control calls stop even after that it does not terminate instead it calls its next part and…
Jasdeep Singh Arora
  • 543
  • 2
  • 11
  • 31
-1
votes
1 answer

C++ tbb flow graph, multifunction_node giving incomplete type error

Far as I understand, incomplete type error happens when there's forward declaration without full specification of type, then instantiate that type since the compiler can't tell the size of such type. In my case I don't understand how this code…
T.Aoukar
  • 653
  • 5
  • 19
1 2 3
4