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

Inplace Normalize?

Ockham_s_Razor
Beginner
513 Views

The documentation for Add, Multiply states that to use inplace just use the same pointers.

For ippsNormalize_xxx there is not that comment.

Can I call the ippsNormalize_xxx functions with the same pointers.

Thank you.

-jam

PS:  I could not find any way to search this forum.

0 Kudos
4 Replies
Chuck_De_Sylva
Beginner
513 Views
Which version of IPP are you using?
0 Kudos
Ockham_s_Razor
Beginner
513 Views
I'm using 7.0 right now, moving to 7.1 shortly
0 Kudos
Gennady_F_Intel
Moderator
513 Views
only out of place mode is valid in that function.
0 Kudos
John_Mertus
Beginner
513 Views
I did a little experiment. . I found that on a i7 2.8 GHz processor (Dell Precsion 1500) the normalize took about 54.1 milliseconds for an input of 50 million floats. I used Add in place followed by amultiple in place and found it averaged 54.2 milliseconds for 50 million floats. So there was little difference. That said, it would be nice, and apparently easly, to have an inplace normalize.
0 Kudos
Reply