From TensorRT 10, “implicit quantization,” including IInt8Calibrator APIs, has been deprecated.
In NVIDIA Jetson AGX Orin, DLA supports both FP16 and INT8 precision. To use INT8, implicit quantization is required. Also, FP16 is very slow on most of the CNN-based networks with DLA on NVIDIA Jetson AGX Orin because of an FP19 issue.
Since TensorRT 10 deprecates implicit quantization, TensorRT 11 will stop supporting implicit quantization.
For this reason, DLA is not beneficial for both supported precision. (INT8: implicit quantization is no longer supported, FP16: slow with convolution operations)
Because of this issue, it looks like DLA will no longer be supported in the next TensorRT version. Therefore, is there a plan to support DLA on the next TensorRT version or on the next Jetson embedded platforms (e.g., AGX Thor)?
If these suggestions don’t help and you want to report an issue to us, please attach the model, command/step, and the customized app (if any) with us to reproduce locally.