3428

Parallel computing with CUDA

M. Garland
IEEE International Symposium on Parallel & Distributed Processing (IPDPS), 2010

@poster{garland2010parallel,

   title={Parallel computing with CUDA},

   author={Garland, M.},

   booktitle={IEEE International Symposium on Parallel and Distributed Processing (IPDPS)},

   year={2010}

}

Source Source   

1025

views

Summary form only given. NVIDIA’s CUDA architecture provides a powerful platform for writing highly parallel programs. By providing simple abstractions for hierarchical thread organization, memories, and synchronization, the CUDA programming model allows programmers to write scalable programs without the burden of learning a multitude of new programming constructs. The CUDA architecture can support many languages and programming environments, including C, Fortran, OpenCL, and DirectX Compute. In this tutorial, I will provide an overview of modern GPU processor design and its implications for successful parallel programming models. I will present the programming model adopted by the CUDA architecture, and demonstrate how this is exposed in the C/C++ language. Finally, I will sketch some techniques for implementing common data-parallel algorithms in the CUDA model.
No votes yet.
Please wait...

* * *

* * *

HGPU group © 2010-2024 hgpu.org

All rights belong to the respective authors

Contact us: