TensorRT
TensorRT copied to clipboard
PyTorch/TorchScript/FX compiler for NVIDIA GPUs using TensorRT
## Bug Description Encountered error as follow when using Torch-TensorRT to convert torch.nn.LSTM in docker image nvcr.io/nvidia/pytorch:23.12-py3 : NotImplementedError: aten::_cudnn_rnn_flatten_weight: attempted to run this operator with Meta tensors, but there...
# Description support converter for torch.log10 ## Type of change - New feature (non-breaking change which adds functionality) # Checklist: - [x] My code follows the style guidelines of this...
## TL;DR ## Goal(s) ## Tasks ```[tasklist] ### Tasks ``` ## Additional context
# Description - Add clear logging at the beginning and end of each phase of compilation - Reword logging in certain locations for clarity Addresses #2399 ## Type of change...
# Description Support converter for torch.log2 Fixes # (issue) ## Type of change - New feature (non-breaking change which adds functionality)
## Bug Description arange converter fails with ITensor input ``` File "/home/dperi/Downloads/TensorRT/py/torch_tensorrt/dynamo/conversion/_TRTInterpreter.py", line 367, in call_function return converter(self.ctx, target, args, kwargs, self._cur_node_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dperi/Downloads/TensorRT/py/torch_tensorrt/dynamo/conversion/ops_evaluators.py", line 49, in aten_ops_arange_start_step return...
Implement a converter for aten.atan2 https://pytorch.org/docs/stable/generated/torch.atan2.html
## Bug Description When trying to build Torch-TensorRT on a Jetson following the instructions [here](https://pytorch.org/TensorRT/getting_started/installation.html), I get errors that seem to be related to changes made to `WORSPACE.jp50` in [this...