Skip to content

Commit dceef30

Browse files
committed
Update release notes for changes that resolve #1390
1 parent 675148a commit dceef30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RELEASENOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ __Bug Fixes__:
1212
#1383 `torch.linalg.vector_norm`: Make `ord`-argument optional, as specified in docs<br/>
1313
#1385 PackedSequence now participates in the DisposeScope system at the same level as Tensor objects.<br/>
1414
#1387 Attaching tensor to a DisposeScope no longer makes Statistics.DetachedFromScopeCount go negative.<br/>
15+
#1390 DisposeScopeManager.Statistics now includes DisposedOutsideScopeCount and AttachedToScopeCount. ThreadTotalLiveCount is now exact instead of approximate. ToString gives a useful debug string, and documentation is added for how to troubleshoot memory leaks. Also DisposeScopeManager.Statistics.TensorStatistics and DisposeScopeManager.Statistics.PackedSequenceStatistics provide separate metrics for these objects.
1516

1617
# NuGet Version 0.103.0
1718

0 commit comments

Comments
 (0)