Posts in the "graph" Tag RSS

Understanding the Internals of tbb::graph : Balancing Push and Pull

By Michael Voss (Intel) (10 posts) on May 26, 2011 at 8:57 am
Comments (0)

In this post, I’m going to describe the hybrid push-pull protocol used by Intel® Threading Building Blocks graph Community Preview Feature.  You can find other graph-related posts here, including an introduction and some examples.  You can download the open-source version of Intel® TBB at http://www.threadingbuildingblocks.org and are encouraged to provide feedback about the graph via the [...]

Continued ›

Category: Parallel Programming, Uncategorized
Tags: , ,

Using the Intel® Threading Building Blocks Graph Community Preview Feature: An Implementation of Dining Philosophers.

By Michael Voss (Intel) (10 posts) on January 10, 2011 at 10:59 am
Comments (5)

Intel® Threading Building Blocks (Intel® TBB) Version 3 Update 5 introduced the class graph as a Community Preview (CP) feature. There is an introductory post that provides an overview of the class and the nodes that can be used with it. You can download the open-source version of this release at www.threadingbuildingblocks.org and are encouraged [...]

Continued ›

Category: Open Source, Parallel Programming
Tags: , , ,

Using the Intel® Threading Building Blocks Graph Community Preview Feature: Creating a Simple Message Graph.

By Michael Voss (Intel) (10 posts) on January 3, 2011 at 6:40 am
Comments (0)

Intel® Threading Building Blocks (Intel® TBB) Version 3 Update 5 introduced the class graph as a Community Preview (CP) feature. There is an introductory post that provides an overview of the class and the nodes that can be used with it. You can download the open-source version of this release at www.threadingbuildingblocks.org and are encouraged [...]

Continued ›

Category: Open Source, Parallel Programming
Tags: , , ,

Using the Intel® Threading Building Blocks Graph Community Preview Feature: Creating a Simple Dependency Graph.

By Michael Voss (Intel) (10 posts) on December 27, 2010 at 8:18 am
Comments (0)

 Intel® Threading Building Blocks (Intel® TBB) Version 3 Update 5 introduced the class graph as a Community Preview (CP) feature. There is an introductory post that provides an overview of the class and the nodes that can be used with it. You can download the open-source version of this release at www.threadingbuildingblocks.org and are encouraged [...]

Continued ›

Category: Open Source, Parallel Programming
Tags: , , ,

Intel® Threading Building Blocks Version 3.0 Update 5 Introduces Graph as a Community Preview Feature.

By Michael Voss (Intel) (10 posts) on December 23, 2010 at 9:13 am
Comments (3)

There are some applications that, even on systems with shared memory, are best organized as computations that explicitly pass messages. These messages may contain data or simply act as signals that a computation has completed. The new class graph and its associated nodes can be used to express such applications. These classes are available as [...]

Continued ›

Category: Open Source, Parallel Programming
Tags: , , ,