gunrock / graphblast

High-Performance Linear Algebra-based Graph Primitives on GPUs
Apache License 2.0
209 stars 27 forks source link

[SPGEMM] Bug Fix for indexing #21

Closed hanke580 closed 3 years ago

hanke580 commented 3 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]

ctcyang commented 3 years ago

That looks right to me. Thank you for the fix!