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.
对于复杂算法,大家是怎么分配L1,L2,SDRAM来提高执行效率的?
如果实时算法处理的数据量很大,此时建议L1配置为全cache,尽量把实时处理的数据放在L2处理;如果实时处理的数据较小,如有可能则将数据放在L1D。