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.

TDA3: Improve the operation speed of the vision algorithm

Part Number: TDA3

Dears,

Other than EDMA,Cache, is there any other method to improve the operation speed of the vision algorithm? Thanks

Xu Wei

  • Hi Xu Wei,

    I have forwarded your question to algorithms expert.

    Regards,
    Yordan
  • Hi,

    For which target you are talking about?

    On TDA3x, we have EVE and DSP both programmable processors to accelerate vision algorithms. Using EDMA and cache appropriately is very important to get the best performance but apart from that one can optimize the code for the given processor (DSP/EVE) by using the specialized instructions offered by the processor. You can make loops in your code, restructure the code to make it more friendly for vector cores and other core-specific optimizations can be applied. I would suggest you to go through below training material

    Thanks,
    with Regards,
    Pramod