Title :
Dynamic Thread Partition Algorithm Based on Sharing Data on CMP
Author :
Zhou, Deng ; Tian, Ye ; Shen, Hong
Author_Institution :
Sch. of Comput. Sci., Univ. of Sci. & Technol. of China, Hefei, China
Abstract :
At the level of multi-core processors that share the same cache, data sharing among threads which belong to different cores may not enjoy the benifit of non-uniform cache access because it is difficult to determine which core should be set as the local position of data block while each cache block is setting as one of the core´s local block. Studies have found that the cost of long latency access can be reduced by using a proper thread partition/allocation algorithm [5]. However, at present work, researchers pay little attention to thread partitioning algorithms which can reduce the cost of long latency access. In this paper, we present a dynamic thread partitioning algorithm according to data sharing among threads at the level of cache-shared-multicore processers. In our design, the algorithm makes the best effort to minimize shared block accessed by threads of different cores. Compared with the existing work, our new algorithm achieves a performance improvement. We perform experiments on 4 cores and more than 100 threads and the result show that our algorithm can reduce the interaction of threads belonging to different cores between 30% and 50% over the previously known solutions.
Keywords :
cache storage; multi-threading; multiprocessing systems; peer-to-peer computing; CMP; cache-shared-multicore processer; core local block; data block; data sharing; dynamic thread partition algorithm; latency access; nonuniform cache access; Algorithm design and analysis; Arrays; Clustering algorithms; Heuristic algorithms; Instruction sets; Multicore processing; Partitioning algorithms; Data sharing; Multicore thread; On-chip latency; Thread partition;
Conference_Titel :
Parallel and Distributed Computing, Applications and Technologies (PDCAT), 2011 12th International Conference on
Conference_Location :
Gwangju
Print_ISBN :
978-1-4577-1807-6
DOI :
10.1109/PDCAT.2011.36