Lazy task creation: a technique for increasing the granularity of parallel programs
Citations Over TimeTop 10% of 1991 papers
Abstract
When a parallel algorithm is written naturally, the resulting program often produces tasks of a finer grain than an implementation can exploit efficiently. Two solutions to the granularity problem that combine parallel tasks dynamically at runtime are discussed. The simpler load-based inlining method, in which tasks are combined based on dynamic bad level, is rejected in favor of the safer and more robust lazy task creation method, in which tasks are created only retroactively as processing results become available. The strategies grew out of work on Mul-T, an efficient parallel implementation of Scheme, but could be used with other languages as well. Mul-T implementations of lazy task creation are described for two contrasting machines, and performance statistics that show the method's effectiveness are presented. Lazy task creation is shown to allow efficient execution of naturally expressed algorithms of a substantially finer grain than possible with previous parallel Lisp systems.>
Related Papers
- Lisp activities in Japan(1979)
- → A Study of a New Colour Granularity Formula(1981)1 cited
- → Understanding Lisp Programs is Improving Lisp Programs(1976)
- Starting LISP for AI(1987)
- Notes on the Conversion of LogLisp from Rutgers/UCI-Lisp to InterLisp,(1983)