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
Copy file name to clipboardExpand all lines: 2.11.0/done/result_sparse_frontend.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,20 +48,20 @@ Feel free to use https://github.com/pytorch/pytorch/releases/tag/v2.10.0 as an e
48
48
### deprecation
49
49
### new features
50
50
### improvements
51
+
-`torch.view_as_real` and `torch.view_as_complex` now support sparse tensors ([#164964](https://github.com/pytorch/pytorch/pull/164964))
52
+
- Sparse tensor invariants check warning is now raised only once when the check is disabled, instead of on every operation ([#171695](https://github.com/pytorch/pytorch/pull/171695))
51
53
### bug fixes
54
+
- Fixed `torch.sparse.spdiags` crashing with zero-dimension shapes ([#174052](https://github.com/pytorch/pytorch/pull/174052))
52
55
### performance
53
56
### docs
57
+
- Fixed incorrect gradient support documentation for `torch.sparse.mm` and `torch.sparse.addmm` ([#174039](https://github.com/pytorch/pytorch/pull/174039))
0 commit comments