Skip to content

Commit

Permalink
Update README and Versions for 20.07 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dzier committed Jun 17, 2020
1 parent 77a4e70 commit cb1099f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG BASE_IMAGE=nvcr.io/nvidia/pytorch:20.03-py3
ARG BASE_IMAGE=nvcr.io/nvidia/pytorch:20.07-py3

############################################################################
## Install PyProf
############################################################################
FROM $BASE_IMAGE

ARG PYPROF_VERSION=3.2.0dev
ARG PYPROF_CONTAINER_VERSION=20.07dev
ARG PYPROF_VERSION=3.2.0
ARG PYPROF_CONTAINER_VERSION=20.07

# Copy entire repo into container even though some is not needed for the
# build itself... because we want to be able to copyright check on
Expand Down
24 changes: 20 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,27 @@
PyProf - PyTorch Profiling tool
===============================

**LATEST RELEASE: You are currently working on the master branch which
tracks under-development progress towards the next release.**
**PRE-RELEASE: You are currently on the r20.07 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
models. PyProf aggregates kernel performance from `Nsight Systems
<https://developer.nvidia.com/nsight-systems>`_ or `NvProf
<https://developer.nvidia.com/nvidia-visual-profiler>`_ and provides the
following additional features:
<https://developer.nvidia.com/nvidia-visual-profiler>`_.

What's New in 3.2.0
-------------------

* Monkey patch support for APEX, fused Adam, and Layer Norm functions

* PyYAML requirement has been removed

* Error handling for non-existent parse file arguments has been added

Features
--------

* Identifies the layer that launched a kernel: e.g. the association of
`ComputeOffsetsKernel` with a concrete PyTorch layer or API is not obvious.
Expand All @@ -51,6 +62,11 @@ following additional features:

.. overview-end-marker-do-not-remove
The current release of PyProf is 3.2.0 and is available in the 20.07 release of
the PyTorch container on `NVIDIA GPU Cloud (NGC) <https://ngc.nvidia.com>`_. The
branch for this release is `r20.07
<https://github.com/NVIDIA/PyProf/tree/r20.07>`_.

Documentation
-------------

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.0dev
3.2.0

0 comments on commit cb1099f

Please sign in to comment.