2012
DOI: 10.1007/978-3-642-30397-5_8
|View full text |Cite
|
Sign up to set email alerts
|

GPU Accelerated Computation of the Longest Common Subsequence

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1

Citation Types

0
4
0

Year Published

2014
2014
2016
2016

Publication Types

Select...
4
2

Relationship

0
6

Authors

Journals

citations
Cited by 6 publications
(4 citation statements)
references
References 6 publications
0
4
0
Order By: Relevance
“…We explored different methods and ways to parallelize our code, in order to deploy it for human robot interaction in real time. We used the GPU-LCS algorithm in [14] for the LCS-based classification process that is explained in Sect. 3.5.…”
Section: Parallelizing the Classification Algorithmmentioning
confidence: 99%
“…We explored different methods and ways to parallelize our code, in order to deploy it for human robot interaction in real time. We used the GPU-LCS algorithm in [14] for the LCS-based classification process that is explained in Sect. 3.5.…”
Section: Parallelizing the Classification Algorithmmentioning
confidence: 99%
“…The GPU adaptation of bit-vector solutions is very rare. One recent work that uses both bit-wise operations and GPUs is by Kawanami and Fujimoto (2012) who give a GPU implementation of the one-to-one longest common subsequence (LCS) algorithm. Ozsoy et al (2013Ozsoy et al ( , 2014a investigated one-to-many LCS and scoring on GPUs using bit-vector approach.…”
Section: Related Workmentioning
confidence: 99%
“…It may require deep investigation of the problem and redesigning the traditional algorithms for GPU capabilities. One such approach that shows great benefit from GPGPUs is the bit-vector algorithms on string matching domain (Kawanami and Fujimoto, 2012;Ozsoy et al, 2013Ozsoy et al, , 2014a. Bit-vector parallelism provides intrinsic parallelism within a computer word, where each bit in a word represents a data point that uses bit-wise operations to update all the positions in the same word at the same time.…”
Section: Introductionmentioning
confidence: 99%
“…Bit-level parallelism can also be exploited for the Longest Common Subsequence (LCS) problem, which is similar to, but simpler than, the problem of computing Levenshtein distance. Kawanami and Fujimoto [8] implement the first GPU solution, which exploits task parallelism. Ozsoy et al [21] propose an improved GPU design that reaches 1 TCUPS using 3 Fermi GPUs.…”
Section: Related Workmentioning
confidence: 99%