Abstract
Fork/Join is a parallel programming model that implicitly assumes uniform memory access. The transition from multi- to many-core architectures will render this assumption invalid, and consequently it is likely that Fork/Join in its current form will not scale. This research investigates implementations for Fork/Join to allow the transition to many-core.
Original language | English |
---|---|
Title of host publication | Proceedings of the 3rd annual conference on Systems, programming, and applications: software for humanity |
Place of Publication | New York, NY, USA |
Publisher | ACM |
Pages | 85-86 |
Number of pages | 2 |
ISBN (Print) | 978-1-4503-1563-0 |
Publication status | Published - 2012 |
Event | SPLASH 2012 - Tucson, Arizona Duration: 23 Oct 2012 → 25 Oct 2012 http://splashcon.org/2012/ |
Other
Other | SPLASH 2012 |
---|---|
Period | 23/10/12 → 25/10/12 |
Other | The Third Annual SPLASH Conference, held in Tucson, Arizona |
Internet address |
Keywords
- Fork/Join
- Work Stealing
- Many-core