Skip to content

Releases: rusty1s/pytorch_sparse

0.4.3

14 Oct 15:16

Choose a tag to compare

This release brings PyTorch 1.3 support to torch-sparse.

0.4.0

01 May 09:32

Choose a tag to compare

  • PyTorch 1.1.0

0.2.4

06 Mar 15:06

Choose a tag to compare

  • multi-GPU support

0.2.3

24 Jan 13:27

Choose a tag to compare

pytorch min version 1.0

0.2.2

14 Nov 20:11

Choose a tag to compare

  • Major installation bugfix

0.2.1

20 Oct 13:50

Choose a tag to compare

  • Fixed cusparse linking error

0.2.0

13 Aug 12:00

Choose a tag to compare

  • Operations now take index and value tensors instead of torch sparse tensors
  • Added coalesce, transpose and sparse-dense matrix multiplication

0.1.0

01 Aug 12:32

Choose a tag to compare

  • SparseTensor autograd capabilties
  • Sparse Sparse Matrix Multiplication