Ninth Working Conference on Reverse Engineering, 2002. Proceedings.
DOI: 10.1109/wcre.2002.1173082
|View full text |Cite
|
Sign up to set email alerts
|

Exposing data-level parallelism in sequential image processing algorithms

Abstract: As new computer architectures are developed to exploit large-scale data-level parallelism, techniques are needed to retarget legacy sequential code to these platforms. Sequential programming languages force programmers to include sequential artifacts in their code, particularly with respect to how the source code expresses data references (generally assuming a linear address space). In contrast, data-parallel programs apply many operations in parallel to elements in twodimensional data sets, and a given data p… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
8
0
1

Publication Types

Select...
7
2

Relationship

0
9

Authors

Journals

citations
Cited by 11 publications
(9 citation statements)
references
References 10 publications
0
8
0
1
Order By: Relevance
“…Task parallelism is employed in a game engine by executing each module task in its individual thread [12][13][14]. Graphics renderer and physics model are good for laterally analogous because of their processor-severe tasks.…”
Section: A Improving Game Engine Performance In Terms Of Task and Damentioning
confidence: 99%
“…Task parallelism is employed in a game engine by executing each module task in its individual thread [12][13][14]. Graphics renderer and physics model are good for laterally analogous because of their processor-severe tasks.…”
Section: A Improving Game Engine Performance In Terms Of Task and Damentioning
confidence: 99%
“…Task parallelism is used in a game engine by running each component task in its own thread [25][26][27]. Graphics rendering and physics simulation are good candidates for parallelism because they are usually process-intensive tasks.…”
Section: Task Level Parallelismmentioning
confidence: 99%
“…These applications usually have a tremendous potential for parallelism but unfortunately, existing techniques are not adequate for compiling sequential multimedia programs to such parallel architectures. Therefore, some researchers focus on extracting the essential computations and data dependency to ensure that each computation has the data it requires [10,11]. Our research aims to optimize communications of data transaction for sequential multimedia operations.…”
Section: Image Processing Using Sequential Algorithmsmentioning
confidence: 99%