-
Aart Bik, Intel, Sr. Staff Engineer November 14, 2011
Data dependence between statements is a straightjacket on the compiler's ability to optimize code for parallelism. So to get the maximum benefit from parallel code, data dependence must be carefully managed
-
Michael J. Voss October 05, 2011
User feedback inspired the flow graph feature in Intel Threading Building Blocks, which allows programmers to express static and dynamic dependency graphs, as well as reactive or event-based graphs.
-
Jim Falgout, Pervasive Datarush, Chief Technologist September 19, 2011
Manage the data pipelines rather than webs of threads and processes
-
Robert Geva, Intel, Principal Engineer August 22, 2011
The latest C/C++ language extension to facilitate parallel programming