Exploring Applications in CUDA
Computer Science and Engineering, University of South Florida
University of South Florida, 2011
@article{kubacki2011exploring,
title={Exploring Applications in CUDA},
author={Kubacki, M.},
year={2011}
}
Modern Graphics Processing Units (GPUs) are capable of much more than supporting GUIs and generating 3D graphics. These devices are highly parallel, highly multithreaded multiprocessors harnessing a large amount of floating-point processing power for non-graphics problems. This project is based on experiments in CUDA C. These examples seek to demonstrate the potential speedups offered by CUDA and the ease of which a new programmer can take advantage of such performance gains.
November 10, 2011 by hgpu