Functionsยง
- spmm
- Performs the multiplication of a sparse matrix
matrix_aand a dense matrixmatrix_b. Formally, it computesC = alpha * op(A) * op(B) + beta * C, where: - spmm_
buffer_ size - spmm_op
- spmm_
preprocess
matrix_a and a dense matrix matrix_b.
Formally, it computes C = alpha * op(A) * op(B) + beta * C, where: