GPGPU Processing in CUDA Architecture
Jayshree Ghorpade, Jitendra Parande, Madhura Kulkarni, Amit Bawaskar

TL;DR
This paper discusses how CUDA architecture enables effective utilization of GPUs for general parallel computing, comparing it with other frameworks and highlighting its potential for future applications.
Contribution
It provides an overview of CUDA architecture, compares it with other parallel programming models, and dispels common myths about CUDA's capabilities.
Findings
CUDA enables significant performance improvements in GPU computing.
Comparison shows CUDA C/C++ is competitive with OpenCL and DirectCompute.
The paper highlights the promising future of CUDA in parallel processing.
Abstract
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, it can be used to perform other taxing tasks as well. In this paper, we will show how CUDA can fully utilize the tremendous power of these GPUs. CUDA is NVIDIA's parallel computing architecture. It enables dramatic increases in computing performance, by harnessing the power of the GPU. This paper talks about CUDA and its architecture. It takes us through a comparison of CUDA C/C++ with other parallel programming…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
