Skip to content

Commit

Permalink
Update README for 20.08 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dzier committed Aug 28, 2020
1 parent e7301d7 commit b7ddba3
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
PyProf - PyTorch Profiling tool
===============================

**PRE-RELEASE: You are currently on the r20.08 branch which tracks
stabilization towards the new release.**

.. overview-begin-marker-do-not-remove
PyProf is a tool that profiles and analyzes the GPU performance of PyTorch
Expand All @@ -39,6 +36,14 @@ What's New in 3.3.0

pyprof.init(enable_function_stack=True)

Known Issues
------------

* Forward-Backward kernel correlation heuristics do not work correctly with
PyTorch 1.6. Recommended work arounds include:

* Use with PyTorch 1.5
* Use DLProf in the `20.08 NGC Pytorch container <https://ngc.nvidia.com/catalog/containers/nvidia:pytorch>`_

Features
--------
Expand Down

0 comments on commit b7ddba3

Please sign in to comment.