Brook for GPUs: Stream Computing on Graphics Hardware (2004)
Cached
Download Links
- [graphics.stanford.edu]
- [graphics.stanford.edu]
- DBLP
Other Repositories/Bibliography
| Venue: | ACM TRANSACTIONS ON GRAPHICS |
| Citations: | 114 - 7 self |
BibTeX
@ARTICLE{Buck04brookfor,
author = {Ian Buck and Tim Foley and Daniel Horn and Jeremy Sugerman and Kayvon Fatahalian and Mike Houston and Pat Hanrahan},
title = {Brook for GPUs: Stream Computing on Graphics Hardware},
journal = {ACM TRANSACTIONS ON GRAPHICS},
year = {2004},
volume = {23},
pages = {777--786}
}
Years of Citing Articles
OpenURL
Abstract
In this paper, we present Brook for GPUs, a system for general-purpose computation on programmable graphics hardware. Brook extends C to include simple data-parallel constructs, enabling the use of the GPU as a streaming coprocessor. We present a compiler and runtime system that abstracts and virtualizes many aspects of graphics hardware. In addition, we present an analysis of the effectiveness of the GPU as a compute engine compared to the CPU, to determine when the GPU can outperform the CPU for a particular algorithm. We evaluate our system with five applications, the SAXPY and SGEMV BLAS operators, image segmentation, FFT, and ray tracing. For these applications, we demonstrate that our Brook implementations perform comparably to hand-written GPU code and up to seven times faster than their CPU counterparts.







