Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.
2466 Discussions

Intel TBB flow graph webinar - session recording available

Bethany_D_Intel
Employee
301 Views

Whether you are new to TBB or a TBB expert, listen to Michael Voss, Architect of the Intel®  TBB flow graph, explain this new and powerful feature. The webinar is in the can but you can view it at http://software.intel.com/en-us/intel-tbb-flowgraph.

Title: Creating parallel reactive and streaming applications with the Intel® Threading Building Blocks (Intel® TBB) flow graph The  flow graph feature available in Intel® Threading Building Blocks (Intel® TBB) allows users to easily create both dependence graphs and reactive, messaging passing graphs that execute on top of Intel TBB tasks.  Users programmatically create nodes and edges that express the computations performed by their application and the dependencies between these computations.  The Intel TBB library is then able to exploit the parallelism that is implicit in the graph structure, and the resources available on the target machine, to speed up the application.  Flow graphs are applicable across a wide range of domains, including media, gaming, finance, portable/low-power computing and technical computing.   This 1-hour webinar will present a quick introduction to the Intel® Threading Building Blocks library, followed by a more complete description of the flow graph feature.  Attendees will be walked through the details of a “Hello World” flow graph, and then will be shown several more complex examples that demonstrate the power and flexibility of this parallel programming abstraction. 

Check out other webinars coming up this spring.

0 Kudos
2 Replies
Francois_C_
Beginner
301 Views

Hi,

Some of my colleagues did not have a chance to assist to the webinar. Is there a recorded version of it which they could watch?

Thanks

0 Kudos
Bethany_D_Intel
Employee
301 Views

The webinar was recorded and posted at the following location:

http://software.intel.com/en-us/intel-tbb-flowgraph

0 Kudos
Reply