Communication optimizations for global multi-threaded instruction scheduling

Guilherme Ottoni, David I. August

Research output: Contribution to journalArticlepeer-review

1 Scopus citations

Abstract

The recent shift in the industry towards chip multiprocessor (CMP) designs has brought the need for multi-threaded applications to mainstream computing. As observed in several limit studies, most of the parallelization opportunities require looking for parallelism beyond local regions of code. To exploit these opportunities, especially for sequential applications, researchers have recently proposed global multi-threaded instruction scheduling techniques, including DSWP [16] and GREMIO [15]. These techniques simultaneously schedule instructions from large regions of code, such as arbitrary loop nests or whole procedures, and have been shown to be effective at extracting threads for many applications. A key enabler of these global instruction scheduling techniques is the Multi-Threaded Code Generation (MTCG) algorithm proposed in [16], which generates multi-threaded code for any partition of the instructions into threads. This algorithm inserts communication and synchronization instructions in order to satisfy all inter-thread dependences. In this paper, we present a general compiler framework, COCO, to optimize the communication and synchronization instructions inserted by the MTCG algorithm. This framework, based on thread-aware data-flow analyses and graph min-cut algorithms, appropriately models and optimizes all kinds of inter-thread dependences, including register, memory, and control dependences. Our experiments, using a fully automatic compiler implementation of these techniques, demonstrate significant reductions (about 30% on average) in the number of dynamic communication instructions in code parallelized with DSWP and GREMIO. This reduction in communication translates to performance gains of up to 40%.

Original languageEnglish (US)
Pages (from-to)222-232
Number of pages11
JournalACM SIGPLAN Notices
Volume43
Issue number3
DOIs
StatePublished - Mar 2008

All Science Journal Classification (ASJC) codes

  • General Computer Science

Keywords

  • Communication
  • Data-flow analysis
  • Graph min-cut
  • Instruction scheduling
  • Multi-threading
  • Synchronization

Fingerprint

Dive into the research topics of 'Communication optimizations for global multi-threaded instruction scheduling'. Together they form a unique fingerprint.

Cite this