NVIDIA TensorRT Migration Guide#

This guide covers the API and tooling changes required to migrate NVIDIA TensorRT workloads on NVIDIA DriveOS 6.x and 7.x. It addresses two migration paths: TensorRT 10.x to 11.x (primary) and TensorRT 8.x to 10.x (appendix).

If you are unfamiliar with these changes, refer to the TensorRT sample code for clarification.

See also

C++ API Reference

Full C++ API documentation.

Python API Reference

Full Python API documentation.

Version Compatibility

Engine compatibility across TensorRT versions and hardware.

Troubleshooting

Common errors and debugging guidance.

Upgrading TensorRT

Package-level upgrade instructions (pip, Debian, RPM, tar, zip) to complement API-level migration.

TensorRT GitHub: Compare Releases

View API changes between releases using the GitHub compare tool.