TensorRT 10.15.1 Support Matrix#
What’s New in This Support Matrix#
This release includes the following platform and tooling updates:
Platform and Software Changes
CUDA Support
Added support for CUDA 13.1 update 1 on Linux x86-64, Windows x64, and Linux SBSA platforms
CUDA 13.x builds are now distributed separately from CUDA 12.x builds for better compatibility
Python Version Updates
Rocky Linux 8.9: Updated from Python 3.8 → Python 3.12
Rocky Linux 9.3: Updated from Python 3.9 → Python 3.12
This change aligns with Python 3.9 end-of-life and improves compatibility with upstream PyPI packages
New Platform Support
Added Debian 12 SBSA platform support with gcc 11.4 and Python 3.11
Added compute capability 8.9 support for Ubuntu 24.04 SBSA platform
Note
These updates reflect the announcements in the 10.15.1 Release Notes, particularly the Python packaging changes for improved ecosystem compatibility.
Platform and Software Support#
The following table shows TensorRT component support across different platforms, including supported CUDA versions, cuDNN, Python API, ONNX parser, and control flow features.
Important
Engine Portability
Platform: Serialized engines are not portable across platforms (Linux, Windows, etc.).
Version Compatibility: Engines built with the version-compatible flag can run with newer TensorRT versions within the same major version.
Hardware Compatibility: Engines built with hardware compatibility mode can run on multiple GPU architectures, depending on the hardware compatibility level used. Without this mode, engines are not portable across different GPU architectures.
Driver Requirements: Refer to the NVIDIA CUDA Release Notes for minimum compatible NVIDIA Driver versions.
Component |
Linux x86-64 (10.15.x) |
Windows x64 (10.15.x) |
Linux SBSA (10.15.x) |
NVIDIA JetPack (10.7.x) |
|---|---|---|---|---|
NVIDIA CUDA |
||||
NVIDIA cuDNN (Optional) |
N/A |
|||
TensorRT Python API |
Supported |
Supported |
Supported |
Supported |
ONNX Parser |
Supported |
Supported |
Supported |
Supported |
Control Flow (Loops) |
Supported |
Supported |
Supported |
Supported |
GPU Architecture and Precision Support#
The following table shows supported precision modes for each NVIDIA GPU architecture. TensorRT supports NVIDIA hardware with compute capability SM 7.5 or higher. The table also indicates Deep Learning Accelerator (DLA) availability.
Example Devices |
TF32 |
FP32 |
FP16 |
FP8 |
FP4 |
BF16 |
INT8 |
DLA |
|
|---|---|---|---|---|---|---|---|---|---|
12.1 |
NVIDIA DGX Spark |
Supported |
Supported |
Supported |
Supported |
Supported |
Supported |
Supported |
N/A |
12.0 |
NVIDIA RTX PRO 6000 Blackwell |
Supported |
Supported |
Supported |
Supported |
Supported |
Supported |
Supported |
N/A |
11.0 |
NVIDIA Jetson AGX Thor |
Supported |
Supported |
Supported |
Supported |
Supported |
Supported |
Supported |
N/A |
10.3 |
NVIDIA B300 |
Supported |
Supported |
Supported |
Supported |
Supported |
Supported |
Supported |
N/A |
10.0 |
NVIDIA B200 |
Supported |
Supported |
Supported |
Supported |
Supported |
Supported |
Supported |
N/A |
9.0 |
|
Supported |
Supported |
Supported |
Supported |
Supported [3] |
Supported |
Supported |
N/A |
8.9 |
NVIDIA L40S |
Supported |
Supported |
Supported |
Supported |
Supported [3] |
Supported |
Supported |
N/A |
8.7 |
NVIDIA DRIVE AGX Orin |
Supported |
Supported |
Supported |
N/A |
N/A |
N/A |
Supported |
Supported |
8.6 |
NVIDIA A10 |
Supported |
Supported |
Supported |
N/A |
N/A |
Supported |
Supported |
N/A |
8.0 |
NVIDIA A100 |
Supported |
Supported |
Supported |
N/A |
N/A |
Supported |
Supported |
N/A |
7.5 |
NVIDIA T4 |
N/A |
Supported |
Supported |
N/A |
N/A |
N/A |
Supported |
N/A |
Supported Compute Capabilities#
The following table shows which GPU compute capabilities are supported on each platform.
Compiler and Python Requirements#
The following table shows the required compiler and Python versions for building and using TensorRT on each supported platform.
Platform |
Compiler Version |
Python Version |
|---|---|---|
Ubuntu 22.04 x86-64 |
||
Ubuntu 24.04 x86-64 |
||
Rocky Linux 8.9 x86-64 |
||
Rocky Linux 9.3 x86-64 |
||
Debian 12 x86-64 |
||
SLES 15 x86-64 |
N/A |
|
|
N/A |
|
Ubuntu 24.04 SBSA |
||
Debian 12 SBSA |
||
NVIDIA JetPack AArch64 |
Note
Python Version Support
Debian/RPM packages: Support the Python version listed in the table for each platform.
Wheel packages (tar/zip): Support Python 3.8, 3.9, 3.10, 3.11, 3.12, and 3.13 across all platforms.
ONNX Operator Support#
TensorRT provides extensive ONNX operator support through the ONNX parser. The complete and up-to-date ONNX operator support list for TensorRT is available in the ONNX-TensorRT Operator Support documentation.
Footnotes