Skip to content

Commit 360eea3

Browse files
committed
Add monthly releases to CHANGELOG
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
1 parent 183f891 commit 360eea3

1 file changed

Lines changed: 47 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,52 @@
11
# TensorRT OSS Release Changelog
22

3+
## [20.12](https://github.com/NVIDIA/TensorRT/releases/tag/20.12) - 2020-12-18
4+
### Added
5+
- Add configurable input size for TLT MaskRCNN Plugin
6+
7+
### Changed
8+
- Update symbol export map for plugins
9+
- Correctly use channel dimension when creating Prelu node
10+
- Fix Jetson cross compilation CMakefile
11+
12+
### Removed
13+
- N/A
14+
15+
16+
## [20.11](https://github.com/NVIDIA/TensorRT/releases/tag/20.11) - 2020-11-20
17+
### Added
18+
- API documentation for [ONNX-GraphSurgeon](https://github.com/NVIDIA/TensorRT/tree/master/tools/onnx-graphsurgeon/docs)
19+
20+
### Changed
21+
- Support for SM86 in [demoBERT](https://github.com/NVIDIA/TensorRT/tree/master/demo/BERT)
22+
- Updated NGC checkpoint URLs for [demoBERT](https://github.com/NVIDIA/TensorRT/tree/master/demo/BERT) and [Tacotron2](https://github.com/NVIDIA/TensorRT/tree/master/demo/Tacotron2).
23+
24+
### Removed
25+
- N/A
26+
27+
28+
## [20.10](https://github.com/NVIDIA/TensorRT/releases/tag/20.10) - 2020-10-22
29+
### Added
30+
- [Polygraphy](https://github.com/NVIDIA/TensorRT/tree/master/tools/Polygraphy) v0.20.13 - Deep Learning Inference Prototyping and Debugging Toolkit
31+
- [PyTorch-Quantization Toolkit](https://github.com/NVIDIA/TensorRT/tree/master/tools/pytorch-quantization) v2.0.0
32+
- Updated BERT plugins for [variable sequence length inputs](https://github.com/NVIDIA/TensorRT/tree/master/demo/BERT#variable-sequence-length)
33+
- Optimized kernels for sequence lengths of 64 and 96 added
34+
- Added Tacotron2 + Waveglow TTS demo [#677](https://github.com/NVIDIA/TensorRT/pull/677)
35+
- Re-enable `GridAnchorRect_TRT` plugin with rectangular feature maps [#679](https://github.com/NVIDIA/TensorRT/pull/679)
36+
- Update batchedNMS plugin to IPluginV2DynamicExt interface [#738](https://github.com/NVIDIA/TensorRT/pull/738)
37+
- Support 3D inputs in InstanceNormalization plugin [#745](https://github.com/NVIDIA/TensorRT/pull/745)
38+
- Added this CHANGELOG.md
39+
40+
### Changed
41+
- ONNX GraphSurgeon - v0.2.7 with bugfixes, new examples.
42+
- demo/BERT bugfixes for Jetson Xavier
43+
- Updated build Dockerfile to cuda-11.1
44+
- Updated ClangFormat style specification according to TensorRT coding guidelines
45+
46+
### Removed
47+
- N/A
48+
49+
350
## [7.2.1](https://docs.nvidia.com/deeplearning/tensorrt/release-notes/tensorrt-7.html#rel_7-2-1) - 2020-10-20
451
### Added
552
- [Polygraphy](tools/Polygraphy) v0.20.13 - Deep Learning Inference Prototyping and Debugging Toolkit

0 commit comments

Comments
 (0)