Closed hanke580 closed 4 years ago
The SPGEMM of indexing: target value: mask[warp_id, mask->ind[edge]] So I think the B_ind here should be mask_csrColInd[edge]
mask[warp_id, mask->ind[edge]]
mask_csrColInd[edge]
That looks right to me. Thank you for the fix!
The SPGEMM of indexing: target value:
mask[warp_id, mask->ind[edge]]
So I think the B_ind here should bemask_csrColInd[edge]