We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7301d7 commit b7ddba3Copy full SHA for b7ddba3
1 file changed
README.rst
@@ -18,9 +18,6 @@
18
PyProf - PyTorch Profiling tool
19
===============================
20
21
- **PRE-RELEASE: You are currently on the r20.08 branch which tracks
22
- stabilization towards the new release.**
23
-
24
.. overview-begin-marker-do-not-remove
25
26
PyProf is a tool that profiles and analyzes the GPU performance of PyTorch
@@ -39,6 +36,14 @@ What's New in 3.3.0
39
36
40
37
pyprof.init(enable_function_stack=True)
41
38
+Known Issues
+------------
+
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>`_
47
48
Features
49
--------
0 commit comments