<?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 Intel AVX optimized functions in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-AVX-optimized-functions/m-p/794953#M2700</link>
    <description>Rahul,&lt;BR /&gt;&lt;BR /&gt;If the IPP functions you are using are not listed in that article, then those functions are not optimized for AVX.&lt;BR /&gt;&lt;BR /&gt;Furthermore, if the functions you use are not operating on floating point data they cannot be optimized because AVX speeds up only floating point instructions.&lt;BR /&gt;&lt;BR /&gt;Moreover, you cannot optimize those IPP library functions for AVX by turning on compiler AVX optimizations when you compile your program.&lt;BR /&gt;&lt;BR /&gt;Finally, if you cannot understand how compilers and libraries work then perhaps you should consider another career.&lt;BR /&gt;</description>
    <pubDate>Sat, 12 Nov 2011 14:02:53 GMT</pubDate>
    <dc:creator>levicki</dc:creator>
    <dc:date>2011-11-12T14:02:53Z</dc:date>
    <item>
      <title>Intel AVX optimized functions</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-AVX-optimized-functions/m-p/794949#M2696</link>
      <description>Hai, I have a query regarding the functions optimized for Intel AVX. I am developing a code which is using the Intel IPP functions. But the functions are not listed in the following link, which gives the set of functions optimized for Intel AVX.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/articles/intel-ipp-functions-optimized-for-intel-avx-intel-advanced-vector-extensions/" target="_blank"&gt;http://software.intel.com/en-us/articles/intel-ipp-functions-optimized-for-intel-avx-intel-advanced-vector-extensions/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I am just getting a performance improvement of 10-12% with a simple compiler option switch from /QxSSE4.1 /03 to /QxAVX /03. &lt;BR /&gt;&lt;BR /&gt;By directly using the above same compiler option switch in a scalar code not using the Intel IPP is giving a performance improvement of around 70-80%, as it is supposed to be for single precision floating point numbers.&lt;BR /&gt;&lt;BR /&gt;Could you please tell me what will be the performance improvement for these functions that are not optimized for Intel AVX( from IPP libraries), with a simple compiler option switch. I just need a reference or a benchmark for these functions from Intel IPP, just to make sure that the methodology that I am using for these IPP functions is indeed correct. Please help.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Rahul&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Nov 2011 01:43:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-AVX-optimized-functions/m-p/794949#M2696</guid>
      <dc:creator>arrahul</dc:creator>
      <dc:date>2011-11-11T01:43:55Z</dc:date>
    </item>
    <item>
      <title>Intel AVX optimized functions</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-AVX-optimized-functions/m-p/794950#M2697</link>
      <description>&lt;P&gt;Rahul,&lt;/P&gt;&lt;P&gt;Intel IPP performance benchmark tool is located at ipp\tools\xxx\perfsys, and its usage could be found at: &lt;A href="http://software.intel.com/en-use/articles/measure-intel-ipp-function-performance"&gt;http://software.intel.com/en-use/articles/measure-intel-ipp-function-performance&lt;/A&gt;&lt;/P&gt;&lt;P&gt;As noted in the AVA optimization article, the functions listed there are the ones directly and manually optimized with AVX instructions. But there are other functions that are compiled with AVX optimized switch. So these functions may also take the benefit of AVX functions. &lt;/P&gt;&lt;P&gt;As to adding the AVX switch when you compile your source code, it will impact the performance of your code. But since IPP functions are binary, which is only linked into the code. These switches will be impact IPP functions performance. &lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Chao&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2011 07:39:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-AVX-optimized-functions/m-p/794950#M2697</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2011-11-11T07:39:03Z</dc:date>
    </item>
    <item>
      <title>Intel AVX optimized functions</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-AVX-optimized-functions/m-p/794951#M2698</link>
      <description>Thanks Chao. I appreciate.&lt;BR /&gt;&lt;BR /&gt;Could you please tell me what is the kind of performance improvement that you have seen while working with Intel IPP functions by a simple compiler option switch from SSE to AVX. I just need a rough estimate If you have tested for any of the IPP functions using this tool. It would have been helpful.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Rahul</description>
      <pubDate>Fri, 11 Nov 2011 19:59:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-AVX-optimized-functions/m-p/794951#M2698</guid>
      <dc:creator>arrahul</dc:creator>
      <dc:date>2011-11-11T19:59:27Z</dc:date>
    </item>
    <item>
      <title>Intel AVX optimized functions</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-AVX-optimized-functions/m-p/794952#M2699</link>
      <description>&lt;P&gt;IPP functions contain a dial-up of instructions SIMD. During initialization library IPP registers processor possibilities, defines supported version Streaming SIMD Extentions (SSE, AVX) and sends the most suitable version of the functions supported by the processor.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2011 21:20:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-AVX-optimized-functions/m-p/794952#M2699</guid>
      <dc:creator>yuriisig</dc:creator>
      <dc:date>2011-11-11T21:20:22Z</dc:date>
    </item>
    <item>
      <title>Intel AVX optimized functions</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-AVX-optimized-functions/m-p/794953#M2700</link>
      <description>Rahul,&lt;BR /&gt;&lt;BR /&gt;If the IPP functions you are using are not listed in that article, then those functions are not optimized for AVX.&lt;BR /&gt;&lt;BR /&gt;Furthermore, if the functions you use are not operating on floating point data they cannot be optimized because AVX speeds up only floating point instructions.&lt;BR /&gt;&lt;BR /&gt;Moreover, you cannot optimize those IPP library functions for AVX by turning on compiler AVX optimizations when you compile your program.&lt;BR /&gt;&lt;BR /&gt;Finally, if you cannot understand how compilers and libraries work then perhaps you should consider another career.&lt;BR /&gt;</description>
      <pubDate>Sat, 12 Nov 2011 14:02:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-AVX-optimized-functions/m-p/794953#M2700</guid>
      <dc:creator>levicki</dc:creator>
      <dc:date>2011-11-12T14:02:53Z</dc:date>
    </item>
    <item>
      <title>Intel AVX optimized functions</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-AVX-optimized-functions/m-p/794954#M2701</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1321238124895="53" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=528715" href="https://community.intel.com/en-us/profile/528715/" class="basic"&gt;arrahul&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;I&gt;Could you please tell me what is the kind of performance improvement that you have seen while working with Intel IPP functions by a simple compiler option switch from SSE to AVX. I just need a rough estimate If you have tested for any of the IPP functions using this tool. It would have been helpful.&lt;BR /&gt;&lt;BR /&gt;&lt;/I&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;Rahul, since IPP is already compiled binary, the compiler will not compile the library. So IPP library performance is not expected to impact by the compiler switch. &lt;BR /&gt;But the compiler switch will impact your source performance. &lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Chao&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2011 02:43:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-AVX-optimized-functions/m-p/794954#M2701</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2011-11-14T02:43:02Z</dc:date>
    </item>
    <item>
      <title>Intel AVX optimized functions</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-AVX-optimized-functions/m-p/794955#M2702</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1321502830551="53" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=528715" href="https://community.intel.com/en-us/profile/528715/" class="basic"&gt;arrahul&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;I&gt;Thanks Chao. I appreciate.&lt;BR /&gt;&lt;BR /&gt;Could you please tell me what is the kind of performance improvement that you have seen while working with Intel IPP functions by a simple compiler option switch from SSE to AVX. I just need a rough estimate If you have tested for any of the IPP functions using this tool. It would have been helpful.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Rahul&lt;/I&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;In one of the article, compared Intel AVX vs. Intel SSE performance speedup. This might be useful for you.&lt;/P&gt;&lt;P&gt;&lt;A href="http://software.intel.com/en-us/articles/image-processing-acceleration-techniques-using-intel-streaming-simd-extensions-and-intel-advanced-vector-extensions/"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="http://software.intel.com/en-us/articles/image-processing-acceleration-techniques-using-intel-streaming-simd-extensions-and-intel-advanced-vector-extensions/" target="_blank"&gt;http://software.intel.com/en-us/articles/image-processing-acceleration-techniques-using-intel-streaming-simd-extensions-and-intel-advanced-vector-extensions/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen GV&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2011 04:07:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-AVX-optimized-functions/m-p/794955#M2702</guid>
      <dc:creator>Naveen_G_Intel</dc:creator>
      <dc:date>2011-11-17T04:07:45Z</dc:date>
    </item>
  </channel>
</rss>

