Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

matrix*vector performance

nikolay_bit
Beginner
568 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
568 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