You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release introduces the partition function based on the METIS library which re-orders the entries of a SparseTensor according to a computed partition. Note that the METIS library needs to be installed and WITH_METIS=1 needs to be set in order to make use of this function.
This release includes a major rewriting of torch-sparse by introducing the SparseTensor class, which is fully differentiable and traceable. The SparseTensor class is still undocumented and not well-tested, and should hence be used with caution. All known functions from earlier versions still work as expected.