DocumentCode :
637444
Title :
Exploring HPC Parallelism with Data-Driven Multithreating
Author :
Christofi, C. ; Michael, George ; Trancoso, P. ; Evripidou, Paraskevas
Author_Institution :
Dept. of Comput. Sci., Univ. of Cyprus, Nicosia, Cyprus
fYear :
2012
fDate :
19-23 Sept. 2012
Firstpage :
10
Lastpage :
17
Abstract :
The switch to Multi-core systems has ended the reliance on the single processor for increase in performance and moved into Parallelism. However, the exponential growth in performance of the single processor in the 80\´s and 90\´s had overshadowed the drive for efficient Parallelism and relegate it into a niche research area, mostly for High Performance Computing (HPC). Parallelism now is in the forefront and holds the burden for utilising the extra resources of Moore\´s law to maintain the exponential growth of the computing systems. In the drive to utilise parallel models of computation, Data-Flow models have recently been "re-visited" for exploiting parallelism in the multi and many core systems. Data-Driven Multithreading (DDM) is one such model which is based on Dynamic Data- Flow principles, that can expose the maximum parallelism of an application. DDM schedules Threads based on Data availability driven by a producer consumer graph. DDM enforces single assignments semantics on the data passed from producer to consumer. In this paper we present a preliminary evaluation of whether DDM can be viable candidate for HPC. We study the scalability of a small subset of the LINPACK benchmark using the Data-Driven Multithreading for a system with a 48 cores. We implement three test case operations: Matrix Multiplication, LU and Cholesky decompositions and use them to test their scalability and performance. We use optimized linear algebra kernel operation for the basic operations performed in the threads. We compare our DDM implementations against PLASMA, a state-of-the art linear algebra library for HPC computing, and show that applications using the DDM model can scale efficiently and observe a performance improvement of up to 2×.
Keywords :
matrix multiplication; multi-threading; Cholesky decompositions; DDM; HPC parallelism; LINPACK benchmark; data-driven multithreating; high performance computing; linear algebra kernel operation; linear algebra library; matrix multiplication; Computational modeling; Instruction sets; Kernel; Libraries; Matrix decomposition; Parallel processing;
fLanguage :
English
Publisher :
ieee
Conference_Titel :
Data-Flow Execution Models for Extreme Scale Computing (DFM), 2012
Conference_Location :
Minneapolis, MN
Type :
conf
DOI :
10.1109/DFM.2012.11
Filename :
6612855
Link To Document :
بازگشت