Skip to content

Commit 546d54e

Browse files
authored
sparse_frontend (#191)
Summary: claude + 1 manual fixup Test Plan:
1 parent ba900df commit 546d54e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,20 +48,20 @@ Feel free to use https://github.com/pytorch/pytorch/releases/tag/v2.10.0 as an e
4848
### deprecation
4949
### new features
5050
### 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))
5153
### bug fixes
54+
- Fixed `torch.sparse.spdiags` crashing with zero-dimension shapes ([#174052](https://github.com/pytorch/pytorch/pull/174052))
5255
### performance
5356
### docs
57+
- Fixed incorrect gradient support documentation for `torch.sparse.mm` and `torch.sparse.addmm` ([#174039](https://github.com/pytorch/pytorch/pull/174039))
5458
### devs
5559
### Untopiced
56-
- Remove outdated AT_USE_HIPSPARSE_TRIANGULAR_SOLVE branches ([#166392](https://github.com/pytorch/pytorch/pull/166392))
57-
- Add view_as_real and view_as_complex for sparse tensors ([#164964](https://github.com/pytorch/pytorch/pull/164964))
58-
- Fix triton related pyrefly errors ([#171214](https://github.com/pytorch/pytorch/pull/171214))
59-
- Fix torch.sparse.spdiags crash with zero-dimension shapes ([#174052](https://github.com/pytorch/pytorch/pull/174052))
60-
- [docs] Fix incorrect gradient support documentation for torch.sparse.mm and sparse.addmm ([#174039](https://github.com/pytorch/pytorch/pull/174039))
61-
- Raise Warning Once when invariants check is disabled ([#171695](https://github.com/pytorch/pytorch/pull/171695))
6260
### not user facing
61+
- Remove outdated `AT_USE_HIPSPARSE_TRIANGULAR_SOLVE` branches ([#166392](https://github.com/pytorch/pytorch/pull/166392))
62+
- Fix triton related pyrefly errors ([#171214](https://github.com/pytorch/pytorch/pull/171214))
6363
- Fix assert in top level files and utils ([#170226](https://github.com/pytorch/pytorch/pull/170226))
6464
- [BE][MPS] Don't pass `nnz` to `mark_segments` ([#170403](https://github.com/pytorch/pytorch/pull/170403))
65-
- Add missing thrust include. ([#171210](https://github.com/pytorch/pytorch/pull/171210))
65+
- Add missing thrust include ([#171210](https://github.com/pytorch/pytorch/pull/171210))
6666
- Fix pyrefly errors by using `pyrefly check --suppress-errors` ([#171188](https://github.com/pytorch/pytorch/pull/171188))
6767
### security

0 commit comments

Comments
 (0)