IPSJ Digital Courier
Online ISSN : 1349-7456
ISSN-L : 1349-7456
Parallel Skeletons for Sparse Matrices in SkeTo Skeleton Library
Yuki KarasawaHideya Iwasaki
著者情報
ジャーナル フリー

2008 年 4 巻 p. 167-181

詳細
抄録
Skeletal parallel programming makes both parallel programs development and parallelization easier. The idea is to abstract generic and recurring patterns within parallel programs as skeletons and provide them as a library whose parallel implementations are transparent to the programmer. SkeTo is a parallel skeleton library that enables programmers to write parallel programs in C++ in a sequential style. However, SkeTo's matrix skeletons assume that a matrix is dense, so they are incapable of efficiently dealing with a sparse matrix, which has many zeros, because of duplicated computations and commutations of identical values. This problem is solved by re-formalizing the matrix data type to cope with sparse matrices and by implementing a new C++ class of SkeTo with efficient sparse matrix skeletons based on this new formalization. Experimental results show that the new skeletons for sparse matrices perform well compared to existing skeletons for dense matrices.
著者関連情報
© 2008 by the Information Processing Society of Japan
前の記事 次の記事
feedback
Top