Check out the new USENIX Web site. next up previous contents
Next: Strategies Up: Data Parallel Algorithms Previous: Data Parallel Algorithms

Per-thread Parallel Iterators

STL iterators are inherently sequential in nature because each iterator defines a single cursor of traversal and update. This is inadequate for parallel programming. We can define per-thread iterators based upon the strategy used for accessing and traversing the iterator space by the threads taking part in a data parallel operation.



Sundaresan Neelakantan
Thu May 15 16:11:49 PDT 1997