Finding Convex Hulls Using Quickhull on the GPU
University of California, Davis
arXiv:1201.2936v1 [cs.CG] (13 Jan 2012)
@article{2012arXiv1201.2936T,
author={Tzeng}, S. and {Owens}, J.~D.},
title={"{Finding Convex Hulls Using Quickhull on the GPU}"},
journal={ArXiv e-prints},
archivePrefix={"arXiv"},
eprint={1201.2936},
primaryClass={"cs.CG"},
keywords={Computer Science – Computational Geometry, Computer Science – Data Structures and Algorithms, Computer Science – Graphics},
year={2012},
month={jan},
adsurl={http://adsabs.harvard.edu/abs/2012arXiv1201.2936T},
adsnote={Provided by the SAO/NASA Astrophysics Data System}
}
We present a convex hull algorithm that is accelerated on commodity graphics hardware. We analyze and identify the hurdles of writing a recursive divide and conquer algorithm on the GPU and divise a framework for representing this class of problems. Our framework transforms the recursive splitting step into a permutation step that is well-suited for graphics hardware. Our convex hull algorithm of choice is Quickhull. Our parallel Quickhull implementation (for both 2D and 3D cases) achieves an order of magnitude speedup over standard computational geometry libraries.
January 17, 2012 by hgpu