CompreCity: Accelerating the Traveling Salesman Problem on GPU with data compression
Date
2025
Journal Title
Journal ISSN
Volume Title
Publisher
ELSEVIER
Abstract
Traveling Salesman Problem (TSP) is one of the significant problems in computer science which tries to find the shortest path for a salesman who needs to visit a set of cities and it is involved in many computing problems such as networks, genome analysis, logistics etc. Using parallel executing paradigms, especially GPUs, is appealing in order to reduce the problem solving time of TSP. One of the main issues in GPUs is to have limited GPU memory which would not be enough for the entire data. Therefore, transferring data from the host device would reduce the performance in execution time. In this study, we applied three data compression methodologies to represent cities in the TSP such as (1) Using Greatest Common Divisor (2) Shift Cities to the Origin (3) Splitting Surface to Grids. Therefore, we include more cities in GPU memory and reduce the number of data transfers from the host device. We implement our methodology in Iterated Local Search (ILS) algorithm with 2-opt and The Lin-Kernighan-Helsgaun (LKH) Algorithm. We show that our implementation presents more than 25% performance improvement for both algorithms.
Description
Keywords
Traveling Salesman Problem, Graphical Processing Unit (GPU) programming, Iterated Local Search, Compute Unified Device Architecture (CUDA)
Turkish CoHE Thesis Center URL
Citation
WoS Q
Scopus Q
Source
Volume
102
Issue
Start Page
1
End Page
9