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

Separate 3D complex float matrix (MxNxK) into K 2D matrices (MxN)

ZVere
Beginner
279 Views

Hello,

Is there an IPP API for this purpose ?

The 3rd axis  (Z) is consecutive in RAM: Z1, Z2, ...,Zk. Each Zi belongs to a different 2D matrix. 

Each ROW in 2D matrix is consecutive in RAM. 

Thank you,

Zvika 

0 Kudos
1 Reply
Ruqiu_C_Intel
Moderator
279 Views

Hello Zvika,

Could you explain more clear for you question? for example take M=4, N=3, K=2 as an example. What's the original store pattern in RAM, and what's your expectation after calling IPP API for the complex float matrix? It's better list out the 24 complex data in RAM for both before calling IPP and after IPP.

 Best Regards,

Ruqiu

0 Kudos
Reply