REVIEW 1 cited by
Improving Locality in Sparse and Dense Matrix Multiplications
Not yet reviewed by Pith; the record is open.
This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.
SPECIMEN: schema-true, not a live event
T0 review · schema-true
One-sentence machine reading of the paper's core claim.
pith:XXXXXXXX · record.json · timestamp
Signed reviews
abstract
Consecutive matrix multiplications are commonly used in graph neural networks and sparse linear solvers. These operations frequently access the same matrices for both reading and writing. While reusing these matrices improves data locality, it presents a challenge due to the irregular dependencies between iterations across the two multiplication operations. Existing fusion methods often introduce excessive synchronization overhead or overlapped computations with limited benefits. This paper proposes tile fusion, a runtime approach that fuses tiles of the two matrix-matrix multiplications, where at least one of the involved matrices is sparse. Tile fusion aims to improve data locality while providing sufficient workload for cores in shared-memory multi-core processors. For a pair of matrix-matrix multiplications, tile fusion outperforms unfused baseline and MKL implementations with a geometric mean speedup of 1.97$\times$ 1.64$\times$, respectively, on multi-core CPUs.
Forward citations
Cited by 1 Pith paper
-
A Novel Compiler Transformation for Fast Sparse Matrix Multiplication in GPUs
Enumerate-and-sparse-coarsen, a source-to-source GPU compiler transformation for sparse matrix-dense matrix multiplication, reports 1.4-2.3x speedups over cuBLAS and cuSPARSE on A100 for DLMC matrices, with the exact ...
Discussion (0). Continue with ORCID to comment.