|
Dartmouth College Computer Science Technical Report series |
CS home TR home TR search TR listserv |
| By author: | A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |
| By number: | 2008, 2007, 2006, 2005, 2004, 2003, 2002, 2001, 2000, 1999, 1998, 1997, 1996, 1995, 1994, 1993, 1992, 1991, 1990, 1989, 1988, 1987, 1986 | |
Abstract:
In applications using large amounts of data, hiding the latency
inherent in accessing data far from the processor is often necessary
in order to achieve high performance. Several researchers have
observed that one way to address the challenge of latency is by using
a common structure: in a series of passes, the program reads in the
data, performs various operations on it, and writes out the data.
Passes often consist of a pipeline structure composed of different
stages. In order to achieve high performance, the stages are
frequently overlapped, for example, by using asynchronous threads.
Out-of-core parallel programs provide one such example of this
pattern. The development and debugging time resulting from
coordinating overlapping stages, however, can be substantial.
Moreover, modifying the structure of the overlap in an attempt to
achieve higher performance can require significant additional time on
the part of the programmer. This thesis presents FG, a Framework
Generator designed to coordinate the stages of a pipeline and allow
the programmer to easily experiment with the pipeline's structure,
thus significantly reducing time to solution. We also discuss
preliminary results of using FG in an out-of-core sorting program.
Bibliographic citation for this report: [plain text] [BIB] [BibTeX] [Refer]
Or copy and paste:
Elizabeth A. Hamon,
"Enhancing Asynchronous Parallel Computing."
Dartmouth Computer Science Technical Report TR2003-460,
June 2003.
Notify me about new tech reports.

To receive paper copy of a report, by mail, send your address and the TR number to reports AT cs.dartmouth.edu
Copyright notice: The documents contained in this server are included by the contributing authors as a means to ensure timely dissemination of scholarly and technical work on a non-commercial basis. Copyright and all rights therein are maintained by the authors or by other copyright holders, notwithstanding that they have offered their works here electronically. It is understood that all persons copying this information will adhere to the terms and constraints invoked by each author's copyright. These works may not be reposted without the explicit permission of the copyright holder.
Technical reports collection maintained by David Kotz.