共 50 条
Exploring HPC Parallelism with Data-Driven Multithreating
被引:3
|作者:
Christofi, Constantinos
[1
]
Michael, George
[1
]
Trancoso, Pedro
[1
]
Evripidou, Paraskevas
[1
]
机构:
[1] Univ Cyprus, Dept Comp Sci, Nicosia, Cyprus
来源:
关键词:
CMP;
D O I:
10.1109/DFM.2012.11
中图分类号:
TP301 [理论、方法];
学科分类号:
081202 ;
摘要:
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 2x.
引用
收藏
页码:10 / 17
页数:8
相关论文