ID: cs/0310002

The Graphics Card as a Streaming Computer

October 5, 2003

View on ArXiv
Suresh Venkatasubramanian
Computer Science
Graphics
Hardware Architecture

Massive data sets have radically changed our understanding of how to design efficient algorithms; the streaming paradigm, whether it in terms of number of passes of an external memory algorithm, or the single pass and limited memory of a stream algorithm, appears to be the dominant method for coping with large data. A very different kind of massive computation has had the same effect at the level of the CPU. The most prominent example is that of the computations performed by a graphics card. The operations themselves are very simple, and require very little memory, but require the ability to perform many computations extremely fast and in parallel to whatever degree possible. What has resulted is a stream processor that is highly optimized for stream computations. An intriguing side effect of this is the growing use of a graphics card as a general purpose stream processing engine. In an ever-increasing array of applications, researchers are discovering that performing a computation on a graphics card is far faster than performing it on a CPU, and so are using a GPU as a stream co-processor.

Similar papers 1

GPGPU Processing in CUDA Architecture

February 20, 2012

91% Match
Jayshree Ghorpade, Jitendra Parande, ... , Bawaskar Amit
Distributed, Parallel, and C...

The future of computation is the Graphical Processing Unit, i.e. the GPU. The promise that the graphics cards have shown in the field of image processing and accelerated rendering of 3D scenes, and the computational capability that these GPUs possess, they are developing into great parallel computing units. It is quite simple to program a graphics processor to perform general parallel tasks. But after understanding the various architectural aspects of the graphics processor, ...

Find SimilarView on arXiv

GPGPU Computing

August 29, 2014

90% Match
Bogdan Oancea, Tudorel Andrei, Raluca Mariana Dragoescu
Distributed, Parallel, and C...

Since the first idea of using GPU to general purpose computing, things have evolved over the years and now there are several approaches to GPU programming. GPU computing practically began with the introduction of CUDA (Compute Unified Device Architecture) by NVIDIA and Stream by AMD. These are APIs designed by the GPU vendors to be used together with the hardware that they provide. A new emerging standard, OpenCL (Open Computing Language) tries to unify different GPU general ...

Find SimilarView on arXiv

Real-time data processing with GPUs in high energy physics

March 25, 2020

89% Match
Dorothea vom Bruch
Instrumentation and Detector...

As high energy physics experiments reach higher luminosities and intensities, the computing burden for real time data processing and reduction grows. Following the developments in the computing landscape, multi-core processors such as graphics processing units (GPUs) are increasingly used for such tasks. These proceedings provide an introduction to the GPU architecture and describe how it maps to common tasks in real time data processing. In addition, specific use cases of GP...

Find SimilarView on arXiv

GPGPU Based Parallelized Client-Server Framework for Providing High Performance Computation Support

May 21, 2015

89% Match
Poorna Banerjee, Amit Dave
Distributed, Parallel, and C...

Parallel data processing has become indispensable for processing applications involving huge data sets. This brings into focus the Graphics Processing Units (GPUs) which emphasize on many-core computing. With the advent of General Purpose GPUs (GPGPU), applications not directly associated with graphics operations can also harness the computation capabilities of GPUs. Hence, it would be beneficial if the computing capabilities of a given GPGPU could be task optimized and made ...

Find SimilarView on arXiv

Lossless data compression on GPGPU architectures

September 11, 2011

88% Match
Axel Eirola
Data Structures and Algorith...

Modern graphics processors provide exceptional computa- tional power, but only for certain computational models. While they have revolutionized computation in many fields, compression has been largely unnaffected. This paper aims to explain the current issues and possibili- ties in GPGPU compression. This is done by a high level overview of the GPGPU computational model in the context of compression algorithms; along with a more in-depth analysis of how one would implement bz...

Find SimilarView on arXiv

CrystalGPU: Transparent and Efficient Utilization of GPU Power

May 11, 2010

88% Match
Abdullah Gharaibeh, Samer Al-Kiswany, Matei Ripeanu
Other Computer Science

General-purpose computing on graphics processing units (GPGPU) has recently gained considerable attention in various domains such as bioinformatics, databases and distributed computing. GPGPU is based on using the GPU as a co-processor accelerator to offload computationally-intensive tasks from the CPU. This study starts from the observation that a number of GPU features (such as overlapping communication and computation, short lived buffer reuse, and harnessing multi-GPU sys...

Find SimilarView on arXiv

Advanced Programming Platform for efficient use of Data Parallel Hardware

March 22, 2012

88% Match
Luis Cabellos
Distributed, Parallel, and C...

Graphics processing units (GPU) had evolved from a specialized hardware capable to render high quality graphics in games to a commodity hardware for effective processing blocks of data in a parallel schema. This evolution is particularly interesting for scientific groups, which traditionally use mainly CPU as a work horse, and now can profit of the arrival of GPU hardware to HPC clusters. This new GPU hardware promises a boost in peak performance, but it is not trivial to use...

Find SimilarView on arXiv

Making the case of GPUs in courses on computational physics

May 15, 2013

88% Match
Knut Skogstrand Gjerden
Computational Physics
Mathematical Software
Physics Education

Most relatively modern desktop or even laptop computers contain a graphics card useful for more than showing colors on a screen. In this paper, we make a case for why you should learn enough about GPU (graphics processing unit) computing to use as an accelerator or even replacement to your CPU code. We include an example of our own as a case study to show what can be realistically expected.

Find SimilarView on arXiv

On the utility of graphics cards to perform massively parallel simulation of advanced Monte Carlo methods

May 14, 2009

88% Match
Anthony Lee, Christopher Yau, Michael B. Giles, ... , Holmes Christopher C.
Computation

We present a case-study on the utility of graphics cards to perform massively parallel simulation of advanced Monte Carlo methods. Graphics cards, containing multiple Graphics Processing Units (GPUs), are self-contained parallel computational devices that can be housed in conventional desktop and laptop computers. For certain classes of Monte Carlo algorithms they offer massively parallel simulation, with the added advantage over conventional distributed multi-core processors...

Find SimilarView on arXiv

Streaming Data from HDD to GPUs for Sustained Peak Performance

February 18, 2013

87% Match
Lucas AICES, RWTH Aachen Beyer, Paolo AICES, RWTH Aachen Bientinesi
Distributed, Parallel, and C...
Computational Engineering, F...
Mathematical Software
Genomics

In the context of the genome-wide association studies (GWAS), one has to solve long sequences of generalized least-squares problems; such a task has two limiting factors: execution time --often in the range of days or weeks-- and data management --data sets in the order of Terabytes. We present an algorithm that obviates both issues. By pipelining the computation, and thanks to a sophisticated transfer strategy, we stream data from hard disk to main memory to GPUs and achieve...

Find SimilarView on arXiv