TensorRT
TensorRT copied to clipboard
PyTorch/TorchScript/FX compiler for NVIDIA GPUs using TensorRT
# 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 for this change....
# Description Upgrade to TRT 10.1.0.27 Fixes # (issue) ## Type of change Please delete options that are not relevant and/or add your own. - Bug fix (non-breaking change which...
# Description Please review my changes for adding kwarg support for dynamo.compile
# 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 for this change....
# Description Addresses some issues with enums and refactors the documentation to more clearly reflect the current state of the project Fixes #2902 ## Type of change Please delete options...
## Type of change - New feature (non-breaking change which adds functionality) # Checklist: - [x] My code follows the style guidelines of this project (You can use the linters)...
# Description Add dynamic shape support for bitwise_and/or/xor/not, exp/expm1/recip/log/log2/log10 Fixes # (issue) ## Type of change Please delete options that are not relevant and/or add your own. - Bug fix...
# Description add dynamic support for floor/logical_not/sign/round/isinf/isnan ## Type of change Please delete options that are not relevant and/or add your own. - Bug fix (non-breaking change which fixes an...
# Description dynamic shape support for atan/asinh/acosh/atanh/atan2/ceil Fixes # (issue) ## Type of change Please delete options that are not relevant and/or add your own. - New feature (non-breaking change...
# Description - Add option to enable Cudagraphs in the runtime for additional acceleration of TRT engines - Add C++ and Python toggles and well as full integration for C++...