GPU-Accelerated Simulated Oscillator Ising/Potts Machine Solving Combinatorial Optimization Problems
Yilmaz Ege Gonul, Ceyhun Efe Kayan, Ilknur Mustafazade, Nagarajan Kandasamy, Baris Taskin
TL;DR
The paper tackles NP-hard COPs by developing a GPU-accelerated simulated oscillator Ising/Potts framework based on a modified Kuramoto model with SHIL and noise. It leverages CUDA to achieve massive parallelism, enabling precise phase dynamics simulation on large graphs and yielding up to ~$10^4$x CPU speedups while maintaining high accuracy on Max-Cut and Graph Coloring tasks. Key contributions include a detailed GPU implementation, annealing schedules, and a comprehensive benchmarking against CPU and prior GPU approaches, demonstrating scalable performance for dense and large-scale COP instances. The approach offers a practical digital realization of OIM/OPM with high fidelity and substantial potential for industrial and research applications in combinatorial optimization.
Abstract
Oscillator-based Ising machines (OIMs) and oscillator-based Potts machines (OPMs) have emerged as promising hardware accelerators for solving NP-hard combinatorial optimization problems by leveraging the phase dynamics of coupled oscillators. In this work, a GPU-accelerated simulated OIM/OPM digital computation framework capable of solving combinatorial optimization problems is presented. The proposed implementation harnesses the parallel processing capabilities of GPUs to simulate large-scale OIM/OPMs, leveraging the advantages of digital computing to offer high precision, programmability, and scalability. The performance of the proposed GPU framework is evaluated on the max-cut problems from the GSET benchmark dataset and graph coloring problems from the SATLIB benchmarks dataset, demonstrating competitive speed and accuracy in tackling large-scale problems. The results from simulations, reaching up to 11295x speed-up over CPUs with up to 99% accuracy, establish this framework as a scalable, massively parallelized, and high-fidelity digital realization of OIM/OPMs.
