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.
Hi,
we are using TDA4AL with ti-processor-sdk-rtos-j721s2-evm-08_06_00_11.
We would like to know what is the suitable range of C7x cpu load on tda4al,
and will exceeding this range like 80% or 90% lead to certain issues occurring like performance degradation or instabilty.
By the way, bellow is a perf stats of our application, dose this mean that we only use one C7x on tda4al instead of two? If so, how can we use both C7x? Thank you
Lingyu,
How are you calculating these load numbers? High load shouldn't cause any issues
The second C7x doesn't have a MMA attached to it in TDA4AL - but you can definitely use the SIMD capabilities of it
Regards,
Varun
We used the appPerf provided in the SDK. so only C7x_1 can be used for tidl inference.
thank you