1. What have the authors contributed in "Efficient sparse matrix multiple-vector multiplication using a bitmapped format" ?
Kannan et al. this paper proposed a block-based sparse matrix multiplication algorithm for the MBR format.
read more
2. What future works have the authors mentioned in the paper "Efficient sparse matrix multiple-vector multiplication using a bitmapped format" ?
There is ample scope to tune performance by modifying parameters such as the block size and effects of such tuning will be the topic of future work.. This article has focussed on establishing the performance of the MBR format and the algorithm for sequential execution, paving the way for its parallelization, which will be explored in future work.
read more
3. What are the reasons for the low utilisation of sparse matrix multiplication routines?
The reasons for the low utilisation are a) indexing overheads associated with storing and accessing elements of sparse matrices and b) irregular memory accesses leading to low reuse of entries loaded in caches and registers.
read more
4. What is the aim of this work?
whilst bitmasked CSB is geared towards optimizing parallel execution, the aim of this work is to obtain a high throughput for multiple vectors in the sequential case.
read more





