-
Notifications
You must be signed in to change notification settings - Fork 18
Description
In the following file:
operators/README.md
DLA operator functionality is exposed through the TensorRT builder, which internally links to DLA SW libraries (see DLA Workflow). While some ONNX operators or functions may already be available in DLA SW, TensorRT may not expose them yet. See below for the support matrix of ONNX operators & functions on Orin DLA. If you are interested in a specific DLA operator that is not supported through TensorRT yet, feel free to raise a GitHub Issue and/or inform your NVIDIA representative (in particular for NVIDIA DRIVE customers).
I am looking at a model with the Ceil operator on DriveOS 6.0.9.0, I can raise a TensorRT issue if this operator is really a blocking issue for building the model on DLA. But I wanted some clarification on what the above passage really means. So for the example of the Ceil operator, referencing the table, this means that the DLA SW library supports it but that there is no way TensorRT supports building a model with Ceil on DLA until TRT support is added? Even with the following versions:
DRIVE Orin (Automotive) DRIVE OS 6.0.9.0 DLA 3.14.2 TensorRT 8.6.12
Thanks.