-
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 OSS 22.04 release #1923
Conversation
This pull request introduces 66 alerts and fixes 14 when merging 80ec139695f3222d12dcffdad0452512b603b432 into 46253b6 - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 66 alerts and fixes 14 when merging 684aab4ad057ce01588c290844e713521e7f00ec into 46253b6 - view on LGTM.com new alerts:
fixed alerts:
|
Signed-off-by: Vincent Huang <vincenth@nvidia.com> Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
- Add Windows Load Library Support - Add --verbose flag to demoBERT scripts for perf testing - Fix demoBERT INT8 failure Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
- Enable timing cache for tacotron2 test - Update convert_onnx2trt.py Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
Apache2 is a more restrictive license than MIT, and requires that the attributions to original author to be preserved. Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
The MultilevelCropAndResize plugin was causing a crash only on Windows. On further investigation, it was revealed that the crash was due to the user's model only providing 4 FP inputs to the plugin instead of the required 5 FPs as specified by the plugin. The reason for the crash to only occur in Windows and not in Linux is still not well understood. Although there is an assertion to check whether the correct number of inputs are provided, it is a C-assertion, which does not get hit in release builds. It was verified that the assertion is indeed hit in the debug build. As such, this issue is expected to be preventable after the completion of TRT-15919 (https://jirasw.nvidia.com/browse/TRT-15919), when PLUGIN_ASSERT will replace C-assertions. As a tentative resolution, the README of the MultilevelCropAndResize plugin has been updated to highlight that the plugin expects 5 FPs. Missing documentation for the `image_size` attribute has also been added. Signed-off-by: skarunaratne <skarunaratne@nvidia.com> Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
Unpacking an trt.tensorrt.Dims object causes Python to hang when Tensorflow is imported after TensorRT, only on Windows. Signed-off-by: samurdhi karunaratne <skarunaratne@nvidia.com> Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
Co-authored-by: Samurdhi Karunaratne <97725867+samurdhikaru@users.noreply.github.com> Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
This pull request introduces 66 alerts and fixes 14 when merging 413cfc3 into 46253b6 - view on LGTM.com new alerts:
fixed alerts:
|
Commit used by the 22.04 TensorRT NGC container.
Changelog
Added
Changed
PyramidROIAlign
plugin refactor and bug fixesMultilevelCropAndResize
crashes on WindowsRemoved