paper-with-me

Papers

Optimizing Block-Sparse Matrix Multiplications on CUDA with TVM

2020-07-26 · Zijing Gu

We implemented and optimized matrix multiplications between dense and block-sparse matrices on CUDA. We leveraged TVM, a deep learning compiler, to explore the schedule space of the operation and generate efficient CUDA code. With the automatic parameter tuning in TVM, our cross-thread reduction based implementation achieved competitive or better performance compared with other state-of-the-art frameworks.

📄 PDF Abstract BibTeX arXiv:2007.13055

Code (1)

ceruleangu/Block-Sparse-Benchmark 공식 구현 tf

Similar Papers 제목 키워드 기반

Secure Sparse Matrix Multiplications and their Applications to Privacy-Preserving Machine Learning

2025-10-16 · Marc Damie, Florian Hahn, Andreas Peter, Jan Ramon arxiv

To preserve data privacy, multi-party computation (MPC) enables executing Machine Learning (ML) algorithms on private data. However, MPC frameworks do not include optimized operations on sparse data. This absence makes t…

Block-wise Dynamic Sparseness

2020-01-14 · Amir Hadifar, Johannes Deleu, Chris Develder, Thomas Demeester

Neural networks have achieved state of the art performance across a wide variety of machine learning tasks, often with large and computation-heavy models. Inducing sparseness as a way to reduce the memory and computation…

Language ModelingLanguage Modelling

Neural incomplete factorization: learning preconditioners for the conjugate gradient method

2023-05-25 · Paul Häusner, Ozan Öktem, Jens Sjölund

The convergence of the conjugate gradient method for solving large-scale and sparse linear equation systems depends on the spectral properties of the system matrix, which can be improved by preconditioning. In this paper…

Computational Efficiency

SpargeAttention: Accurate and Training-free Sparse Attention Accelerating Any Model Inference

2025-02-25 · Jintao Zhang, Chendong Xiang, Haofeng Huang, Jia Wei 외

An efficient attention implementation is essential for large models due to its quadratic time complexity. Fortunately, attention commonly exhibits sparsity, i.e., many values in the attention map are near zero, allowing …

modelVideo Generation

PopSparse: Accelerated block sparse matrix multiplication on IPU

2023-03-29 · Zhiyi Li, Douglas Orr, Valeriu Ohan, Godfrey Da Costa 외

Reducing the computational cost of running large scale neural networks using sparsity has attracted great attention in the deep learning community. While much success has been achieved in reducing FLOP and parameter coun…

GPU