Two-dimensional batch linear programming on the GPU

John Charlton,Steve Maddock,Paul Richmond
DOI: https://doi.org/10.1016/j.jpdc.2019.01.001
IF: 4.542
2019-04-01
Journal of Parallel and Distributed Computing
Abstract:This paper presents a novel, high-performance, graphical processing unit-based algorithm for efficiently solving two-dimensional linear programs in batches. The domain of two-dimensional linear programs is particularly useful due to the prevalence of relevant geometric problems. Batch linear programming refers to solving numerous different linear programs within one operation. By solving many linear programs simultaneously and distributing workload evenly across threads, graphical processing unit utilization can be maximized. Speedups of over 22 times and 63 times are obtained against state-of-the-art graphics processing unit and CPU linear program solvers, respectively.
computer science, theory & methods
What problem does this paper attempt to address?