19 Commits

Author SHA1 Message Date
William Raveane 9a8f5b92c1 EfficientNMS TFTRT Plugin Updates
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
2022-02-04 08:23:59 -08:00
zhimengf@nvidia.com 2fcf23676a Plugins for PointPillars
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
2022-02-04 08:23:59 -08:00
Vincent Huang 6f38570b74 TensorRT-OSS 8.2 GA release
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
2021-11-24 10:15:53 -08:00
Rajeev Rao aff45dd565 TensorRT OSS 8.0 release
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
2021-07-02 16:35:44 -07:00
zhimengf@nvidia.com 068350b021 create ProposalDynamic and CropAndResizeDynamic plugins.
- create ProposalDynamic and CropAndResizeDynamic plugins
- Fix bug in mFC.nbFields

Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
2021-03-18 02:45:54 -07:00
zhimengf@nvidia.com d5b878a18e optimized FP16 NMS/BatchedNMS plugins.
- enable n-bit radix sort for NMS_TRT plugin
- implement NMSDynamic_TRT plugin and enable n-bit radix sort for it
- enable n-bit radix sort for BatchedNMS_TRT and BatchedNMSDynamic_TRT plugins
- fixed a bug in configurePlugin() method of BatchedNMS_TRT
- other minor fixes for BatchedNMS_TRT/BatchedNMSDynamic_TRT plugins

Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
2021-03-18 02:45:54 -07:00
Rajeev Rao 183f891191 Update onnx-tensorrt and copyright headers (2021)
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
2021-01-14 01:16:45 -08:00
Rajeev Rao 492878b2df TensorRT OSS release v7.2.1
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
2020-10-20 16:48:23 -07:00
Rajeev Rao 275eefce39 Restore lReLUPlugin in OSS
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
2020-09-04 15:45:15 -07:00
Rajeev Rao 2ead004912 Update batchedNMS plugin to IPluginV2DynamicExt (#738)
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
2020-08-06 11:10:19 -07:00
Rajeev Rao 549331e6da Register batchTilePlugin in initLibNvInferPlugins
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
2020-07-15 17:03:20 -07:00
Rajeev Rao 29498fd814 Re-enable GridAnchorRect_TRT plugin with rectangular feature maps
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
2020-07-11 03:11:52 -07:00
Rajeev Rao 805810b112 TensorRT 7.1 Open Source Release
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
2020-07-01 16:31:50 -07:00
Tyler Zhu 58bae5bfae Commit for new MaskRCNN inference plugins and kernels: 2020-06-17 13:48:22 -07:00
Kevin Chen 5e289e919e Add support for multiple-namespace instantiation of plugins (#316) 2020-01-06 11:47:04 -08:00
Kevin Chen 639d11abcc TensorRT Open Source Release/6.0 2019-09-16 14:00:59 -07:00
Rajeev Rao 443e495798 Merge release/5.1 changes into master
Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
2019-08-27 00:26:56 -07:00
Rajeev Rao b92c848b7f Merge release/5.1 changes into master (#34)
* Anuragd/trt custom plugin (#21)

* Added support for custom TRT plugin in trtexec
* Restructed as a wrapper API for different platforms
* Review comments incorporated

Signed-off-by: Anurag Dixit <a.dixit91@gmail.com>

* Added support for writing calibration file (#23)

Signed-off-by: Anurag Dixit <a.dixit91@gmail.com>

* BERT example using TensorRT C++ API (#32)

This example demonstrates how to write a TensorRT model with custom
plugins to implement the BERT encoder with SQuAD output layer.

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

* Resolve undefined symbols in NvInfer plugin library

Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
2019-07-12 15:22:47 -07:00
Rajeev Rao 0d36bbb297 TensorRT Open Source Release/5.1 2019-06-17 10:47:48 -07:00