This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: Warning when compiling artifacts for custom ONNX model

Part Number: TDA4VM

When using the ONNX Runtime (modified onnxrt_ep.py) application to generate artifacts, I get the warning:

"WARNING: [TIDL_E_DATAFLOW_INFO_NULL] ti_cnnperfsim.out fails to allocate memory in MSMC. Please look into perfsim log. This model can only be used on PC emulation, it will get fault on target."

The artifacts run fine on TDA4.

When using the TIDL-RT Importer (tidl_model_import.out) this error message does not appear when using the inData parameter.

How can I modify the ONNX Runtime application to avoid the warning I am receiving?