<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: IPP functions and data alignment in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-functions-and-data-alignment/m-p/1251666#M27528</link>
    <description>&lt;P&gt;Thank you for this response. I have since discussed this issue with an Intel engineer and instead try to let the Intel compiler vectorize my code. I will try and test this alternative approach.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 31 Jan 2021 07:53:27 GMT</pubDate>
    <dc:creator>Adam5</dc:creator>
    <dc:date>2021-01-31T07:53:27Z</dc:date>
    <item>
      <title>IPP functions and data alignment</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-functions-and-data-alignment/m-p/1249348#M27522</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have recently vectorized a mathematical algorithm by replacing all scalar math with calls to ipp functions. I have them read some about the importance of allocating aligned data and the mechanisms for letting the compiler know data is properly aligned as to generate optimal code. When I use precompiled libraries like IPP, the library cannot assume data it receives is properly aligned.&lt;/P&gt;
&lt;P&gt;My questions is whether indeed the performance gain when using IPP functions is smaller than if I allowed my compiler to vectorize my loops on its own, and if so, how significant would this effect be.&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Adam&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jan 2021 10:15:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-functions-and-data-alignment/m-p/1249348#M27522</guid>
      <dc:creator>Adam5</dc:creator>
      <dc:date>2021-01-24T10:15:00Z</dc:date>
    </item>
    <item>
      <title>Re:IPP functions and data alignment</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-functions-and-data-alignment/m-p/1250302#M27524</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for reaching out to us!&lt;/P&gt;&lt;P&gt;We are forwarding this thread to the concerned internal team. &lt;/P&gt;&lt;P&gt;Have a Good day!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Thanks &amp;amp; Regards&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Goutham&lt;/I&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Jan 2021 07:09:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-functions-and-data-alignment/m-p/1250302#M27524</guid>
      <dc:creator>GouthamK_Intel</dc:creator>
      <dc:date>2021-01-27T07:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: IPP functions and data alignment</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-functions-and-data-alignment/m-p/1250644#M27525</link>
      <description>&lt;P&gt;Hi Adam,&lt;/P&gt;
&lt;P&gt;Our general recommendation is to align the working inputs by using our memory allocators ipp[s,i]Malloc_*. You may try to vectorize the loops in your code by compiler and compare it with IPP's implementation. You may compare the system perf results from IPP and your own optimized code.&lt;/P&gt;
&lt;P&gt;Please file a ticket at &lt;A href="https://supporttickets.intel.com/" target="_blank"&gt;https://supporttickets.intel.com/&lt;/A&gt; under IPP product.&lt;/P&gt;
&lt;P&gt;Abhinav&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 23:14:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-functions-and-data-alignment/m-p/1250644#M27525</guid>
      <dc:creator>Abhinav_S_Intel</dc:creator>
      <dc:date>2021-01-27T23:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: IPP functions and data alignment</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-functions-and-data-alignment/m-p/1251666#M27528</link>
      <description>&lt;P&gt;Thank you for this response. I have since discussed this issue with an Intel engineer and instead try to let the Intel compiler vectorize my code. I will try and test this alternative approach.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jan 2021 07:53:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-functions-and-data-alignment/m-p/1251666#M27528</guid>
      <dc:creator>Adam5</dc:creator>
      <dc:date>2021-01-31T07:53:27Z</dc:date>
    </item>
  </channel>
</rss>

