SUperman: Efficient Permanent Computation on GPUs
Sabanci University, Faculty of Engineering and Natural Sciences, Istanbul, Türkiye
arXiv:2502.16577 [cs.DC], (25 Feb 2025)
@misc{elbek2025supermanefficientpermanentcomputation,
title={SUperman: Efficient Permanent Computation on GPUs},
author={Deniz Elbek and Fatih Taşyaran and Bora Uçar and Kamer Kaya},
year={2025},
eprint={2502.16577},
archivePrefix={arXiv},
primaryClass={cs.DC},
url={https://arxiv.org/abs/2502.16577}
}
The permanent is a function, defined for a square matrix, with applications in various domains including quantum computing, statistical physics, complexity theory, combinatorics, and graph theory. Its formula is similar to that of the determinant, however unlike the determinant, its exact computation is #P-complete, i.e., there is no algorithm to compute the permanent in polynomial time unless P=NP. For an n×n matrix, the fastest algorithm has a time complexity of O(2n−1n). Although supercomputers have been employed for permanent computation before, there is no work and more importantly, no publicly available software that leverages cutting-edge, yet widely accessible, High-Performance Computing accelerators such as GPUs. In this work, we designed, developed, and investigated the performance of SUperman, a complete software suite that can compute matrix permanents on multiple nodes/GPUs on a cluster while handling various matrix types, e.g., real/complex/binary and sparse/dense etc., with a unique treatment for each type. Compared to a state-of-the-art parallel algorithm on 44 cores, SUperman can be 86× faster on a single Nvidia A100 GPU. Combining multiple GPUs, we also showed that SUperman can compute the permanent of a 56×56 matrix which is the largest reported in the literature.
March 10, 2025 by hgpu