Journal article

Title:
Improving Matrix-Based Dynamic Programming on Massively Parallel Accelerators
Authors:
D. Bednárek, M. Brabec, M. Kruliš
Publication:
Information Systems 64
DOI:
Year:
2017
Link:

Abstract:
Dynamic programming techniques are well-established and employed by various practical algorithms, including the edit-distance algorithm or the dynamic time warping algorithm. These algorithms usually operate in an iteration-based manner where new values are computed from values of the previous iteration. The data dependencies enforce synchronization which limits possibilities for internal parallel processing. In this paper, we investigate parallel approaches to processing matrix-based dynamic programming algorithms on modern multicore CPUs, Intel Xeon Phi accelerators, and general purpose GPUs. We address both the problem of computing a single distance on large inputs and the problem of computing a number of distances of smaller inputs simultaneously (e.g., when a similarity query is being resolved). Our proposed solutions yielded significant improvements in performance and achieved speedup of two orders of magnitude when compared to the serial baseline.

BibTeX:
@article{bednarek_improving_2017,
    title = {{Improving Matrix-Based Dynamic Programming on Massively Parallel Accelerators}},
    author = {Bednárek, David and Brabec, Michal and Kruliš, Martin},
    year = {2017},
    journal = {{Information Systems}},
    doi = {10.1016/j.is.2016.06.001},
    issn = {0306-4379},
    pages = {175--193},
    url = {https://www.sciencedirect.com/science/article/pii/S0306437915301897},
    volume = {64},
}