Proceedings 15th International Parallel and Distributed Processing Symposium. IPDPS 2001
DOI: 10.1109/ipdps.2001.925073
|View full text |Cite
|
Sign up to set email alerts
|

Evaluating the XMT parallel programming model

Abstract: Explicit-multithreading (XMT) is a parallel programming model designed for exploiting on-chip parallelism. Its features include a simple thread execution model and an efficient prefix-sum instruction for synchronizing shared data accesses. By taking advantage of low-overhead parallel threads and high on-chip memory bandwidth, the XMT model tries to reduce the burden on programmers by obviating the need for explicit task assignment and thread coarsening. This paper presents features of the XMT programming model… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1

Citation Types

0
3
0

Publication Types

Select...
1

Relationship

0
1

Authors

Journals

citations
Cited by 1 publication
(3 citation statements)
references
References 3 publications
0
3
0
Order By: Relevance
“…Our experiments show that the asynchronous algorithm is outperformed by the synchronous one [14] due to the amount of storage and extra work that it involves. Asynchronous algorithms are more useful for irregular computations, as we show next.…”
Section: Regular Computationsmentioning
confidence: 94%
See 2 more Smart Citations
“…Our experiments show that the asynchronous algorithm is outperformed by the synchronous one [14] due to the amount of storage and extra work that it involves. Asynchronous algorithms are more useful for irregular computations, as we show next.…”
Section: Regular Computationsmentioning
confidence: 94%
“…In this section we discuss how these features are manifested in the programming and performance of two different types of computation domains -regular computations, and irregular dynamic computations. (Other types of computations, such as divide-and-conquer and sorting algorithms, are discussed in [14]). …”
Section: Evaluating the Xmt Programming Modelmentioning
confidence: 99%
See 1 more Smart Citation