Skip to content

Commit 8adad9d

Browse files
committed
Add changelog entry
1 parent ea5dfac commit 8adad9d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ changes that do not affect the user.
1616

1717
- Refactored the underlying optimization problem that `UPGrad` and `DualProj` have to solve to
1818
project onto the dual cone. This may minimally affect the output of these aggregators.
19+
- Refactored internal verifications in the autojac engine so that they do not run at runtime
20+
anymore. This should minimally improve the performance and reduce the memory usage of `backward`
21+
and `mtl_backward`.
1922

2023
### Fixed
2124
- Fixed the behavior of `backward` and `mtl_backward` when some tensors are repeated (i.e. when they

0 commit comments

Comments
 (0)