Tool/software:
Hello,
I am trying to compile an ONNX model using TIDL libraries.
- Using the prebuilt TIDL tools downloaded via
/home/root/edgeai-tidl-tools/scripts/get-tidl-tools.sh am69a I figured that it's using TIDL version 10_01_04_00
------------------------------------------------------------------------------- | TIDL Tools Version | 10_01_04_00 | ------------------------------------------------------------------------------- | C7x Firmware Version | 10_01_00_01 | ------------------------------------------------------------------------------- | Runtime Version | 1.15.0 | ------------------------------------------------------------------------------- | Model Opset Version | 16 | -------------------------------------------------------------------------------
When building TIDL from the
ti-processor-sdk-rtos-j784s4-evm-10_01_00_04 (using make tidl_pc_tools -j), I got this version of TIDL 10_01_00_01:------------------------------------------------------------------------------- | TIDL Tools Version | 10_01_00_01 | ------------------------------------------------------------------------------- | C7x Firmware Version | 10_01_00_01 | ------------------------------------------------------------------------------- | Runtime Version | 1.15.0 | ------------------------------------------------------------------------------- | Model Opset Version | 16 | -------------------------------------------------------------------------------
Why there is this difference? (Knowing that I didn't change anything in the SDK)
Is there some documentation or steps to update the TIDL version used in the SDK from 10_01_00_01 to 10_01_04_00 ?