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 […]

Accelerating Monte Carlo Simulations with an NVIDIA Graphics Processor

http://researchcommons.waikato.ac.nz/bitstream/10289/2682/1/Kunnemeyer%20Accelerating.pdf Abstract Modern graphics cards, commonly used in desktop computers, have evolved beyond asimple interface between processor and display to incorporate sophisticated calculationengines that can be applied to general purpose computing. The Monte Carlo algorithm formodelling photon transport in turbid media has been implemented on an NVIDIA®8800GT graphics card using the CUDA toolkit. The Monte […]