<?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 Actually, it looks like I in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippsFIR-32fc-I-gt-ippsFIR-32fc/m-p/921267#M15720</link>
    <description>&lt;P&gt;Actually, it looks like I might be stuck on 7.1.0. &amp;nbsp;Let me look into this a bit further.&lt;/P&gt;</description>
    <pubDate>Tue, 07 May 2013 07:34:24 GMT</pubDate>
    <dc:creator>James_v_1</dc:creator>
    <dc:date>2013-05-07T07:34:24Z</dc:date>
    <item>
      <title>ippsFIR_32fc_I -&gt; ippsFIR_32fc</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippsFIR-32fc-I-gt-ippsFIR-32fc/m-p/921259#M15712</link>
      <description>&lt;P&gt;Can the source and destination parameters for&amp;nbsp;ippsFIR_32fc (the non-inline version) safely be the same array?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2013 10:03:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippsFIR-32fc-I-gt-ippsFIR-32fc/m-p/921259#M15712</guid>
      <dc:creator>James_v_1</dc:creator>
      <dc:date>2013-04-05T10:03:47Z</dc:date>
    </item>
    <item>
      <title>This is what a comment in</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippsFIR-32fc-I-gt-ippsFIR-32fc/m-p/921260#M15713</link>
      <description>This is what a comment in &lt;STRONG&gt;ipps.h&lt;/STRONG&gt; header says:
...
//      pSrcDst     - &lt;STRONG&gt;pointer to the input/output vector in in-place operation&lt;/STRONG&gt;
//      pSrc        - pointer to the input vector
//      pDst        - pointer to the output vector
...</description>
      <pubDate>Fri, 05 Apr 2013 13:36:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippsFIR-32fc-I-gt-ippsFIR-32fc/m-p/921260#M15713</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-04-05T13:36:31Z</dc:date>
    </item>
    <item>
      <title>That would be for the in</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippsFIR-32fc-I-gt-ippsFIR-32fc/m-p/921261#M15714</link>
      <description>&lt;P&gt;That would be for the in-place version. &amp;nbsp;I'm interested the non-in-place version, which doesn't specify whether pSrc and pDst can be the same thing.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2013 14:00:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippsFIR-32fc-I-gt-ippsFIR-32fc/m-p/921261#M15714</guid>
      <dc:creator>James_v_1</dc:creator>
      <dc:date>2013-04-05T14:00:28Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...I'm interested the non</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippsFIR-32fc-I-gt-ippsFIR-32fc/m-p/921262#M15715</link>
      <description>&amp;gt;&amp;gt;...I'm interested the non-in-place version, which doesn't specify whether pSrc and pDst can be the same thing...

I could verify with another IPP function &lt;STRONG&gt;ippsFIR_Direct_32f&lt;/STRONG&gt; because it has a similar set of parameters. If you try &lt;STRONG&gt;ippsFIR_32fc&lt;/STRONG&gt; without success post codes for review.</description>
      <pubDate>Fri, 05 Apr 2013 23:21:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippsFIR-32fc-I-gt-ippsFIR-32fc/m-p/921262#M15715</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-04-05T23:21:20Z</dc:date>
    </item>
    <item>
      <title>Starting from 7.1.1 you can</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippsFIR-32fc-I-gt-ippsFIR-32fc/m-p/921263#M15716</link>
      <description>&lt;P&gt;Starting from 7.1.1 you can safely use pSrc=pDst for all functions that have _I analogue, moreover - all such "_I" functions are marked as deprecated with reccomendation to use corresponding out-of-place functionality with pSrc=pDst.&lt;/P&gt;
&lt;P&gt;4 Sergey - don't use "direct" functions - they are also marked as deprecated and most of them internaly are implemented with InitAlloc and call to a function with state - so "direct" in most cases are just wrappers - for the question "why" I have only 1 answer - historically...&lt;/P&gt;
&lt;P&gt;regards, Igor&lt;/P&gt;</description>
      <pubDate>Sun, 07 Apr 2013 08:59:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippsFIR-32fc-I-gt-ippsFIR-32fc/m-p/921263#M15716</guid>
      <dc:creator>Igor_A_Intel</dc:creator>
      <dc:date>2013-04-07T08:59:26Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...don't use "direct"</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippsFIR-32fc-I-gt-ippsFIR-32fc/m-p/921264#M15717</link>
      <description>&amp;gt;&amp;gt;...&lt;STRONG&gt;don't use "direct" functions&lt;/STRONG&gt; - they are also &lt;STRONG&gt;marked as deprecated&lt;/STRONG&gt;...

Thanks and I'll look for a replacement.</description>
      <pubDate>Sun, 07 Apr 2013 18:29:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippsFIR-32fc-I-gt-ippsFIR-32fc/m-p/921264#M15717</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-04-07T18:29:40Z</dc:date>
    </item>
    <item>
      <title>Quote:Igor Astakhov (Intel)</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippsFIR-32fc-I-gt-ippsFIR-32fc/m-p/921265#M15718</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Igor Astakhov (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Starting from 7.1.1 you can safely use pSrc=pDst for all functions that have _I analogue, moreover - all such "_I" functions are marked as deprecated with reccomendation to use corresponding out-of-place functionality with pSrc=pDst.&lt;/P&gt;
&lt;P&gt;4 Sergey - don't use "direct" functions - they are also marked as deprecated and most of them internaly are implemented with InitAlloc and call to a function with state - so "direct" in most cases are just wrappers - for the question "why" I have only 1 answer - historically...&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks Igor. &amp;nbsp;I've already replaced the simpler _I functions (add, mul, div, etc), but wasn't sure that the same applied to the FIR functions - thanks for confirming that. &amp;nbsp;I'm in the process of replacing the ippsFIRDirect functions with their non-direct counterparts too.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2013 06:41:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippsFIR-32fc-I-gt-ippsFIR-32fc/m-p/921265#M15718</guid>
      <dc:creator>James_v_1</dc:creator>
      <dc:date>2013-04-08T06:41:23Z</dc:date>
    </item>
    <item>
      <title>Quote:Igor Astakhov (Intel)</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippsFIR-32fc-I-gt-ippsFIR-32fc/m-p/921266#M15719</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Igor Astakhov (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Starting from 7.1.1 you can safely use pSrc=pDst for all functions that have _I analogue, moreover - all such "_I" functions are marked as deprecated with reccomendation to use corresponding out-of-place functionality with pSrc=pDst.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;ippsFIR_32fc(Data, Data, FrameLength, FirStateCmplx); &amp;nbsp;//&amp;lt;- This does not work&lt;/P&gt;
&lt;P&gt;ippsFIR_32fc_I(Data, FrameLength, FirStateCmplx); //&amp;lt;- This does work&lt;/P&gt;
&lt;P&gt;It looks like a temporary array will be needed, in IPP 7.1.0 at least. &amp;nbsp;I'll test on 7.1.1 and see what happens there.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2013 07:16:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippsFIR-32fc-I-gt-ippsFIR-32fc/m-p/921266#M15719</guid>
      <dc:creator>James_v_1</dc:creator>
      <dc:date>2013-05-07T07:16:00Z</dc:date>
    </item>
    <item>
      <title>Actually, it looks like I</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippsFIR-32fc-I-gt-ippsFIR-32fc/m-p/921267#M15720</link>
      <description>&lt;P&gt;Actually, it looks like I might be stuck on 7.1.0. &amp;nbsp;Let me look into this a bit further.&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2013 07:34:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippsFIR-32fc-I-gt-ippsFIR-32fc/m-p/921267#M15720</guid>
      <dc:creator>James_v_1</dc:creator>
      <dc:date>2013-05-07T07:34:24Z</dc:date>
    </item>
    <item>
      <title>Hi James,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippsFIR-32fc-I-gt-ippsFIR-32fc/m-p/921268#M15721</link>
      <description>&lt;P&gt;Hi James,&lt;/P&gt;
&lt;P&gt;we fixed all issues with pSrc==pDst (for out-of-place functions that have in-place deprecated analogues) in 7.1.1. If you find any problems in 7.1.1 with pSrc==pDst - please submit a bug - it will be fixed ASAP.&lt;/P&gt;
&lt;P&gt;Regards, Igor&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2013 11:26:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippsFIR-32fc-I-gt-ippsFIR-32fc/m-p/921268#M15721</guid>
      <dc:creator>Igor_A_Intel</dc:creator>
      <dc:date>2013-05-07T11:26:20Z</dc:date>
    </item>
    <item>
      <title>Thanks Igor, it looks like I</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippsFIR-32fc-I-gt-ippsFIR-32fc/m-p/921269#M15722</link>
      <description>&lt;P&gt;Thanks Igor, it looks like I jumped the gun. &amp;nbsp;Version 7.1.1 fixes the problem. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2013 11:53:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippsFIR-32fc-I-gt-ippsFIR-32fc/m-p/921269#M15722</guid>
      <dc:creator>James_v_1</dc:creator>
      <dc:date>2013-05-07T11:53:37Z</dc:date>
    </item>
  </channel>
</rss>

