Add function for the addition of two matrices (#177)
* Create spadd.py
Hi,
Maybe it's trivial to have this function, but I still think it'll be helpful and it looks neat when applying matrix addition, i.e., C = A + B.
Thanks
* update
* update
* fix jit
Co-authored-by:
rusty1s <matthias.fey@tu-dortmund.de>
Showing
test/test_add.py
0 → 100644
torch_sparse/spadd.py
0 → 100644
Please register or sign in to comment