BEGIN:VCALENDAR PRODID:-//Microsoft Corporation//Outlook MIMEDIR//EN VERSION:1.0 BEGIN:VEVENT DTSTART:20131119T210000Z DTEND:20131119T213000Z LOCATION:405/406/407 DESCRIPTION;ENCODING=QUOTED-PRINTABLE:ABSTRACT: Accelerating a single thread in current parallel systems remains a challenging problem, because sequential threads do not naturally take advantage of the additional cores. Recent work shows that automatic extraction of pipeline parallelism is an effective way to speed up single thread execution. However, two problems remain challenging: load balancing and inter-thread communication. This work shows a new mechanism to exploit pipeline parallelism that naturally solves the load balancing and communication problems. This compiler-based technique automatically extracts the pipeline stages and executes them in a data parallel fashion, using token-based chunked synchronization to handle sequential stages. This technique provides linear speedup for several applications, and outperforms prior techniques to exploit pipeline parallelism by as much as 50%. SUMMARY:Load-Balanced Pipeline Parallelism PRIORITY:3 END:VEVENT END:VCALENDAR