News

In this video from PASC17, Alfio Lazzaro (University of Zurich, Switzerland) presents: Increasing Efficiency of Sparse Matrix-Matrix Multiplication. “Matrix-matrix multiplication is a basic operation ...
Sparse matrix computations are pivotal to advancing high-performance scientific applications, particularly as modern numerical simulations and data analyses demand efficient management of large, ...
Sparse matrix computations are prevalent in many scientific and technical applications. In many simulation applications, the solving of the sparse matrix-vector multiplication (SpMV) is critical for ...
Abstract: General sparse matrix-matrix multiplication (SpGEMM) is a fundamental computational method with wide-ranging applications in scientific simulations, machine learning, and image processing.
A novel AI-acceleration paper presents a method to optimize sparse matrix multiplication for machine learning models, particularly focusing on structured sparsity. Structured sparsity involves a ...
This project implements high-performance dense-dense, dense-sparse, and sparse-sparse matrix multiplication using C++ with configurable multi-threading, SIMD optimizations, and cache miss minimization ...