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 the following valid onnx model, ![Image](https://github.com/user-attachments/assets/a56b6b6e-5008-4824-8c30-5e10bebb9dd7) it cannot be imported by the onnx frontend in TensorRT. The following error message is produced: ```c [05/29/2025-12:16:24] [TRT] [E] ITensor::getDimensions:...

Module:ONNX

## Description For the following onnx model, ![Image](https://github.com/user-attachments/assets/24bce7bb-34b5-4fa8-a0df-0cc8a2c91b8d) it can be imported by the onnx frontend in TensorRT. However, it failes to build the serialized network. The following error message...

Module:ONNX
triaged

## Description In the diffusion demo support matrix it's mentioned that img2img task doesn't have quantization support, why is that? can someone please provide a bit more clarity? If someone...

triaged
Module:Demo

When I was using UNet for image segmentation, after converting the pytorch format model to the tensorrt format, there would be a large error in the reasoning, as follows: ![Image](https://github.com/user-attachments/assets/f9c63f4b-112c-4d62-a0f1-c9ccb945df2b)...

triaged
Module:Accuracy

## Description Problem description: Hi, I can run my detection engine model or super resolution engine model separately in Jetson Orin Nano and it works fine. But when I use...

triaged
Module:Accuracy

## Description I tried to convert an ONNX model of a U-Net to TensorRT using the `trtexec` command line tool. ## Environment **TensorRT Version**: 10.5 **NVIDIA GPU**: GeForce RTX 2080...

Module:Engine Build
triaged

I am converting a custom PyTorch plugin (CorrSamplerPlugin) into a TensorRT plugin. When testing the plugin independently, the results are correct and consistent with PyTorch. However, after integrating the plugin...

Module:Plugins
triaged

## Description Failed to build **TensorRT 21.07** from source. ## Environment **TensorRT Version**: 21.07 **NVIDIA GPU**: GeForce RTX 2080 Ti **NVIDIA Driver Version**: NVIDIA-SMI 460.84 **CUDA Version**: 11.3 **CUDNN Version**:...

triaged

Hi team, I'm using `trtexec` to convert dino onnx to trt engine. however I'm seeing different outputs compared to dino onnx. here is what I found: Would appreciate it if...

triaged
Module:Accuracy

## Description I am currently trying to quantize my UNet-based pytorch model to INT8. I end up with a slightly different —and slower— engine graph compared to the one generated...

triaged
Module:Quantization