Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
6713 Discussions

Cache usage for a DSP program implemented with IPP

block1
Beginner
198 Views
Hello,

I am currently building a real-time multiprocessor scheduling algorithm that will preempt
tasks and move them between processors frequently. One of our biggest concerns is that
there will be a serious cache hit whenever a task moves between processors. Our target application
is a DSP program, and as is my understand such programs typically have a small cache footprint. I was wondering, if we were to move our DSP program over to the IPP, how large would the cache footprint be?

Thanks for the help,

Aaron
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
198 Views
Hi Aaron,
I think it is not related to IPP directly. You can write program which work with memory in efficient way with or without using IPP. Generally speaking, you should reduce each task memory requirement to not allow one taskloadallcache memory.
Regards,
Vladimir
0 Kudos
Reply