"src/vscode:/vscode.git/clone" did not exist on "16e771c09c7488f08da59b0328d698eed53ea45e"
[Feature] Add cuda support for Sparse Matrix multiplication, summation and masking (#2782)
* init cuda support * cuSPARSE err * passed unittest for csr_mm/SpGEMM. int64 not supported * Debugging cuSPARSE error 3 * csrgeam only supports int32? * disabling int64 for cuda * refactor and add CSRMask * lint * oops * remove todo * rewrite CSRMask with CSRGetData * lint * fix test * address comments * lint * fix * addresses comments and rename BUG_ON Co-authored-by:Israt Nisa <nisisrat@amazon.com> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-30-71.ec2.internal> Co-authored-by:
Quan Gan <coin2028@hotmail.com> Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com> Co-authored-by:
Minjie Wang <wmjlyjemaine@gmail.com>
Showing
src/array/cuda/csr_mm.cu
0 → 100644
src/array/cuda/csr_sum.cu
0 → 100644
Please register or sign in to comment