From cb1099f6b1c3a9d6de9894e4f931eeb5d3657e06 Mon Sep 17 00:00:00 2001 From: dzier Date: Tue, 16 Jun 2020 15:51:51 -0700 Subject: [PATCH] Update README and Versions for 20.07 release --- Dockerfile | 6 +++--- README.rst | 24 ++++++++++++++++++++---- VERSION | 2 +- 3 files changed, 24 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index 23cc140..f8907d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/README.rst b/README.rst index dbf063e..1d8eb35 100644 --- a/README.rst +++ b/README.rst @@ -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 `_ or `NvProf -`_ and provides the -following additional features: +`_. + +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. @@ -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) `_. The +branch for this release is `r20.07 +`_. + Documentation ------------- diff --git a/VERSION b/VERSION index c3598da..944880f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.0dev +3.2.0