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.
Hello,
I am using vision sdk 2.10 (linux) on TDA 2x. I am trying to optimize memcpy which is currently taking 16ms. I also tried to optimize the same using _amem4() intrinsic but it gave same result. I want to know why
_amem4() intrinsic is not giving optimized result.
Please help me to optimize memcpy on dsp and could you please provide the solution on the same.
Regards,
Neel
Hi Neel,
Use EMDA instead of CPU to perform memory copy can provide better performance and free up CPU for other tasks.
Regards,
Stanley