What's Changed
- Support sparse element-wise multiplication in
SparseTensor
viasparse_mat1 * sparse_mat2
(#323) - Fix gradient computation in
to_symmetric
(#327) - Fix empty edge indices handling (#332)
- Add
mps
Apple silicon GPU Acceleration support (#335) - Fix shape of
node_weight
inmetis
computation (#342) - Add PyTorch 2.1.0 support (#344)
New Contributors
- @AndreasBergmeister made their first contribution in #323
- @ezyang made their first contribution in #325
- @jamesmyatt made their first contribution in #330
- @AgarwalSaurav made their first contribution in #331
- @NripeshN made their first contribution in #335
Full Changelog: 0.6.17...0.6.18