CUDA Papers

A collection of research papers and projects utilizing CUDA technology

CUDASA: Compute Unified Device and Systems Architecture

http://www.vis.uni-stuttgart.de/~dachsbcn/download/egpgv08.pdf

Abstract

We present an extension to the CUDA programming language which extends parallelism to multi-GPU systems and GPU-cluster environments. Following the existing model, which exposes the internal parallelism of GPUs, our extended programming language provides a consistent development interface for additional, higher levels of parallel abstraction from the bus and network interconnects. The newly introduced layers provide the key features specific to the architecture and programmability of current graphics hardware while the underlying communication and scheduling mechanisms are completely hidden from the user. All extensions to the original programming language are handled by a self-contained compiler which is easily embedded into the CUDA compile process. We evaluate our system using two different sample applications and discuss scaling behavior and performance on different system architectures

Authors

M. Strengert, C. Müller, C. Dachsbacher, and T. Ertl
Visualization Research Center (VISUS), University of Stuttgart

Leave a Reply