Abstract: Matrix-matrix multiplication is commonly used as the core of operation in linear algebra computations and various applications such as finite element analysis and deep neural networks.
Abstract: Sparse Matrix Vector Multiplication (SpMV) is a key kernel in various domains, that is known to be difficult to parallelize efficiently due to the low spatial locality of data. This is ...