Sciweavers

236 search results - page 5 / 48
» Fast Sparse Matrix Multiplication
Sort
View
106
Voted
CORR
2010
Springer
127views Education» more  CORR 2010»
15 years 1 months ago
Exact Sparse Matrix-Vector Multiplication on GPU's and Multicore Architectures
We propose different implementations of the sparse matrix
Brice Boyer, Jean-Guillaume Dumas, Pascal Giorgi
180
Voted
ICDT
2009
ACM
129views Database» more  ICDT 2009»
16 years 2 months ago
Faster join-projects and sparse matrix multiplications
Computing an equi-join followed by a duplicate eliminating projection is conventionally done by performing the two operations in serial. If some join attribute is projected away t...
Rasmus Resen Amossen, Rasmus Pagh
119
Voted
PPSC
1997
15 years 3 months ago
Improving Memory-System Performance of Sparse Matrix-Vector Multiplication
Sparse matrix-vector multiplication is an important kernel that often runs inefficiently on superscalar RISC processors. This paper describes techniques that increase instruction-...
Sivan Toledo
124
Voted
WCE
2007
15 years 3 months ago
Sparse Matrix Multiplication Using UPC
—Partitioned global address space (PGAS) languages, such as Unified Parallel C (UPC) have the promise of being productive. Due to the shared address space view that they provide,...
Hoda El-Sayed, Eric Wright
185
Voted
PARLE
1994
15 years 5 months ago
Run-Time Optimization of Sparse Matrix-Vector Multiplication on SIMD Machines
Sparse matrix-vector multiplication forms the heart of iterative linear solvers used widely in scientific computations (e.g., finite element methods). In such solvers, the matrix-v...
Louis H. Ziantz, Can C. Özturan, Boleslaw K. ...