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.

SK-TDA4VM: TIDLRT shared memory allocation error

Part Number: SK-TDA4VM


Hi,

When running a model with onnx_main.cpp app in edgeai-tidl-tools with argument --dev_mem 1, we face the following error:

MEM: ERROR: Alloc failed with status = 25 !!!
Could not allocate memory for a Tensor of size 3136

The issue seems to happens when this TIDL function is called:

ptr = TIDLRT_allocSharedMem(64, size);
- How can use shared memory without getting this error ?
- What is the cause of this error ?
- Where can we have access to TIDL library source code in order to see what is happening inside ?
Thanks