TensorRT icon indicating copy to clipboard operation
TensorRT copied to clipboard

PyTorch/TorchScript/FX compiler for NVIDIA GPUs using TensorRT

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

## Bug Description I can't install TensorRT using pip install on Ubuntu 20.04 in a virtual environment. ## To Reproduce Steps to reproduce the behavior: 1. Install tensorrt, etc. https://pytorch.org/TensorRT/getting_started/installation.html#installation...

bug

Signed-off-by: Dheeraj Peri # Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required...

component: core
component: api [Python]
component: partitioning
cla signed

## Bug Description Hi all, I noticed a strange behavior when trying to convert my custom model to INT8. Whenever I try to convert it to INT8 using Post Training...

bug
component: quantization

# Description Moves master to test only nightly in line with new branching strategy. Fixes # (issue) ## Type of change Please delete options that are not relevant and/or add...

component: build system
component: api [Python]
cla signed

Add a "no_conversion" option to torch-tensorrt which when enabled will replace the standard conversion and engine insertion with an embedded function call for each convertible segment. This allows inspection of...

feature request
component: api
component: partitioning

## Bug Description It appears that modules with multiple outputs no longer compile when using dynamic input shapes in v1.2.0. The following example works in **v1.1.1** but fails in **v1.2.0**...

bug

## Bug Description EfficientNet example notebook does not compile to FP16 ## To Reproduce Steps to reproduce the behavior: Just open the EfficientNet notebook and try to run all. It...

bug

Add converter support for aten::maximum/minimum. Refactor element_wise ops to reduce repeated code. Fixes # (issue) ## Type of change Please delete options that are not relevant and/or add your own....

component: tests
component: conversion
component: core
component: converters
cla signed

## Bug Description When trying to convert a torch model to tensorrt, the process becomes stuck without showing any kind of debugging information on what is going on. CPU shows...

bug

## Bug Description When using the latest code to test the bert model after qat quantization, the following error occurs and the model cannot be run. ![image](https://user-images.githubusercontent.com/17673134/189883821-ef584b8f-f934-4d8d-93a4-6a23cf9faced.png) Error corresponds to...

bug
component: quantization