CUD@ASP: Experimenting with GPUs in ASP solving
Dip. di Matematica e Informatica, Univ. di Perugia
28-esimo Convegno Italiano di Logica Computazionale (CLIC-2013), 2013
@article{formisano2013cud,
title={CUD@ ASP: Experimenting with GPUs in ASP solving},
author={Formisano, Andrea and Pontelli, Enrico},
year={2013}
}
This paper illustrates the design and implementation of a prototype ASP solver that is capable of exploiting the parallelism offered by general purpose graphical processing units (GPGPUs). The solver is based on a basic conflict-driven search algorithm. The core of the solving process develops on the CPU, while most of the activities, such as literal selection, unit propagation, and conflict-analysis, are delegated to the GPU. Moreover, a deep non-deterministic search, involving a very large number of threads, is also delegated to the GPU. The initial results confirm the feasibility of the approach and the potential offered by GPUs in the context of ASP computations.
September 27, 2013 by hgpu