Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TensorRT OSS release v7.2.1 #835

Merged
merged 1 commit into from
Oct 20, 2020
Merged

Conversation

rajeevsrao
Copy link
Collaborator

TensorRT-OSS 7.2.1 - 2020-10-20

Added

  • Polygraphy v0.20.13 - Deep Learning Inference Prototyping and Debugging Toolkit
  • PyTorch-Quantization Toolkit v2.0.0
  • Updated BERT plugins for variable sequence length inputs
    • Optimized kernels for sequence lengths of 64 and 96 added
  • Added Tacotron2 + Waveglow TTS demo #677
  • Re-enable GridAnchorRect_TRT plugin with rectangular feature maps #679
  • Update batchedNMS plugin to IPluginV2DynamicExt interface #738
  • Support 3D inputs in InstanceNormalization plugin #745
  • Added this CHANGELOG.md

Changed

  • ONNX GraphSurgeon - v0.2.7 with bugfixes, new examples.
  • demo/BERT bugfixes for Jetson Xavier
  • Updated build Dockerfile to cuda-11.1
  • Updated ClangFormat style specification according to TensorRT coding guidelines

Signed-off-by: Rajeev Rao rajeevrao@nvidia.com

@lgtm-com
Copy link

lgtm-com bot commented Oct 20, 2020

This pull request introduces 69 alerts and fixes 1 when merging 91281699306c2d4f754af056284e42cc9ddc7656 into 30bb967 - view on LGTM.com

new alerts:

  • 26 for Unused import
  • 13 for Missing call to __init__ during object initialization
  • 12 for Unused local variable
  • 12 for Except block handles 'BaseException'
  • 1 for __eq__ not overridden when adding attributes
  • 1 for Module is imported more than once
  • 1 for Module imports itself
  • 1 for Unused argument in a formatting call
  • 1 for Variable defined multiple times
  • 1 for Use of 'global' at module level

fixed alerts:

  • 1 for Unused import

@lgtm-com
Copy link

lgtm-com bot commented Oct 20, 2020

This pull request introduces 69 alerts and fixes 1 when merging af01f4f047f19f43aa10159f138382deebf20777 into 30bb967 - view on LGTM.com

new alerts:

  • 26 for Unused import
  • 13 for Missing call to __init__ during object initialization
  • 12 for Unused local variable
  • 12 for Except block handles 'BaseException'
  • 1 for __eq__ not overridden when adding attributes
  • 1 for Module is imported more than once
  • 1 for Module imports itself
  • 1 for Unused argument in a formatting call
  • 1 for Variable defined multiple times
  • 1 for Use of 'global' at module level

fixed alerts:

  • 1 for Unused import

Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
@lgtm-com
Copy link

lgtm-com bot commented Oct 20, 2020

This pull request introduces 69 alerts and fixes 1 when merging 72bc4dc into 30bb967 - view on LGTM.com

new alerts:

  • 26 for Unused import
  • 13 for Missing call to __init__ during object initialization
  • 12 for Unused local variable
  • 12 for Except block handles 'BaseException'
  • 1 for __eq__ not overridden when adding attributes
  • 1 for Module is imported more than once
  • 1 for Module imports itself
  • 1 for Unused argument in a formatting call
  • 1 for Variable defined multiple times
  • 1 for Use of 'global' at module level

fixed alerts:

  • 1 for Unused import

@rajeevsrao rajeevsrao merged commit 492878b into NVIDIA:master Oct 20, 2020
@rajeevsrao rajeevsrao deleted the dev/master branch November 2, 2020 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants