Optimizing Block-Sparse Matrix Multiplications on CUDA with TVM

Zijing Gu
DOI: https://doi.org/10.48550/arXiv.2007.13055
2020-07-26
Mathematical Software
Abstract: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.
What problem does this paper attempt to address?