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 7.1 Open Source Release #654

Merged
merged 1 commit into from
Jul 1, 2020
Merged

Conversation

rajeevsrao
Copy link
Collaborator

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

@lgtm-com
Copy link

lgtm-com bot commented Jul 1, 2020

This pull request introduces 33 alerts and fixes 1 when merging 7455abc2383c83ca9725eeba9a7f1af7dcaec602 into 2b8863d - view on LGTM.com

new alerts:

  • 11 for Unused local variable
  • 10 for Unused import
  • 4 for Unreachable code
  • 3 for __eq__ not overridden when adding attributes
  • 1 for Module is imported more than once
  • 1 for Except block handles 'BaseException'
  • 1 for Syntax error
  • 1 for Variable defined multiple times
  • 1 for Use of 'global' at module level

fixed alerts:

  • 1 for Use of the return value of a procedure

Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
@rajeevsrao rajeevsrao removed the request for review from joohoonl-nv July 1, 2020 23:37
@lgtm-com
Copy link

lgtm-com bot commented Jul 1, 2020

This pull request introduces 33 alerts and fixes 1 when merging 805810b into 2b8863d - view on LGTM.com

new alerts:

  • 11 for Unused local variable
  • 10 for Unused import
  • 4 for Unreachable code
  • 3 for __eq__ not overridden when adding attributes
  • 1 for Module is imported more than once
  • 1 for Except block handles 'BaseException'
  • 1 for Syntax error
  • 1 for Variable defined multiple times
  • 1 for Use of 'global' at module level

fixed alerts:

  • 1 for Use of the return value of a procedure

@rajeevsrao rajeevsrao merged commit 9a9cae7 into NVIDIA:master Jul 1, 2020

* Code formatting tools
* [Clang-format](https://clang.llvm.org/docs/ClangFormat.html)
* [Git-clang-format](https://github.com/llvm-mirror/clang/blob/master/tools/clang-format/git-clang-format)

* Required PyPI packages for Demos
* [Tensorflow-gpu](https://pypi.org/project/tensorflow/1.14.0/) == 1.15.0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1.14.0 vs 1.15.0 conflict

Comment on lines +5 to +8
## vNext

### Fixed
- `fold_constants()` will no longer fail if there is nothing to fold in the graph
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should vNext be a specific version here?

tools/onnx-graphsurgeon/README.md Show resolved Hide resolved


NOTE: Along with the TensorRT OSS components, the following source packages will also be downloaded, and they are not required to be installed on the system.

- [ONNX-TensorRT](https://github.com/onnx/onnx-tensorrt) v7.0
- [ONNX-TensorRT](https://github.com/onnx/onnx-tensorrt) v7.1
- [CUB](http://nvlabs.github.io/cub/) v1.8.0
- [Protobuf](https://github.com/protocolbuffers/protobuf.git) v3.8.x
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lgtm-com
Copy link

lgtm-com bot commented Jul 20, 2020

This pull request introduces 33 alerts and fixes 1 when merging 805810b into 2b8863d - view on LGTM.com

new alerts:

  • 11 for Unused local variable
  • 10 for Unused import
  • 4 for Unreachable code
  • 3 for __eq__ not overridden when adding attributes
  • 1 for Module is imported more than once
  • 1 for Except block handles 'BaseException'
  • 1 for Syntax error
  • 1 for Variable defined multiple times
  • 1 for Use of 'global' at module level

fixed alerts:

  • 1 for Use of the return value of a procedure

@rajeevsrao rajeevsrao deleted the release/7.1 branch August 23, 2023 22:29
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.

3 participants