SIGN-IN

Publication: A Constraint Programming Approach for Integrated Spatial and Temporal Scheduling for Clustered Architectures

All || By Area || By Year

Title A Constraint Programming Approach for Integrated Spatial and Temporal Scheduling for Clustered Architectures
Authors/Editors* Mirza Beg and Peter van Beek
Where published* ACM Transactions on Embedded Computing Systems
How published* Journal
Year* 2012
Volume
Number
Pages
Publisher
Keywords
Link
Abstract
Many embedded processors use clustering to scale up instruction level parallelism in a cost effective manner. In a clustered architecture, the registers and functional units are partitioned into smaller units and clusters communicate through register-to-register copy operations. Texas Instruments, for example, has a series of architectures for embedded processors which are clustered. Such an architecture places a heavier burden on the compiler, which must now assign instructions to clusters (spatial scheduling), assign instructions to cycles (temporal scheduling), and schedule copy operations to move data between clusters. We consider instruction scheduling of local blocks of code on clustered architectures to improve performance. Scheduling for space and time is known to be a hard problem. Previous work has proposed greedy approaches based on list scheduling to simultaneously perform spatial and temporal scheduling, and phased approaches based on first partitioning a block of code to do spatial assignment and then performing temporal scheduling. Greedy approaches risk making mistakes that are then costly to recover from and partitioning approaches suffer from the well-known phase ordering problem. In this paper, we present a constraint programming approach for scheduling instructions on clustered architectures. We employ a problem decomposition technique that solves spatial and temporal scheduling in an integrated manner. We analyze the effect of different hardware parameters---such as the number of clusters, issue-width and inter-cluster communication cost---on application performance. We found that our approach was able to achieve an improvement of up to 26%, on average, over a state-of-the-art technique on superblocks from SPEC 2000 benchmarks.
Go to Artificial Intelligence
Back to page 3 of list