[Feature] Sparse-sparse matrix multiplication, addition, and masking (#2753)
* test * more stuff * add test * fixes * optimize algo * replace unordered_map with arrays * lint * lint x2 * oops * disable gpu csrmm tests * remove gpu invocation * optimize with openmp * remove python functions * add back with docstrings * lint * lint * update python interface * functionize * functionize * lint * lint
Showing
src/array/cpu/csr_mask.cc
0 → 100644
src/array/cpu/csr_mm.cc
0 → 100644
src/array/cpu/csr_sum.cc
0 → 100644
tests/cpp/test_csrmm.cc
0 → 100644
Please register or sign in to comment