Releases: rusty1s/pytorch_sparse
Releases · rusty1s/pytorch_sparse
0.4.3
This release brings PyTorch 1.3 support to torch-sparse
.
0.2.2
- Major installation bugfix
0.2.1
- Fixed
cusparse
linking error
0.2.0
- Operations now take index and value tensors instead of torch sparse tensors
- Added coalesce, transpose and sparse-dense matrix multiplication
0.1.0
- SparseTensor autograd capabilties
- Sparse Sparse Matrix Multiplication