DocumentCode :
228336
Title :
Implementing adaptive and dynamic data structures using CUDA parallelism
Author :
Sangale, Abhijit L. ; Devani, Urvesh ; Nikam, Valmik B. ; Meshram, B.B.
Author_Institution :
Dept. Of Comput. Eng. & Inf. Technol., Veermata Jijabai Technol. Inst., Mumbai, India
fYear :
2014
fDate :
1-2 Aug. 2014
Firstpage :
1
Lastpage :
7
Abstract :
Dynamic data structures are the key to many highly efficient and optimized implementations. On CPU, dynamic data structures can grow and shrink at run time by allocating and de-allocating memory from a place called heap and link those blocks using pointers. Adaptive data structure means changing the internal properties and structures of the data structure at run time according to requirement for various purposes, known as adaptive use of data structure. When we consider parallelism on GPUs using CUDA, there are many limitations on what can be used as data structure on GPU´s global and shared memory. Generally simple arrays are handled on the GPU memory. Programmers need to find ways to present different data structures in terms of multiple arrays. In this paper, we have studied and implemented dynamic data structures & adaptive methodologies on GPU. We majorly explore the concept dynamic parallelism available in latest CUDA devices by implementing and analyzing quick sort and kernel call wise break down on latest NVIDIA´s Kepler Architecture GPU. We also experimented with basic array operations on GPU by implementing minimum number finding. Implementation using CUDA results in very high performance gain.
Keywords :
data structures; graphics processing units; parallel architectures; shared memory systems; CPU; CUDA parallelism; GPU memory; NVIDIA Kepler architecture GPU; adaptive data structures; basic array operations; dynamic data structures; dynamic parallelism; minimum number finding; optimized implementations; shared memory; Arrays; Graphics processing units; Heuristic algorithms; Instruction sets; Kernel; Parallel processing; Adaptive Data Structure; CUDA; Dynamic Data Structure; Dynamic Parallelism; GPU; OpenCL;
fLanguage :
English
Publisher :
ieee
Conference_Titel :
Advances in Engineering and Technology Research (ICAETR), 2014 International Conference on
Conference_Location :
Unnao
ISSN :
2347-9337
Type :
conf
DOI :
10.1109/ICAETR.2014.7012824
Filename :
7012824
Link To Document :
بازگشت