An efficient GPU-based parallel tabu search algorithm for hardware/software co-design

Neng Hou,Fazhi He,Yi Zhou,Yilin Chen
DOI: https://doi.org/10.1007/s11704-019-8184-3
IF: 2.6688
2020-03-16
Frontiers of Computer Science
Abstract:Hardware/software partitioning is an essential step in hardware/software co-design. For large size problems, it is difficult to consider both solution quality and time. This paper presents an efficient GPU-based parallel tabu search algorithm (GPTS) for HW/SW partitioning. A single GPU kernel of compacting neighborhood is proposed to reduce the amount of GPU global memory accesses theoretically. A kernel fusion strategy is further proposed to reduce the amount of GPU global memory accesses of GPTS. To further minimize the transfer overhead of GPTS between CPU and GPU, an optimized transfer strategy for GPU-based tabu evaluation is proposed, which considers that all the candidates do not satisfy the given constraint. Experiments show that GPTS outperforms state-of-the-art work of tabu search and is competitive with other methods for HW/SW partitioning. The proposed parallelization is significant when considering the ordinary GPU platform.
computer science, information systems, theory & methods, software engineering
What problem does this paper attempt to address?