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

In-place FFTs and VTune

dave4
Beginner
243 Views
I am currently using in-place FFTs but in VTune it appears that the in-place functions call the out-of-place functions. Consequently, for large sizes the perftool indicates that using in-place FFTs is more efficient. I am using sizes 512K-4M. How can one be more efficient than the other if one calls the other??

Dave
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
243 Views

Hi Dave,

the magic is in less memory load forin-place operation.

Regards,
Vladimir

0 Kudos
Reply