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

matrix*vector performance

nikolay_bit
Beginner
519 Views

I use ippmMul_mva_32f function to multiply 3x3 matrix by array of vectors, - rotation of 3D points. However it turned out, that this function works slower then old simpleclassic code with nine multiplies.

Forarray with 35000 elements, old code took 700usecs, but ippmMul_mva_32f takes about 1000 usecs! May be I do something wrong? I can postsample code, if necessary.

Thanks.

0 Kudos
1 Reply
Vladimir_Dudnik
Employee
519 Views

Could you please also be so kind to specify what version of IPP do you use and on which platform do you run your code? Piece of code of course will simplify us investigation of that issue.

Regards,
Vladimir

0 Kudos
Reply