Tool/software: TI C/C++ Compiler
Hello There,
What are the EVE and/or kernel C optimization techniques ??
Do we have any document for the same??
Regards,
Kajal
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.
Tool/software: TI C/C++ Compiler
Hello There,
What are the EVE and/or kernel C optimization techniques ??
Do we have any document for the same??
Regards,
Kajal
Hello Anshu,
Hi Kajal,
EVE doesn't have data cache so there is nothing in terms of cache which can improve performance. Once you have optimized kernels ready then next step would be to set up DMA/ VCOP pipeline in such a way that you can find the data movement via DMA behind VCOP compute. You can refer app\morphology applet to see how it is done.
Regarding kernel C optimization I would request you to go though EVE's programmers guide. To get access to this document please contact your local TI contact person.
Regards,
Anshu