Using Inter-Block Synchronization to Improve the Knapsack Problem on GPUs
This article describes how as one of the hot parallel processors, the general-purpose graphics processing unit (GPU) has been widely adopted to accelerate various time-consuming algorithms. Dynamic programming (DP) optimization is a popular method to solve a particular class of complex problems. This article focuses on serial-monadic DP problems onto NVIDIA GPUs. As 0/1 knapsack is one of the most representational problems in this category and it often arises in many other fields of applications. The previous work proposed the compression method to reduce the amount of data transferred, but data in shared memory cannot be reused. This article demonstrates how to apply a more condensed data structure and the inter-block synchronization to efficiently map the serial-monadic DP onto GPUs. Computational experiments reveal that the best performance improvement of the approach is about 100% comparing with the previous work.
Year of publication: |
2018
|
---|---|
Authors: | Sun, Xue ; Wu, Chao-Chin ; Chen, Liang-Rui ; Lin, Jian-You |
Published in: |
International Journal of Grid and High Performance Computing (IJGHPC). - IGI Global, ISSN 1938-0267, ZDB-ID 2703335-1. - Vol. 10.2018, 4 (01.10.), p. 83-98
|
Publisher: |
IGI Global |
Subject: | 0/1 Knapsack Problem | Barrier | CUDA | Dynamic Programming | GPU | Inter-Block Synchronization | Parallel Computing | Synchronization |
Saved in:
Online Resource
Saved in favorites
Similar items by subject
-
Algorithms for Extracting Frequent Episodes in the Process of Temporal Data Mining
PIRJAN, Alexandru, (2010)
-
Brias, Antoine, (2016)
-
Using GPU computing for solving the two-dimensional guillotine cutting problem
Boschetti, Marco A., (2016)
- More ...