PaTraCo: A Framework Enabling the Transparent and Efficient Programming of Heterogeneous Compute Networks

Loading...
Thumbnail Image
Date
2010
Journal Title
Journal ISSN
Volume Title
Publisher
The Eurographics Association
Abstract
We propose PaTraCo (Parallel Transparent Computation), a framework for developing parallel applications for single host or ad-hoc compute network environments incorporating a multitude of different kinds of compute devices including graphics cards. It supports both task parallelism and data parallelism, and is designed for algorithms that can be decomposed into passes. The provided API supports the user in structuring the program accordingly. Only application-specific parts need to be implemented using a set of base classes. Multiple compute kernel implementations can be provided per pass, one for each device class (e.g. CPU, GPU, CELL). The scheduler which is based on the critical path method determines prior to the actual computation which implementation to execute on which device to minimize the overall runtime by considering device speed, availability and transfer cost. This procedure has the additional advantage that data can already be transferred to a compute device before the actual need for it arises and thus network transfers can often be executed parallel to computation. Overall, this results in reduced device idling times (if any) and more efficient device utilization. Thread setup and communication, network data transfers and scheduling are handled transparently to the user. PaTraCo monitors the execution in order to update the cost estimates that are used by the scheduler and to provide the user with visual analysis. We evaluate the framework by means of an interactive distributed volume renderer.
Description

        
@inproceedings{
:10.2312/EGPGV/EGPGV10/131-140
, booktitle = {
Eurographics Symposium on Parallel Graphics and Visualization
}, editor = {
James Ahrens and Kurt Debattista and Renato Pajarola
}, title = {{
PaTraCo: A Framework Enabling the Transparent and Efficient Programming of Heterogeneous Compute Networks
}}, author = {
Frey, Steffen
and
Ertl, Thomas
}, year = {
2010
}, publisher = {
The Eurographics Association
}, ISSN = {
1727-348X
}, ISBN = {
978-3-905674-21-7
}, DOI = {
/10.2312/EGPGV/EGPGV10/131-140
} }
Citation