Title :
A New Parallel Schema for Branch-and-Bound Algorithms Using GPGPU
Author :
Carneiro, Tiago ; Muritiba, Albert Einstein ; Negreiros, Marcos ; Lima de Campos, Gustavo Augusto
Author_Institution :
Mestrado Academico em Cienc. da Comput., Univ. Estadual do Ceara, Fortaleza, Brazil
Abstract :
This work presents a new parallel procedure designed to process combinatorial B&B algorithms using GPGPU. In our schema we dispatch a number of threads that treats intelligently the massively parallel processors of NVIDIA GeForce graphical units. The strategy is to build sequentially a series of initial searches that can map a subspace of the B&B tree by starting a number of limited threads after achieving a specific level of the tree. The search is then processed massively by DFS. The whole subspace is optimized accordingly to memory and limits of threads and blocks available by the GPU. We compare our results with its OpenMP and Serial versions of the same search schema using explicitly enumeration (all possible solutions) to the Asymmetrical Travelling Salesman Problem´s instances. We also show the great superiority of our GPGPU based method.
Keywords :
graphics processing units; parallel processing; shared memory systems; travelling salesman problems; tree searching; B&B tree; GPGPU based method; NVIDIA GeForce graphical units; OpenMP; asymmetrical travelling salesman problem; combinatorial branch-and-bound algorithms; parallel processors; parallel schema; serial versions; Algorithm design and analysis; Approximation algorithms; Cities and towns; Graphics processing unit; Multicore processing; Search problems; ATSP; Branch-and-Bound; CUDA; GPGPU;
Conference_Titel :
Computer Architecture and High Performance Computing (SBAC-PAD), 2011 23rd International Symposium on
Conference_Location :
Vitoria, Espirito Santo
Print_ISBN :
978-1-4577-2050-5
DOI :
10.1109/SBAC-PAD.2011.20