An Efficient Thread Recombinnig at Program Phase Changes

Info

Kosuke SOBUE, Tomoaki TSUMURA, Hiroshi MATSUO : "An Efficient Thread Recombinnig at Program Phase Changes", Proc. 3rd Int'l Workshop on Advances in Networking and Computing (WANC'12) ,pp316--320 (Dec. 2012) Proceeding

Abstract

Chip-multiprocessors now have become in wide use. For efficiently using the resources in chip-multiprocessors, programmers need to consider processor specifications and load balancing, but it is difficult for them. To address this problem, Thread Tailor has been proposed. Thread Tailor determines the number of threads based on processor specifications before execution, balances their loads based on the results of profiling and combines threads. However, Thread Tailor determines which threads should be combined based on only the number of executed cycles of each thread. Hence, the programs, whose threads change their computation loads according to program phases, may slow down with Thread Tailor. To solve this problem, we propose a method which dynamically recombines threads according to program phases for balancing the loads. The results of the experiment with SPLASH-2 benchmark suite and PARSEC benchmark suite show that the new method improves the execution time 6.0% in maximum.