Accelerating a Linear Programming Algorithm on AMD GPUs
Colgate University
arXiv:2508.16806 [math.OC], (22 Aug 2025)
@misc{hu2025acceleratinglinearprogrammingalgorithm,
title={Accelerating a Linear Programming Algorithm on AMD GPUs},
author={Xiyan Hu and Titus Parker and Connor Phillips and Yifa Yu},
year={2025},
eprint={2508.16806},
archivePrefix={arXiv},
primaryClass={math.OC},
url={https://arxiv.org/abs/2508.16806}
}
Linear Programming (LP) is a foundational optimization technique with widespread applications in finance, energy trading, and supply chain logistics. However, traditional Central Processing Unit (CPU)-based LP solvers often struggle to meet the latency and scalability demands of dynamic, high-dimensional industrial environments, creating a significant computational challenge. This project addresses these limitations by accelerating linear programming on AMD Graphics Processing Units (GPUs), leveraging the ROCm open-source platform and PyTorch. The core of this work is the development of a robust, high-performance, open-source implementation of the Primal-Dual Hybrid Gradient (PDHG) algorithm, engineered specifically for general LP problems on AMD hardware. Performance is evaluated against standard LP test sets and established CPU-based solvers, with a particular focus on challenging real- world instances including the Security-Constrained Economic Dispatch (SCED) to guide hyperparameter tuning. Our results show a significant improvement, with up to a 36x speedup on GPU over CPU for large-scale problems, highlighting the advantages of GPU acceleration in solving complex optimization tasks.
August 31, 2025 by hgpu
Your response
You must be logged in to post a comment.