Skip to content

Commit

Permalink
[Release][CLI] Bug fix release v0.2.1
Browse files Browse the repository at this point in the history
This release contains bug fixes and performance enhancements:

- 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 dunders from being tracked (15cd27c)
  • Loading branch information
geoffxy committed Jan 29, 2020
1 parent 428b805 commit 615e773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/skyline/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.0"
__version__ = "0.2.1"

__description__ = "Interactive in-editor performance profiling, visualization, and debugging for PyTorch neural networks."

Expand Down

0 comments on commit 615e773

Please sign in to comment.