4,413 Posts served
10,771 Conversations started
- Academic

- Android

- Art, Music, & Animation

- Embedded Computing

- Events

- Game Development

- Graphics & Media

- Intel SW Partner Program

- Intel® AppUp Developer Program

- Manageability & Security

- Mobility

- Open Source

- Parallel Programming

- Performance and Optimization

- Power Efficiency

- Server

- Site News & Announcements

- Software Tools

- Association for Computing Machinery TechNews (ACM)
- Go Parallel! (Dr. Dobbs)
- HPCwire (Tabor Communications, Inc.)
- insideHPC (John West)
- Joe Duffy's Weblog (Microsoft)
- Microsoft Parallel Programming Development Center (Microsoft Germany)
- MultiCoreInfo.com
- scalability.org (Scalable Informatics)
- Software Dev Blog (Intel Germany)
- Soft Talk Blog (Intel United Kingdom)
- The Moth (Microsoft)
Posts in the "graph" Tag 
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 [...]
Category: Parallel Programming, Uncategorized
Tags: "Graph Community Preview Feature", graph, TBB
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 [...]
Category: Open Source, Parallel Programming
Tags: Community preview feature, graph, TBB, Threading Building Blocks
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 [...]
Category: Open Source, Parallel Programming
Tags: Community preview feature, graph, TBB, Threading Building Blocks
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 [...]
Category: Open Source, Parallel Programming
Tags: Community preview feature, graph, TBB, Threading Building Blocks
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 [...]
