DocumentCode
3733796
Title
Efficient Implementation of Genetic Algorithms on GP-GPU with Scheduled Persistent CUDA Threads
Author
Nicola Capodieci;Paolo Burgio
Author_Institution
Univ. of Modena &
fYear
2015
Firstpage
6
Lastpage
12
Abstract
In this paper we present a heavily exploration oriented implementation of genetic algorithms to be executed on graphic processor units (GPUs) that is optimized with our novel mechanism for scheduling GPU-side synchronized jobs that takes inspiration from the concept of persistent threads. Persistent Threads allow an efficient distribution of work loads throughout the GPU so to fully exploit the CUDA (NVIDIA´s proprietary Compute Unified Device Architecture) architecture. Our approach (named Scheduled Light Kernel, SLK) uses a specifically designed data structure for issuing sequences of commands from the CPU to the GPU able to minimize CPUGPU communications, exploit streams of concurrent execution of different device side functions within different Streaming Multiprocessors and minimize kernels launch overhead. Results obtained on two completely different experimental settings show that our approach is able to dramatically increase the performance of the tested genetic algorithms compared to the baseline implementation that (while still running on a GPU) does not exploit our proposed approach. Our proposed SLK approach does not require substantial code rewriting and is also compared to newly introduced features in the last CUDA development toolkit, such as nested kernel invocations for dynamic parallelism.
Keywords
"Graphics processing units","Kernel","Genetic algorithms","Instruction sets","Computational modeling","Programming","Data structures"
Publisher
ieee
Conference_Titel
Parallel Architectures, Algorithms and Programming (PAAP), 2015 Seventh International Symposium on
ISSN
2168-3042
Type
conf
DOI
10.1109/PAAP.2015.13
Filename
7387293
Link To Document