<?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: Less optimization for functions in IPP 2021 when updated from IPP 5.3 in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Less-optimization-for-functions-in-IPP-2021-when-updated-from/m-p/1443734#M28259</link>
    <description>&lt;P data-unlink="true"&gt;Hi,&lt;BR /&gt;I am sorry I can't, as this is not my priority, and I am already busy with other projects.&lt;BR /&gt;You can build 2 projects, one with IPP5.3 and the other with IPP2021.6, and get the same results.&lt;BR /&gt;Or you can create 2 DLLs from both IPP and use it in a performance calculator exe.&lt;BR /&gt;You can take an Idea from&amp;nbsp;&lt;LI-MESSAGE title="ippiMorphOpenBorder_8u_C1R is slower than older IPP version" uid="1437492" url="https://community.intel.com/t5/Intel-Integrated-Performance/ippiMorphOpenBorder-8u-C1R-is-slower-than-older-IPP-version/m-p/1437492#U1437492" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;, In here, I have shared a &lt;A href="https://github.com/BaffledCoder/TemporatyIntelIPP_Reproducer01" target="_blank" rel="noopener"&gt;reproducer&lt;/A&gt;.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;Regards,&lt;BR /&gt;Shubham Sharma&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jan 2023 05:56:39 GMT</pubDate>
    <dc:creator>BaffledCoder</dc:creator>
    <dc:date>2023-01-04T05:56:39Z</dc:date>
    <item>
      <title>Less optimization for functions in IPP 2021 when updated from IPP 5.3</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Less-optimization-for-functions-in-IPP-2021-when-updated-from/m-p/1436097#M28197</link>
      <description>&lt;P&gt;I recently updated my code base from IPP 5.3 to IPP 2021, and optimization was not as expected.&lt;BR /&gt;I ran some performance tests on both applications, and the following are the results:&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="50%" height="25px"&gt;&lt;STRONG&gt;Function&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="50%" height="25px"&gt;&lt;STRONG&gt;Percentage Decrease In Processing Time&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="25px"&gt;DFTFwd_RToPack_32f_C1IR&lt;/TD&gt;
&lt;TD width="50%" height="25px"&gt;18.4955%&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="25px"&gt;FFTFwd_RToPack_32f_C1R&lt;/TD&gt;
&lt;TD width="50%" height="25px"&gt;&lt;SPAN&gt;38.2696%&lt;/SPAN&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;Maximum supported instruction set: AVX 2&lt;BR /&gt;&lt;BR /&gt;I expected around 50% optimization as I updated from IPP 5.3, which does not even support AVX.&lt;BR /&gt;Are the above figures correct, or am I doing something wrong?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, I built a custom dll from the intel IPP script, which only contains functions as declared in export.def file. Does it affect the result if I build a dll on a machine that only supports SSE?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 12:48:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Less-optimization-for-functions-in-IPP-2021-when-updated-from/m-p/1436097#M28197</guid>
      <dc:creator>BaffledCoder</dc:creator>
      <dc:date>2022-12-06T12:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Less optimization for functions in IPP 2021 when updated from IPP 5.3</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Less-optimization-for-functions-in-IPP-2021-when-updated-from/m-p/1436905#M28205</link>
      <description>&lt;P&gt;Hi Shubham,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for posting on Intel Communities.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The deprecated functions in Intel IPP Legacy Libraries are moved outside of the Intel IPP product, and they were not optimized for future architectures (the latest optimization are targeted for Intel Advanced Vector Extensions 2 instruction set), and support for these legacy functions is also discontinued. Might be the custom dll. created was creating the impact. Could you please share with us a sample reproducer?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Shanmukh.SS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 05:51:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Less-optimization-for-functions-in-IPP-2021-when-updated-from/m-p/1436905#M28205</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2022-12-20T05:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Less optimization for functions in IPP 2021 when updated from IPP 5.3</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Less-optimization-for-functions-in-IPP-2021-when-updated-from/m-p/1438438#M28215</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/170714"&gt;@ShanmukhS_Intel&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Both of these functions are &lt;STRONG&gt;non-deprecated&lt;/STRONG&gt;:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ippiDFTFwd_RToPack_32f_C1IR&lt;BR /&gt;ippiFFTFwd_RToPack_32f_C1R&lt;BR /&gt;and the above results are from comparing these functions from both IPP 5.3 and IPP 2021.6&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2022 10:04:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Less-optimization-for-functions-in-IPP-2021-when-updated-from/m-p/1438438#M28215</guid>
      <dc:creator>BaffledCoder</dc:creator>
      <dc:date>2022-12-14T10:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Less optimization for functions in IPP 2021 when updated from IPP 5.3</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Less-optimization-for-functions-in-IPP-2021-when-updated-from/m-p/1439998#M28226</link>
      <description>&lt;P&gt;Hi Subham,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please share with us a sample reproducer that you took as a reference in comparison, as it helps us in knowing the details better?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Apologies for the inconvenience caused by the earlier reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Shanmukh.SS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2022 06:59:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Less-optimization-for-functions-in-IPP-2021-when-updated-from/m-p/1439998#M28226</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2022-12-27T06:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Less optimization for functions in IPP 2021 when updated from IPP 5.3</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Less-optimization-for-functions-in-IPP-2021-when-updated-from/m-p/1441865#M28239</link>
      <description>&lt;P&gt;Hi Subham Sharma,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A gentle reminder:&lt;/P&gt;
&lt;P&gt;As we haven't heard back from you, Could you please get back to us with the details mentioned in the earlier thread, so that we could look it further?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Shanmukh.SS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2022 06:58:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Less-optimization-for-functions-in-IPP-2021-when-updated-from/m-p/1441865#M28239</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2022-12-27T06:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Less optimization for functions in IPP 2021 when updated from IPP 5.3</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Less-optimization-for-functions-in-IPP-2021-when-updated-from/m-p/1441875#M28240</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/170714"&gt;@ShanmukhS_Intel&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I don't think it is an issue. I wanted to confirm that I got the above-mentioned gain when shifting from IPP5.3 to IPP2021.6.&lt;BR /&gt;As IPP5.3 does not support AVX instruction, and there are not many resources for estimating the amount of gain when using the above-mentioned functions led me to ask this question as reassurance for properly doing everything.&lt;BR /&gt;Regards&lt;/P&gt;
&lt;P&gt;Shubham Sharma&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2022 06:54:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Less-optimization-for-functions-in-IPP-2021-when-updated-from/m-p/1441875#M28240</guid>
      <dc:creator>BaffledCoder</dc:creator>
      <dc:date>2022-12-27T06:54:53Z</dc:date>
    </item>
    <item>
      <title>Re:Less optimization for functions in IPP 2021 when updated fro IPP 5.3</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Less-optimization-for-functions-in-IPP-2021-when-updated-from/m-p/1443569#M28252</link>
      <description>&lt;P&gt;Hi Subham,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please get back to us with a sample reproducer that you took as a reference to calculate the processing time? It helps us in reproducing the issue at our environment and assist you further.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Shanmukh.SS&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Jan 2023 18:31:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Less-optimization-for-functions-in-IPP-2021-when-updated-from/m-p/1443569#M28252</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2023-01-03T18:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Less optimization for functions in IPP 2021 when updated from IPP 5.3</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Less-optimization-for-functions-in-IPP-2021-when-updated-from/m-p/1443734#M28259</link>
      <description>&lt;P data-unlink="true"&gt;Hi,&lt;BR /&gt;I am sorry I can't, as this is not my priority, and I am already busy with other projects.&lt;BR /&gt;You can build 2 projects, one with IPP5.3 and the other with IPP2021.6, and get the same results.&lt;BR /&gt;Or you can create 2 DLLs from both IPP and use it in a performance calculator exe.&lt;BR /&gt;You can take an Idea from&amp;nbsp;&lt;LI-MESSAGE title="ippiMorphOpenBorder_8u_C1R is slower than older IPP version" uid="1437492" url="https://community.intel.com/t5/Intel-Integrated-Performance/ippiMorphOpenBorder-8u-C1R-is-slower-than-older-IPP-version/m-p/1437492#U1437492" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;, In here, I have shared a &lt;A href="https://github.com/BaffledCoder/TemporatyIntelIPP_Reproducer01" target="_blank" rel="noopener"&gt;reproducer&lt;/A&gt;.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;Regards,&lt;BR /&gt;Shubham Sharma&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 05:56:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Less-optimization-for-functions-in-IPP-2021-when-updated-from/m-p/1443734#M28259</guid>
      <dc:creator>BaffledCoder</dc:creator>
      <dc:date>2023-01-04T05:56:39Z</dc:date>
    </item>
    <item>
      <title>Re:Less optimization for functions in IPP 2021 when updated fro IPP 5.3</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Less-optimization-for-functions-in-IPP-2021-when-updated-from/m-p/1445720#M28270</link>
      <description>&lt;P&gt;Hi Subham,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We are working on your issue. We will get back to you if any details were needed.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Shanmukh.SS&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Jan 2023 13:43:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Less-optimization-for-functions-in-IPP-2021-when-updated-from/m-p/1445720#M28270</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2023-01-11T13:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Less optimization for functions in IPP 2021 when updated from IPP 5.3</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Less-optimization-for-functions-in-IPP-2021-when-updated-from/m-p/1447866#M28272</link>
      <description>&lt;P&gt;Hi Subham Sharma,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have tried compiling the shared reproducer using Visual Studio and oneAPI command prompt. However, we are facing issues wrt dll linking. Could you please let us know if any dependencies were missing?&lt;/P&gt;
&lt;P&gt;Attached the screenshot for your reference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Shanmukh.SS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 06:53:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Less-optimization-for-functions-in-IPP-2021-when-updated-from/m-p/1447866#M28272</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2023-01-24T06:53:31Z</dc:date>
    </item>
    <item>
      <title>Re:Less optimization for functions in IPP 2021 when updated fro IPP 5.3</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Less-optimization-for-functions-in-IPP-2021-when-updated-from/m-p/1449899#M28275</link>
      <description>&lt;P&gt;Hi Subham Sharma,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for sharing the details. We are discussing your issue internally with our development team. We will get back to you soon with an update.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Shanmukh.SS&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jan 2023 06:55:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Less-optimization-for-functions-in-IPP-2021-when-updated-from/m-p/1449899#M28275</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2023-01-25T06:55:11Z</dc:date>
    </item>
    <item>
      <title>Re:Less optimization for functions in IPP 2021 when updated fro IPP 5.3</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Less-optimization-for-functions-in-IPP-2021-when-updated-from/m-p/1452141#M28276</link>
      <description>&lt;P&gt;Hi Subham Sharma,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for your feedback. We have provided your feedback to the relevant team. At this moment there is no visibility when it will be implemented and available for use. Please let us know if we can go ahead and close this case?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Shanmukh.SS&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Feb 2023 10:13:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Less-optimization-for-functions-in-IPP-2021-when-updated-from/m-p/1452141#M28276</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2023-02-01T10:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Less optimization for functions in IPP 2021 when updated from IPP 5.3</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Less-optimization-for-functions-in-IPP-2021-when-updated-from/m-p/1453600#M28279</link>
      <description>&lt;P&gt;Sure, close the ticket.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 05:41:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Less-optimization-for-functions-in-IPP-2021-when-updated-from/m-p/1453600#M28279</guid>
      <dc:creator>BaffledCoder</dc:creator>
      <dc:date>2023-02-06T05:41:11Z</dc:date>
    </item>
    <item>
      <title>Re:Less optimization for functions in IPP 2021 when updated fro IPP 5.3</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Less-optimization-for-functions-in-IPP-2021-when-updated-from/m-p/1453760#M28281</link>
      <description>&lt;P&gt;Hi Subham Sharma,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for the confirmation. We are closing this case for now. If you need any other information, please post a new query as any further replies would be considered community only.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Shanmukh.SS&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Feb 2023 18:00:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Less-optimization-for-functions-in-IPP-2021-when-updated-from/m-p/1453760#M28281</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2023-02-06T18:00:03Z</dc:date>
    </item>
  </channel>
</rss>

