摘要
矩阵三角分解是一个在科学与工程计算中经常使用且计算量巨大的问题.为能充分利用多核与多GPU系统的计算资源,设计开发了并行异构系统的分块矩阵并行分解算法.该算法根据多核与多GPU的性能,对矩阵进行分块,确保并行粒度与负载平衡;应用静态列块分配方法减少了通信开销并保持了代码的简洁性.
Matrix triangular factorization is a computing complex problem and used in science and engineering computing. Making the most of computing power of the multi-core and multi-GPU system,we design a matrix block parallel factorization algorithm for heterogeneous parallel system. The size of matrix block is determined by the performance of multi-core and multi-GPU,which ensures the load balancing and parallel granularity. By using static column block allocating strategy,the algorithm keeps with simple codes and lower communication cost.
出处
《闽江学院学报》
2016年第5期65-71,共7页
Journal of Minjiang University
基金
福建省自然科学基金项目(2015J01659)
福建省属高校专项计划(JK2012038)
福建省中青年教师教育科研项目(JA13255)
闽江学院科研育苗项目(YKY13006)