Primal Dual Affine Scaling on GPUs
Nithish Divakar

TL;DR
This paper introduces a GPU-based implementation of the Primal-Dual Affine Scaling method for linear optimization, including novel techniques for system conversion, solving symmetric subsystems, and reducing memory usage.
Contribution
It presents new GPU-compatible algorithms and strategies for efficient linear optimization solving using the Primal-Dual Affine Scaling method.
Findings
Efficient GPU implementation of the method.
New CUDA techniques for symmetric system solving.
Strategies to minimize memory transfer and storage.
Abstract
Here we present an implementation of Primal-Dual Affine scaling method to solve linear optimization problem on GPU based systems. Strategies to convert the system generated by complementary slackness theorem into a symmetric system are given. A new CUDA friendly technique to solve the resulting symmetric positive definite subsystem is also developed. Various strategies to reduce the memory transfer and storage requirements were also explored.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputer Graphics and Visualization Techniques · Computational Geometry and Mesh Generation · 3D Shape Modeling and Analysis
