TensorRT icon indicating copy to clipboard operation
TensorRT copied to clipboard

NVIDIA® TensorRT™ is an SDK for high-performance deep learning inference on NVIDIA GPUs. This repository contains the open source components of TensorRT.

Results 628 TensorRT issues
Sort by recently updated
recently updated
newest added

## Description ### For fp16 (trt_log_level: trt.Logger.INFO) 2022-09-08 17:36:02,762 - mmdeploy - INFO - Start pipeline mmdeploy.backend.tensorrt.onnx2tensorrt.onnx2tensorrt in subprocess 2022-09-08 17:36:03,426 - mmdeploy - INFO - Successfully loaded tensorrt plugins...

triaged

Hello, when I use stream to perform parallel inference on trt, and use nvvp to visualize the time of trt, it can be found that the memory copy and the...

triaged

Description I have an model and my inputs have a downsample ratio that must be Float32. when i onnx2trt , I have onnx parsing falid,What should I do ## Environment...

Component: ONNX
Topic: Dynamic Shape
triaged
Release: 8.x

## Description I install the cuda and cudnn with local deb package following the nvidia document, and install tensorrt with tar file. nvidia-smi, nvcc -V, and cudnn test sample is...

Samples
triaged

## Description When I use TensorRT API and GeluPlugin to build my network, there has a bug: corrupted double-linked list. ## Environment **TensorRT Version**: 8.4.0.6 **CUDA Version**: 10.2 **CUDNN Version**:...

triaged

## Description Hi, i found the results is different in some special shapes when using mmdet proj, the result is 10 pixels shifting in x direction. the solution is i...

triaged

## Description [ubuntu-18.04.Dockerfile](https://github.com/NVIDIA/TensorRT/blob/main/docker/ubuntu-18.04.Dockerfile) fails to build, probably something to do with `apt-get install -y software-properties-common` installing `python 3.6` by default, then the subsequent steps require `python 3.10`. ## Environment **TensorRT...

Component: OSS Build
triaged

## Description If the input layer of an object detector is not square, libnvinfer_plugin does not produce the correct bounding boxes. An incomplete fix was committed to master with https://github.com/NVIDIA/TensorRT/pull/679...

triaged

![e9c6e6fd9dfc5e5193f82692a09e8f41](https://user-images.githubusercontent.com/6971044/188314888-ca417f68-6868-4264-b869-8880c185e7a5.png) As you can see in the picture,the engine generated by tensorrt uses such a huge amount of activation memory. I wonder how I can decrease this usage. The tensorrt...

triaged