<?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:FFT. Inconsistency of documentation or bug? in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/FFT-Inconsistency-of-documentation-or-bug/m-p/1272780#M27636</link>
    <description>&lt;P&gt;The issue is closing and we will no longer respond to this thread.&amp;nbsp;If you require additional assistance from Intel, please start a new thread.&amp;nbsp;Any further interaction in this thread will be considered community only.&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 12 Apr 2021 07:41:16 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2021-04-12T07:41:16Z</dc:date>
    <item>
      <title>FFT. Inconsistency of documentation or bug?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/FFT-Inconsistency-of-documentation-or-bug/m-p/1269261#M27615</link>
      <description>&lt;P&gt;About IPP ippsFFTFwd_R function -&lt;BR /&gt;If the external buffer is not specified (pBuffer is set to NULL), then the function itself allocates the memory needed for operation.&lt;BR /&gt;(C) Intel IPP developer reference, vol. 1: Signal Processing&lt;BR /&gt;Sorry, it's true? Look at this.&lt;BR /&gt;Code:&lt;BR /&gt;#include &amp;lt;stdio.h&amp;gt;&lt;BR /&gt;#include &amp;lt;ipp.h&amp;gt;&lt;BR /&gt;#include &amp;lt;ipps.h&amp;gt;&lt;BR /&gt;int main(void) {&lt;BR /&gt;int order, sizeFFTSpec, sizeFFTInitBuf, sizeFFTWorkBuf;&lt;BR /&gt;IppStatus initstatus, transformstatus;&lt;BR /&gt;float *pData = ippsMalloc_32f(1 &amp;lt;&amp;lt; 16);&lt;BR /&gt;ippsZero_32f(pData, 1 &amp;lt;&amp;lt; 16); // it does not matter&lt;BR /&gt;for (order = 4; order &amp;lt;= 16; order++) {&lt;BR /&gt;IppsFFTSpec_R_32f* pFFTSpec;&lt;BR /&gt;Ipp8u* pFFTSpecBuf, * pFFTInitBuf;&lt;BR /&gt;ippsFFTGetSize_R_32f(order, IPP_FFT_NODIV_BY_ANY,&lt;BR /&gt;ippAlgHintNone, &amp;amp;sizeFFTSpec, &lt;BR /&gt;&amp;amp;sizeFFTInitBuf, &amp;amp;sizeFFTWorkBuf);&lt;BR /&gt;pFFTSpecBuf = ippsMalloc_8u(sizeFFTSpec);&lt;BR /&gt;pFFTInitBuf = ippsMalloc_8u(sizeFFTInitBuf);&lt;BR /&gt;initstatus = ippsFFTInit_R_32f(&amp;amp;pFFTSpec, order, IPP_FFT_NODIV_BY_ANY,&lt;BR /&gt;ippAlgHintNone, pFFTSpecBuf, pFFTInitBuf);&lt;BR /&gt;if (initstatus == ippStsNoErr) {&lt;BR /&gt;transformstatus = ippsFFTFwd_RToCCS_32f_I(pData, pFFTSpec, nullptr);&lt;BR /&gt;printf("FFT order %d\t%s\n", order, ippGetStatusString(transformstatus));&lt;BR /&gt;}&lt;BR /&gt;else return -1;&lt;BR /&gt;ippsFree(pFFTSpec);&lt;BR /&gt;ippsFree(pFFTInitBuf);&lt;BR /&gt;}&lt;BR /&gt;return 0;&lt;BR /&gt;}&lt;BR /&gt;Output:&lt;BR /&gt;FFT order 4 ippStsNoErr: No errors&lt;BR /&gt;FFT order 5 ippStsNoErr: No errors&lt;BR /&gt;FFT order 6 ippStsNoErr: No errors&lt;BR /&gt;FFT order 7 ippStsNoErr: No errors&lt;BR /&gt;FFT order 8 ippStsNullPtrErr: Null pointer error&lt;BR /&gt;FFT order 9 ippStsNullPtrErr: Null pointer error&lt;BR /&gt;... &lt;BR /&gt;and so on&lt;/P&gt;
&lt;P&gt;UPD&lt;/P&gt;
&lt;P&gt;IPP 2021.1.1, static version, Windows 10, MS Visual Studio 2019, MS C++ Compiler. Both Win32 &amp;amp; x64 platforms.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 11:53:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/FFT-Inconsistency-of-documentation-or-bug/m-p/1269261#M27615</guid>
      <dc:creator>hatuey</dc:creator>
      <dc:date>2021-03-31T11:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: FFT. Inconsistency of documentation or bug?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/FFT-Inconsistency-of-documentation-or-bug/m-p/1269603#M27618</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 able to reproduce the same on our end, we are working on your issue internally and we will get back to you soon regarding the same.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;Regards&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;Goutham&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="highlighter--hover-tools" style="display: none;"&gt;
&lt;DIV id="highlighter--hover-tools--container"&gt;
&lt;DIV class="highlighter--icon highlighter--icon-copy" title="Copy"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="highlighter--separator"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="highlighter--icon highlighter--icon-change-color" title="Change Color"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="highlighter--separator"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="highlighter--icon highlighter--icon-delete" title="Delete"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 31 Mar 2021 12:33:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/FFT-Inconsistency-of-documentation-or-bug/m-p/1269603#M27618</guid>
      <dc:creator>GouthamK_Intel</dc:creator>
      <dc:date>2021-03-31T12:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: FFT. Inconsistency of documentation or bug?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/FFT-Inconsistency-of-documentation-or-bug/m-p/1269622#M27619</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thanks comrade! Really now it is not so big problem for me,&amp;nbsp;because now I am aware;-)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I can only add that somewhat earlier the behavior was corresponded to the documentation (IPP 7)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 13:39:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/FFT-Inconsistency-of-documentation-or-bug/m-p/1269622#M27619</guid>
      <dc:creator>hatuey</dc:creator>
      <dc:date>2021-03-31T13:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: FFT. Inconsistency of documentation or bug?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/FFT-Inconsistency-of-documentation-or-bug/m-p/1270010#M27621</link>
      <description>&lt;P&gt;Hi H&lt;SPAN&gt;atuey.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;IPP FFT does not allocate memory internally anymore. So noticed lines in documentation is obsolete now. We will update documentation in one of the next IPP releases.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks that you use IPP since 7.0 version.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Andrey&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;IPP&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 16:00:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/FFT-Inconsistency-of-documentation-or-bug/m-p/1270010#M27621</guid>
      <dc:creator>Andrey_B_Intel</dc:creator>
      <dc:date>2021-04-01T16:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: FFT. Inconsistency of documentation or bug?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/FFT-Inconsistency-of-documentation-or-bug/m-p/1270333#M27624</link>
      <description>&lt;P&gt;Thanks Andrey!&lt;/P&gt;
&lt;P&gt;Yes, updating the documentation would be useful to prevent problems with porting previously created applications, and in general.&lt;/P&gt;
&lt;P&gt;With wishes of further success to the IPP team,&lt;/P&gt;
&lt;P&gt;Hatuey&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 11:52:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/FFT-Inconsistency-of-documentation-or-bug/m-p/1270333#M27624</guid>
      <dc:creator>hatuey</dc:creator>
      <dc:date>2021-04-02T11:52:26Z</dc:date>
    </item>
    <item>
      <title>Re:FFT. Inconsistency of documentation or bug?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/FFT-Inconsistency-of-documentation-or-bug/m-p/1270511#M27626</link>
      <description>&lt;P&gt;we will keep this thread informed when the reference will be updated.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 03 Apr 2021 04:06:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/FFT-Inconsistency-of-documentation-or-bug/m-p/1270511#M27626</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2021-04-03T04:06:03Z</dc:date>
    </item>
    <item>
      <title>Re:FFT. Inconsistency of documentation or bug?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/FFT-Inconsistency-of-documentation-or-bug/m-p/1272778#M27635</link>
      <description>&lt;P&gt;The documentation (&lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/ipp-dev-reference/top/volume-1-signal-and-data-processing/transform-functions/fourier-transform-functions/fast-fourier-transform-functions/fftfwd-rtopack-fftfwd-rtoperm-fftfwd-rtoccs.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/documentation/ipp-dev-reference/top/volume-1-signal-and-data-processing/transform-functions/fourier-transform-functions/fast-fourier-transform-functions/fftfwd-rtopack-fftfwd-rtoperm-fftfwd-rtoccs.html&lt;/A&gt;) has been updated.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Apr 2021 07:39:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/FFT-Inconsistency-of-documentation-or-bug/m-p/1272778#M27635</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2021-04-12T07:39:27Z</dc:date>
    </item>
    <item>
      <title>Re:FFT. Inconsistency of documentation or bug?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/FFT-Inconsistency-of-documentation-or-bug/m-p/1272780#M27636</link>
      <description>&lt;P&gt;The issue is closing and we will no longer respond to this thread.&amp;nbsp;If you require additional assistance from Intel, please start a new thread.&amp;nbsp;Any further interaction in this thread will be considered community only.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Apr 2021 07:41:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/FFT-Inconsistency-of-documentation-or-bug/m-p/1272780#M27636</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2021-04-12T07:41:16Z</dc:date>
    </item>
  </channel>
</rss>

