Abstract
These support matrices provide a look into the supported platforms, features, and hardware capabilities of the NVIDIA TensorRT 8.2.5 APIs, parsers, and layers.
For previously released TensorRT documentation, see TensorRT Archives.
1. Features For Platforms And Software
Linux x86-64 | Windows x64 | Linux ppc64le | Linux AArch64 | |
---|---|---|---|---|
8.2.x | 8.2.x | 8.0.x | 8.2.x | |
Supported NVIDIA CUDA® versions | 11.3 update 1 | |||
Supported cuBLAS versions |
11.7.3.x 11.6.5.x 11.5.1.109 11.4.1.1043 11.3.0.106 11.2.0.252 10.2.3.254 |
11.7.3.x 11.6.5.x 11.5.1.109 11.4.1.1043 11.3.0.106 11.2.0.252 10.2.3.254 |
11.5.1.109 |
11.6.5.x 10.2.2.214 |
Supported cuDNN versions | cuDNN 8.2.1 | cuDNN 8.2.1 | cuDNN 8.2.1 | cuDNN 8.2.1 |
TensorRT Python API | Yes | Yes | Yes | Yes |
NvUffParser | Yes | Yes | Yes | Yes |
NvOnnxParser | Yes | Yes | Yes | Yes |
Loops | Yes | Yes | Yes | Yes |
- Serialized engines are not portable across platforms or TensorRT versions.
- Refer to the minimum compatible driver versions in the NVIDIA CUDA Release Notes for specific NVIDIA Driver versions.
2. Layers And Features
- Supports broadcast indicates support for broadcast in this layer. This layer allows its two input tensors to be of dimensions [1, 5, 4, 3] and [1, 5, 1, 1], and its output is [1, 5, 4, 3]. The second input tensor has been broadcast in the innermost 2 dimensions.
- Supports broadcast across batch indicates support for broadcast across the batch dimension. “NA” in this column means it's not allowed in networks with an implicit batch dimension.
Layer | Dimensions of input tensor | Dimensions of output tensor | Does the operation apply to only the innermost 3 dimensions? | Supports broadcast | Supports broadcast across batch |
---|---|---|---|---|---|
IActivationLayer | 0-7 dimensions | 0-7 dimensions | No | No | No |
IAssertionLayer | 0-1 dimensions | No output | No | No | No |
IConcatenationLayer | 1-7 dimensions | 1-7 dimensions | No | No | No |
IConditionLayer | 0 | No output | No | No | No |
IConstantLayer | has no inputs | 0-7 dimensions | No | No | Always |
IConvolutionLayer > 2D Convolution | 3 or more dimensions | 3 or more dimensions | Yes | No | No |
IConvolutionLayer > 3D Convolution | 4 or more dimensions | 4 or more dimensions | No | No | No |
IDeconvolutionLayer > 2D Deconvolution | 3 or more dimensions | 3 or more dimensions | Yes | No | No |
IDeconvolutionLayer > 3D Deconvolution | 4 or more dimensions | 4 or more dimensions | No | No | No |
IDequantizeLayer | 2 or more dimensions | 2 or more dimensions | Yes | No | No |
IEinsumLayer | 0-7 dimensions | 0-7 dimensions | No | No | Yes |
IElementWiseLayer | 0-7 dimensions | 0-7 dimensions | No | Yes | Yes |
IFillLayer | 1 dimension | 0-7 dimensions | No | NA | NA |
IFullyConnectedLayer | 3 or more dimensions | 3 or more dimensions | Yes | No | No |
IGatherLayer |
|
0-7 dimensions | No | No | Yes |
IIdentityLayer | 0-7 dimensions | 0-7 dimensions | No | No | No |
IIfConditionalOutputLayer | 0-7 dimensions | 0-7 dimensions | No | No | No |
IIfConditionalInputLayer | 0-7 dimensions | 0-7 dimensions | No | No | No |
IIteratorLayer | 1-7 dimensions | 0-6 dimensions | No | No | NA |
ILoopOutputLayer | 0-7 dimensions | 0-7 dimensions | No | No | NA |
ILRNLayer | 3 or more dimensions | 3 or more dimensions | Yes | No | No |
IMatrixMultiplyLayer | 2 or more dimensions | 2 or more dimensions | No | Yes | Yes |
IPaddingLayer | 3 or more dimensions | 3 or more dimensions | Yes | No | No |
IParametricReluLayer | 1-7 dimensions | 1-7 dimensions | No | No | No |
IPluginV2Layer | User defined | User defined | User defined | User defined | User defined |
IPoolingLayer > 2D Pooling | 3 or more dimensions | 3 or more dimensions | Yes | Yes | Yes |
IPoolingLayer > 3D Pooling | 4 or more dimensions | 4 or more dimensions | No | Yes | Yes |
IQuantizeLayer | 2 or more dimensions | 2 or more dimensions | Yes | No | No |
IRaggedSoftMaxLayer |
|
2 or more dimensions | No | No | Yes |
IRecurrenceLayer | 0-7 dimensions | 0-7 dimensions | No | No | NA |
IReduceLayer | 1-7 dimensions | 0-7 dimensions | No | No | No |
IResizeLayer | 1-7 dimensions | 1-7 dimensions | No | No | No |
IRNNv2Layer |
|
Data/Hidden/Cell: 2 or more dimensions | No | No | No |
IScaleLayer | 3 or more dimensions | 3 or more dimensions | Yes | No | No |
IScatterLayer | 0-7 dimensions | 0-7 dimensions | No | No | No |
ISelectLayer | 0-7 dimensions | 0-7 dimensions | No | Yes | NA |
IShapeLayer | 1 or more dimensions | 1 dimension | No | No | NA |
IShuffleLayer | 0-7 dimensions | 0-7 dimensions | No | No | No |
ISliceLayer | 1-7 dimensions | 1-7 dimensions | No | No | Yes |
ISoftMaxLayer | 1-7 dimensions | 1-7 dimensions | No | No | Yes |
ITopKLayer | 1-7 dimensions |
|
Yes | No | Yes |
ITripLimitLayer | 0 dimensions | has no outputs | No | No | NA |
IUnaryLayer | 1-7 dimensions | 1-7 dimensions | No | No | No |
For more information about each of the TensorRT layers, see TensorRT Layers.
3. Layers And Precision
For more information about additional constraints, see DLA Supported Layers.
For more information about each of the TensorRT layers, see TensorRT Layers. To view a list of the specific attributes that are supported by each layer, refer to the NVIDIA TensorRT API Reference documentation.
Layer | FP32 | FP16 | INT8 | INT32 | Bool | DLA FP16 | DLA INT8 |
---|---|---|---|---|---|---|---|
IActivationLayer | Yes | Yes | Yes | No | No | Yes3 | Yes4 |
IAssertionLayer | No | No | No | No | Yes | No | No |
IConcatenationLayer | Yes | Yes | Yes | Yes | No | Yes5 | Yes5 |
IConditionLayer | No | No | No | No | Yes | No | No |
IConstantLayer | Yes | Yes | Yes | Yes | No | No | No |
IConvolutionLayer > 2D Convolution | Yes | Yes | Yes | No | No | Yes | Yes |
IConvolutionLayer > 3D Convolution | Yes | Yes | Yes | No | No | No | No |
IDeconvolutionLayer > 2D Deconvolution | Yes | Yes | Yes | No | No | Yes | Yes6 |
IDeconvolutionLayer > 3D Deconvolution | Yes | Yes | No | No | No | No | No |
IDequantizeLayer | No | No | Yes | No | No | No | No |
IEinsumLayer | Yes | Yes | No | No | No | No | No |
IElementWiseLayer | Yes | Yes | No | Yes | Yes | Yes7 | Yes8 |
IFillLayer | Yes | No | No | Yes | No | No | No |
IFullyConnectedLayer | Yes | Yes | Yes | No | No | Yes | Yes |
IGatherLayer | Yes | Yes | No | Yes | No | No | No |
IIdentityLayer | Yes | Yes | Yes | Yes | No | No | No |
IIfConditionalOutputLayer | Yes | Yes | No | Yes | Yes | No | No |
IIfConditionalInputLayer | Yes | Yes | No | Yes | Yes | No | No |
IIteratorLayer | Yes | Yes | No | Yes | No | No | No |
ILoopOutputLayer | Yes | Yes | No | Yes | No | No | No |
ILRNLayer | Yes | Yes | Yes | No | No | Yes | No |
IMatrixMultiplyLayer | Yes | Yes | No | No | No | No | No |
IPaddingLayer | Yes | Yes | Yes | No | No | No | No |
IParametricReluLayer | Yes | Yes | Yes | No | No | No | No |
IPluginV2Layer | Yes | Yes | Yes | No | No | No | No |
IPoolingLayer > 2D Pooling | Yes | Yes | Yes | No | No | Yes9 | Yes9 |
IPoolingLayer > 3D Pooling | Yes | Yes | No | No | No | No | No |
IQuantizeLayer | Yes | No | No | No | No | No | No |
IRaggedSoftMaxLayer | Yes | No | No | No | No | No | No |
IRecurrenceLayer | Yes | Yes | No | Yes | Yes | No | No |
IReduceLayer | Yes | Yes | Yes | Yes | No | No | No |
IResizeLayer | Yes | Yes | No | No | No | No | No |
IRNNv2Layer | Yes | Yes | No | No | No | No | No |
IScaleLayer | Yes | Yes | Yes | No | No | Yes10 | Yes10 |
IScatterLayer | Yes | Yes | Yes | Yes | No | No | No |
ISelectLayer | Yes | Yes | No | Yes | Yes | No | No |
IShapeLayer11 | Yes | Yes | Yes | Yes | Yes | No | No |
IShuffleLayer | Yes | Yes | Yes | Yes | No | No | No |
ISliceLayer | Yes | Yes | No12 | Yes | No | No | No |
ISoftMaxLayer | Yes | Yes | No | No | No | No | No |
ITopKLayer | Yes | Yes | No | No | No | No | No |
ITripLimitLayer | Yes | Yes | No | Yes | Yes | No | No |
IUnaryLayer | Yes | Yes | No | No | Yes | No | No |
4. Hardware And Precision
CUDA Compute Capability | Example Device | TF32 | FP32 | FP16 | INT8 | FP16 Tensor Cores | INT8 Tensor Cores | DLA |
---|---|---|---|---|---|---|---|---|
8.6 | NVIDIA A10 | Yes | Yes | Yes | Yes | Yes | Yes | No |
8.0 | NVIDIA A100/GA100 GPU | Yes | Yes | Yes | Yes | Yes | Yes | No |
7.5 | Tesla T4 | No | Yes | Yes | Yes | Yes | Yes | No |
7.2 | Jetson AGX Xavier | No | Yes | Yes | Yes | Yes | Yes | Yes |
7.0 | Tesla V100 | No | Yes | Yes | Yes | Yes | No | No |
6.2 | Jetson TX2 | No | Yes | Yes | No | No | No | No |
6.1 | Tesla P4 | No | Yes | No | Yes | No | No | No |
6.0 | Tesla P100 | No | Yes | Yes | No | No | No | No |
5.3 | Jetson TX1 | No | Yes | Yes | No | No | No | No |
5.2 | Tesla M4 | No | Yes | No | No | No | No | No |
5.0 | Quadro K2200 | No | Yes | No | No | No | No | No |
Deprecated hardware
CUDA Compute Capability | Example Device | FP32 | FP16 | INT8 | FP16 Tensor Cores | INT8 Tensor Cores | DLA |
---|---|---|---|---|---|---|---|
3.7 | Tesla K80 | Yes | No | No | No | No | No |
3.5 | Tesla K40 | Yes | No | No | No | No | No |
Removed hardware
CUDA Compute Capability | Example Device | FP32 | FP16 | INT8 | FP16 Tensor Cores | INT8 Tensor Cores | DLA |
---|---|---|---|---|---|---|---|
3.0 | Tesla K10 | Yes | No | No | No | No | No |
5. Layers For Flow-Control Constructs
Currently, TensorRT supports loop constructs (via ILoopLayer) and ternary conditional constructs (via IIfConditionalLayer). Interior layers are layers that comprise the body of a loop or one of the two branches of an if-conditional.
An ILoopLayer interior layer may contain other loops and/or if-conditionals. An IIfConditionalLayer branch may contain other if-conditionals and/or loops.
Flow-control constructs do not support INT8 calibration and interior-layers cannot employ implicit-quantization (INT8 is supported only in explicit-quantization mode).
Layer | Supported |
---|---|
IActivationLayer | Yes, when the operation is one of: kRELU, kSIGMOID, kTANH, kELU |
IAssertionLayer | Yes |
IConcatenationLayer | Yes |
IConditionLayer | Yes (for nested conditionals) |
IConstantLayer | Yes |
IConvolutionLayer > 2D Convolution | singleton channel and spatial dims, i.e. said dimensions must be static or have a single value in each optimization profile |
IConvolutionLayer > 3D Convolution | singleton channel and spatial dims |
IDeconvolutionLayer > 2D Deconvolution | No |
IDeconvolutionLayer > 3D Deconvolution | No |
IDequantizeLayer | No |
IEinsumLayer | Yes |
IElementWiseLayer | Yes |
IFillLayer | kRANDOM_UNIFORM only |
IFullyConnectedLayer | Yes |
IGatherLayer | Yes |
IIdentityLayer | Yes |
IIfConditionalOutputLayer | Yes (for nested conditionals) |
IIfConditionalInputLayer | Yes (for nested conditionals) |
IIteratorLayer | Yes (for nested loops) |
ILoopOutputLayer | Yes (for nested loops) |
ILRNLayer | No |
IMatrixMultiplyLayer | Yes |
IPaddingLayer | No |
IParametricReluLayer | No |
IPluginV2Layer | Yes |
IPoolingLayer > 2D Pooling | No |
IPoolingLayer > 3D Pooling | No |
IQuantizeLayer | No |
IRaggedSoftMaxLayer | No |
IRecurrenceLayer | Yes |
IReduceLayer | Yes |
IResizeLayer | No |
IRNNv2Layer | No |
IScaleLayer | Yes |
IScatterLayer | Yes |
ISelectLayer | Yes |
IShapeLayer | Yes |
IShuffleLayer | Yes |
ISliceLayer | Yes |
ISoftMaxLayer | Yes |
ITopKLayer | No |
ITripLimitLayer | Yes |
IUnaryLayer | Yes, when the operation is one of: kABS, kCEIL, kERF, kEXP, kFLOOR, kLOG, kNEG, kNOT, kRECIP, kROUND, kSIGN, kSQRT, kSIN, kCOS, kATAN |
6. Compute Capability Per Platform
Platform | Compute capability |
---|---|
Linux x86-64 | 3.5, 3.7, 5.0, 5.2, 6.0, 6.1, 7.0, 7.5, 8.013, 8.614 |
Windows 10 x64 | 3.5, 3.7, 5.0, 5.2, 6.0, 6.1, 7.0, 7.5, 8.013, 8.614 |
CentOS 8.3 ppc64le | 7.0, 7.5, 8.0, 8.6 |
Ubuntu 20.04 SBSA | 7.0, 7.5, 8.0, 8.6 |
JetPack AArch64 | 5.3, 6.2, 7.2 |
7. Software Versions Per Platform
Platform | Compiler version | Python version |
---|---|---|
Ubuntu 18.04 x86-64 | gcc 8.3.1 | 3.6 |
Ubuntu 20.04 x86-64 | gcc 8.3.1 | 3.8 |
CentOS 7.9 x86-64 | gcc 8.3.1 | 3.6 |
CentOS 8.3 x86-64 | gcc 8.3.1 | 3.8 |
SLES 15 x86-64 | gcc 8.3.1 | N/A |
Windows 10 x64 | MSVC 2017u5 | N/A |
CentOS 8.3 ppc64le | Clang 10.0.1 | 3.8 |
Ubuntu 20.04 SBSA | gcc 8.4.0 | 3.8 |
JetPack AArch64 | gcc 7.5.0 | 3.6 |
Notices
Notice
This document is provided for information purposes only and shall not be regarded as a warranty of a certain functionality, condition, or quality of a product. NVIDIA Corporation (“NVIDIA”) makes no representations or warranties, expressed or implied, as to the accuracy or completeness of the information contained in this document and assumes no responsibility for any errors contained herein. NVIDIA shall have no liability for the consequences or use of such information or for any infringement of patents or other rights of third parties that may result from its use. This document is not a commitment to develop, release, or deliver any Material (defined below), code, or functionality.
NVIDIA reserves the right to make corrections, modifications, enhancements, improvements, and any other changes to this document, at any time without notice.
Customer should obtain the latest relevant information before placing orders and should verify that such information is current and complete.
NVIDIA products are sold subject to the NVIDIA standard terms and conditions of sale supplied at the time of order acknowledgement, unless otherwise agreed in an individual sales agreement signed by authorized representatives of NVIDIA and customer (“Terms of Sale”). NVIDIA hereby expressly objects to applying any customer general terms and conditions with regards to the purchase of the NVIDIA product referenced in this document. No contractual obligations are formed either directly or indirectly by this document.
NVIDIA products are not designed, authorized, or warranted to be suitable for use in medical, military, aircraft, space, or life support equipment, nor in applications where failure or malfunction of the NVIDIA product can reasonably be expected to result in personal injury, death, or property or environmental damage. NVIDIA accepts no liability for inclusion and/or use of NVIDIA products in such equipment or applications and therefore such inclusion and/or use is at customer’s own risk.
NVIDIA makes no representation or warranty that products based on this document will be suitable for any specified use. Testing of all parameters of each product is not necessarily performed by NVIDIA. It is customer’s sole responsibility to evaluate and determine the applicability of any information contained in this document, ensure the product is suitable and fit for the application planned by customer, and perform the necessary testing for the application in order to avoid a default of the application or the product. Weaknesses in customer’s product designs may affect the quality and reliability of the NVIDIA product and may result in additional or different conditions and/or requirements beyond those contained in this document. NVIDIA accepts no liability related to any default, damage, costs, or problem which may be based on or attributable to: (i) the use of the NVIDIA product in any manner that is contrary to this document or (ii) customer product designs.
No license, either expressed or implied, is granted under any NVIDIA patent right, copyright, or other NVIDIA intellectual property right under this document. Information published by NVIDIA regarding third-party products or services does not constitute a license from NVIDIA to use such products or services or a warranty or endorsement thereof. Use of such information may require a license from a third party under the patents or other intellectual property rights of the third party, or a license from NVIDIA under the patents or other intellectual property rights of NVIDIA.
Reproduction of information in this document is permissible only if approved in advance by NVIDIA in writing, reproduced without alteration and in full compliance with all applicable export laws and regulations, and accompanied by all associated conditions, limitations, and notices.
THIS DOCUMENT AND ALL NVIDIA DESIGN SPECIFICATIONS, REFERENCE BOARDS, FILES, DRAWINGS, DIAGNOSTICS, LISTS, AND OTHER DOCUMENTS (TOGETHER AND SEPARATELY, “MATERIALS”) ARE BEING PROVIDED “AS IS.” NVIDIA MAKES NO WARRANTIES, EXPRESSED, IMPLIED, STATUTORY, OR OTHERWISE WITH RESPECT TO THE MATERIALS, AND EXPRESSLY DISCLAIMS ALL IMPLIED WARRANTIES OF NONINFRINGEMENT, MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE. TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT WILL NVIDIA BE LIABLE FOR ANY DAMAGES, INCLUDING WITHOUT LIMITATION ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, PUNITIVE, OR CONSEQUENTIAL DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF ANY USE OF THIS DOCUMENT, EVEN IF NVIDIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. Notwithstanding any damages that customer might incur for any reason whatsoever, NVIDIA’s aggregate and cumulative liability towards customer for the products described herein shall be limited in accordance with the Terms of Sale for the product.
Arm
Arm, AMBA and Arm Powered are registered trademarks of Arm Limited. Cortex, MPCore and Mali are trademarks of Arm Limited. "Arm" is used to represent Arm Holdings plc; its operating company Arm Limited; and the regional subsidiaries Arm Inc.; Arm KK; Arm Korea Limited.; Arm Taiwan Limited; Arm France SAS; Arm Consulting (Shanghai) Co. Ltd.; Arm Germany GmbH; Arm Embedded Technologies Pvt. Ltd.; Arm Norway, AS and Arm Sweden AB.
HDMI
HDMI, the HDMI logo, and High-Definition Multimedia Interface are trademarks or registered trademarks of HDMI Licensing LLC.
Blackberry/QNX
Copyright © 2020 BlackBerry Limited. All rights reserved.
Trademarks, including but not limited to BLACKBERRY, EMBLEM Design, QNX, AVIAGE, MOMENTICS, NEUTRINO and QNX CAR are the trademarks or registered trademarks of BlackBerry Limited, used under license, and the exclusive rights to such trademarks are expressly reserved.
Trademarks
NVIDIA, the NVIDIA logo, and BlueField, CUDA, DALI, DRIVE, Hopper, JetPack, Jetson AGX Xavier, Jetson Nano, Maxwell, NGC, Nsight, Orin, Pascal, Quadro, Tegra, TensorRT, Triton, Turing and Volta are trademarks and/or registered trademarks of NVIDIA Corporation in the United States and other countries. Other company and product names may be trademarks of the respective companies with which they are associated.