To advance research focused on the reuse of exact property knowledge for recompilation, we need to extend the EwBinaryMat and EwUnaryMat kernels to support efficient operations for matrix addition between dense and sparse matrices. Specifically, the following kernels are required for the ADD operation:
To advance research focused on the reuse of exact property knowledge for recompilation, we need to extend the
EwBinaryMat
andEwUnaryMat
kernels to support efficient operations for matrix addition between dense and sparse matrices. Specifically, the following kernels are required for theADD
operation:EwBinaryMat Kernels:
DenseMatrix <- CSRMatrix, DenseMatrix
DenseMatrix <- DenseMatrix, CSRMatrix
CSRMatrix <- CSRMatrix, DenseMatrix
EwUnaryMat Kernels:
CSRMatrix <- CSRMatrix