TWiki
>
CSLab Web
>
ActivitiesProjects
>
SPMV
(revision 9) (raw view)
Edit
Attach
---++ Sparse Matrix-Vector Multiplication Sparse Matrix-Vector Multiplication (!SPMV) is one of the most important computational kernels, lying at the heart of very effective and popular iterative solution methods like Conjugate Gradient (CG) and Generalized Minimal Residual (GMRES). Sparse matrices are generally stored in special formats (e.g. the Compressed Storage Row format) in order to save memory space and computations. !SPMV is a challenging kernel posing various problems to the underlying architecture that need to be well understood in order consolidate an effective optimization process. Our work "Understanding the Performance of Sparse Matrix-Vector Multiplication" ([[http://www.cslab.ece.ntua.gr/~goumas/Publications/downloads/euromicro2008.pdf][pdf]]) published in Euromicro/PDP 2008 performs an extensive experimental evaluation of !SPMV that leads to a number of optimization guidelines. The major problem that needs to be addressed is the memory bottleneck caused by the data intensity of the algorithm, which is further aggravated by the extra indexing information kept by the sparse matrix storage format. One approach to deal with this problem is to sacrifice CPU cycles in order to compress the data involved in the kernel and consequently alleviate the memory bus from excessive data transfers. A method to compress the indexing information of the matrix structure and the numerical values of the matrix is presented in [[http://www.computingfrontiers.org/][CF'08]] ([[http://www.cslab.ece.ntua.gr/~goumas/Publications/downloads/cf2008.pdf][pdf]]) ---+++ Publications * G. Goumas, K. Kourtis, N. Anastopoulos, V. Karakasis and N. Koziris, "[[http://www.cslab.ece.ntua.gr/~goumas/Publications/downloads/euromicro2008.pdf][Understanding the Performance of Sparse Matrix-Vector Multiplication]]," Proceedings of the 16th Euromicro International Conference on Parallel, Distributed and network-based Processing (PDP2008), Toulouse, France, 13-15 February, 2008 * K. Kourtis, G. Goumas, and N. Koziris, "[[http://www.cslab.ece.ntua.gr/~goumas/Publications/downloads/cf2008.pdf][Optimizing Sparse Matrix-Vector Multiplication Using Index and Value Compression]]," Proceedings of the ACM International Conference on Computing Frontiers, Ischia, Italy, 4-6 May, 2008
Edit
|
Attach
|
Watch
|
P
rint version
|
H
istory
:
r17
|
r11
<
r10
<
r9
<
r8
|
B
acklinks
|
V
iew topic
|
Raw edit
|
More topic actions...
Topic revision: r9 - 2008-03-11
-
NikosAnastopoulos
CSLab
Research
Research Areas
Activities/Projects
Bibliography Portal
Courses
Computer Architecture
Advanced Computer Architecture
Operating Systems
CSLab
Home
People
CSLab Web
Create New Topic
Index
Search
Changes
Notifications
Statistics
Preferences
No permission to view
TWiki.WebLeftBarWebsList
No permission to view
TWiki.WebTopBar
No permission to view
TWiki.WebBottomBar