Skip to content

Commit b7ddba3

Browse files
committed
Update README for 20.08 release
1 parent e7301d7 commit b7ddba3

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

README.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
PyProf - PyTorch Profiling tool
1919
===============================
2020

21-
**PRE-RELEASE: You are currently on the r20.08 branch which tracks
22-
stabilization towards the new release.**
23-
2421
.. overview-begin-marker-do-not-remove
2522
2623
PyProf is a tool that profiles and analyzes the GPU performance of PyTorch
@@ -39,6 +36,14 @@ What's New in 3.3.0
3936

4037
pyprof.init(enable_function_stack=True)
4138

39+
Known Issues
40+
------------
41+
42+
* Forward-Backward kernel correlation heuristics do not work correctly with
43+
PyTorch 1.6. Recommended work arounds include:
44+
45+
* Use with PyTorch 1.5
46+
* Use DLProf in the `20.08 NGC Pytorch container <https://ngc.nvidia.com/catalog/containers/nvidia:pytorch>`_
4247

4348
Features
4449
--------

0 commit comments

Comments
 (0)