Proceedings of the International Workshop on OpenCL 2013 &Amp; 2014 - IWOCL '14 2014
DOI: 10.1145/2664666.2664671
|View full text |Cite
|
Sign up to set email alerts
|

Pattern matching in OpenCL

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

1
7
0

Year Published

2015
2015
2020
2020

Publication Types

Select...
4
2

Relationship

0
6

Authors

Journals

citations
Cited by 8 publications
(8 citation statements)
references
References 9 publications
1
7
0
Order By: Relevance
“…As expected, using local memory to store the filters had a negative effect on performance, because the local memory in the Mali GPU is simulated by global memory. Moreover, this simulation seems to come at a cost in that the local memory is more expensive than the global memory with the same overall settings (which was also observed by Aragon et al [4]). Surprisingly, using texture memory did not have a beneficial effect on performance either.…”
Section: Deciding Parameters For Dfcsupporting
confidence: 60%
See 3 more Smart Citations
“…As expected, using local memory to store the filters had a negative effect on performance, because the local memory in the Mali GPU is simulated by global memory. Moreover, this simulation seems to come at a cost in that the local memory is more expensive than the global memory with the same overall settings (which was also observed by Aragon et al [4]). Surprisingly, using texture memory did not have a beneficial effect on performance either.…”
Section: Deciding Parameters For Dfcsupporting
confidence: 60%
“…In this section, we discuss optimizations that are relevant to explore and relate to (i) features of the architecture and (ii) possibilities for the evaluated algorithms to make good use of those features. A similar discussion on some of these parameters can also be found in the work by Aragon et al [4]. We extend their discussion with more parameters to also consider the use of texture memory for storing the relevant data structures, as well as the use of vectorization, as it has shown promise for CPU-based algorithms [37].…”
Section: Relevant Algorithm Optimizationsmentioning
confidence: 65%
See 2 more Smart Citations
“…Bellekens et al [42] compress the size of Aho-Corasick's state machine to reduce the communication cost between the CPU and the GPU. Aragon et al [43] experiment with pattern matching on embedded GPUs that share the same physical memory as the CPU. Kouzinopoulos and Margaritis also experiment with pattern matching algorithms on GPUs and apply them on genome sequence analysis [39].…”
Section: Other Architecturesmentioning
confidence: 99%