-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Conversation
This pull request introduces 33 alerts and fixes 1 when merging 7455abc2383c83ca9725eeba9a7f1af7dcaec602 into 2b8863d - view on LGTM.com new alerts:
fixed alerts:
|
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
This pull request introduces 33 alerts and fixes 1 when merging 805810b into 2b8863d - view on LGTM.com new alerts:
fixed alerts:
|
|
||
* 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 |
There was a problem hiding this comment.
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
## vNext | ||
|
||
### Fixed | ||
- `fold_constants()` will no longer fail if there is nothing to fold in the graph |
There was a problem hiding this comment.
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?
|
||
|
||
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pretty sure this should protobuf version is v3.0.0 per #378 and https://github.com/NVIDIA/TensorRT/pull/654/files#diff-af3b638bc2a3e6c650974192a53c7291R85
This pull request introduces 33 alerts and fixes 1 when merging 805810b into 2b8863d - view on LGTM.com new alerts:
fixed alerts:
|
Signed-off-by: Rajeev Rao rajeevrao@nvidia.com