Skip to content

Memory and iteration run time profiling fixes

Compare
Choose a tag to compare
@geoffxy geoffxy released this 29 Jan 03:01
· 150 commits to master since this release

This release contains and bug fixes associated with both memory and iteration run time profiling.

Bug fixes

  • Fix leftover function name changes from refactoring (9538245)
  • Fixed an issue that caused extra memory to be tracked (0bb9403)
  • Avoid unnecessarily cloning tensors during backward pass profiling (1a40832)
  • Avoid overwriting report output files if they exist (e6ed70e)
  • Exclude unrelated double underscore functions from being tracked (15cd27c)