2008
DOI: 10.1109/tpds.2007.70811
|View full text |Cite
|
Sign up to set email alerts
|

Efficient Breadth-First Search on the Cell/BE Processor

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
29
0

Year Published

2010
2010
2019
2019

Publication Types

Select...
5
3
1

Relationship

0
9

Authors

Journals

citations
Cited by 53 publications
(29 citation statements)
references
References 41 publications
0
29
0
Order By: Relevance
“…A good amount of literature deals with the design of BFS solutions, either based on commodity processors [11], [12] or special purpose hardware [13], [14], [15], [16]. Some recent publications describe successful parallelization strategies of list ranking [17] and phylogenetic trees on the Cell BE [18].…”
Section: Introductionmentioning
confidence: 99%
“…A good amount of literature deals with the design of BFS solutions, either based on commodity processors [11], [12] or special purpose hardware [13], [14], [15], [16]. Some recent publications describe successful parallelization strategies of list ranking [17] and phylogenetic trees on the Cell BE [18].…”
Section: Introductionmentioning
confidence: 99%
“…Scarpazza et al [26] describe a similar hybrid variation for the Cell BE processor architecture. Instead of separate contraction phase per iteration, processor cores perform edge expansion, exchange, and contraction in batches.…”
Section: Parallel Breadth-first Searchmentioning
confidence: 99%
“…Our strategy for status-lookup incorporates a bitmask to reduce the size of status data from a 32-bit label to a single bit per vertex. CPU parallelizations have used atomicallyupdated bitmask structures to reduce memory traffic via improved cache coverage [5], [26]. Because we avoid atomic operations, our bitmask is only a conservative approximation of visitation status.…”
Section: Coupling Of Gathering and Lookupmentioning
confidence: 99%
“…The BFS implementation of Scarpazza et al [32] for the Cell/B.E. processor, while being a multicore implementation, shares a lot of similarities with the general "explicit partitioning and edge aggregation" BFS strategy for distributed memory system.…”
Section: Parallel Bfs: Prior Workmentioning
confidence: 99%