Our system is currently under heavy load due to increased usage. We're actively working on upgrades to improve performance. Thank you for your patience.
Proceedings. 34th ACM/IEEE International Symposium on Microarchitecture. MICRO-34
DOI: 10.1109/micro.2001.991114
|View full text |Cite
|
Sign up to set email alerts
|

Graph-partitioning based instruction scheduling for clustered processors

Abstract: This work presents a novel scheme to schedule loops for clustered microarchitectures. The scheme is based on a preliminary cluster assignment phase implemented through graph partitioning techniques followed by a scheduling phase that integrates register allocation and spill code generation. The graph partitioning scheme is shown to be very eflective due to its global view of the whole code while the partition is generated. Results show a significant speedup when compared with previously proposed techniques. Fo… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
4
1

Citation Types

0
63
0

Publication Types

Select...
5
2
1

Relationship

2
6

Authors

Journals

citations
Cited by 41 publications
(63 citation statements)
references
References 28 publications
(17 reference statements)
0
63
0
Order By: Relevance
“…The technique proposed in this paper combines the benefits of global and local information to overcome the limitations of previous approaches [2]. The main feature of the technique is that the distribution of the instructions among the clusters is performed using a global view of the whole DDG, and at the same time, takes into account the main implications that the partition will have on the scheduling step.…”
Section: Introductionmentioning
confidence: 99%
“…The technique proposed in this paper combines the benefits of global and local information to overcome the limitations of previous approaches [2]. The main feature of the technique is that the distribution of the instructions among the clusters is performed using a global view of the whole DDG, and at the same time, takes into account the main implications that the partition will have on the scheduling step.…”
Section: Introductionmentioning
confidence: 99%
“…Most DAG mapping algorithms can be classified into two categories: list scheduling [5] [7] and graph partitioning [1][4] [16].…”
Section: Introductionmentioning
confidence: 99%
“…A case study is described to illustrate the misperception caused by regarding a cluster as a single processing node. Suppose three tasks v 1 , v 2 , v 3 are schedulable. Their computational volume is 6, 3 and 6 respectively.…”
Section: Introductionmentioning
confidence: 99%
See 1 more Smart Citation
“…First, the graph is coarsened, that is, a new graph with fewer nodes is built by grouping pairs of nodes of the initial graph into new macro-nodes. To choose the nodes that will be grouped in the new macro-node, we first weight the edges of the graph according to the impact that adding a bus latency to that edge would have on execution time [1]. Next, a maximum weight matching is identified.…”
Section: Graph Partitioningmentioning
confidence: 99%