<?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: Questions about DFT routine in the 8.0 release in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Questions-about-DFT-routine-in-the-8-0-release/m-p/970397#M16538</link>
    <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Hi, Todd,&lt;/P&gt;
&lt;P&gt;Thanks a lot for the help. However I remember In MKL 7.2 the default value for DFTI_INITIALIZATION_EFFORT is DFTI_MEDIUM. If I omit to code to call DftiSetValue(), can I still get same precision as DFTI_HIGH? Is DFTI_HIGH is a default value now? Thanks.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jay&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;Message Edited by JayL on &lt;SPAN class="date_text"&gt;10-10-2005&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;12:15 PM&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Oct 2005 02:11:39 GMT</pubDate>
    <dc:creator>jayl</dc:creator>
    <dc:date>2005-10-11T02:11:39Z</dc:date>
    <item>
      <title>Questions about DFT routine in the 8.0 release</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Questions-about-DFT-routine-in-the-8-0-release/m-p/970395#M16536</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Dear all,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I'm an engineer working on radar imaging. We used MKL 7.2 for our previous product and try to move to the new version 8.0. I met a problem when we used the function DftiSetValue(). We used toset configuration values &lt;FONT face="Courier" size="2"&gt;
&lt;P align="left"&gt;DFTI_INITIALIZATION_EFFORT and&lt;FONT face="Courier" size="2"&gt;DFTI_HIGH in the function DftiSetValue(), but these two parameters are not supported by version 8.0&lt;/FONT&gt;&lt;/P&gt;
&lt;P align="left"&gt;&lt;FONT face="Courier" size="2"&gt;Demo code like&lt;/FONT&gt;&lt;/P&gt;
&lt;P align="left"&gt;&lt;FONT face="Courier" size="2"&gt;int fft_rv;&lt;/FONT&gt;&lt;/P&gt;
&lt;P align="left"&gt;int num = 256;&lt;/P&gt;&lt;FONT face="Courier" size="2"&gt;&lt;FONT size="2"&gt;
&lt;P&gt;DFTI_DESCRIPTOR *dfti_1D;&lt;/P&gt;
&lt;P&gt;fft_rv = DftiCreateDescriptor(&amp;amp;dfti_1D, DFTI_SINGLE, DFTI_COMPLEX,&lt;/P&gt;
&lt;P&gt;1, num);&lt;/P&gt;
&lt;P&gt;DftiSetValue(dfti_1D, DFTI_INITIALIZATION_EFFORT, DFTI_HIGH);&lt;/P&gt;
&lt;P&gt;Could anyone give me a hinton setting the parameterin the new version toachieve the same performance?&lt;/P&gt;
&lt;P&gt;Thanks a lot.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jay&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;P&gt;Message Edited by JayL on &lt;SPAN class="date_text"&gt;10-10-2005&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;07:23 AM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2005 21:20:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Questions-about-DFT-routine-in-the-8-0-release/m-p/970395#M16536</guid>
      <dc:creator>jayl</dc:creator>
      <dc:date>2005-10-10T21:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about DFT routine in the 8.0 release</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Questions-about-DFT-routine-in-the-8-0-release/m-p/970396#M16537</link>
      <description>&lt;P&gt;You will receive the same performance with the new version (8.0) by omitting from your code the call DftiSetValue to set the DFTI_INITIALIZATION_EFFORT. In MKL 7.2, only one level of initialization effort was supported and that remains so in MKL 8.0. I'll submit a request to document the omission of the parameter in the new version.&lt;/P&gt;
&lt;P&gt;-Todd&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 11 Oct 2005 01:36:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Questions-about-DFT-routine-in-the-8-0-release/m-p/970396#M16537</guid>
      <dc:creator>Todd_R_Intel</dc:creator>
      <dc:date>2005-10-11T01:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about DFT routine in the 8.0 release</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Questions-about-DFT-routine-in-the-8-0-release/m-p/970397#M16538</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Hi, Todd,&lt;/P&gt;
&lt;P&gt;Thanks a lot for the help. However I remember In MKL 7.2 the default value for DFTI_INITIALIZATION_EFFORT is DFTI_MEDIUM. If I omit to code to call DftiSetValue(), can I still get same precision as DFTI_HIGH? Is DFTI_HIGH is a default value now? Thanks.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jay&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;Message Edited by JayL on &lt;SPAN class="date_text"&gt;10-10-2005&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;12:15 PM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2005 02:11:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Questions-about-DFT-routine-in-the-8-0-release/m-p/970397#M16538</guid>
      <dc:creator>jayl</dc:creator>
      <dc:date>2005-10-11T02:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about DFT routine in the 8.0 release</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Questions-about-DFT-routine-in-the-8-0-release/m-p/970398#M16539</link>
      <description>&lt;P&gt;That's right. Although there was a parameter that could be set, from what I understand there was only one behavior implemented for 7.2. So with 8.0 you should still get that same behavior, but you must remove the call to set this parameter.&lt;/P&gt;
&lt;P&gt;If you are getting significantly different results, I would recommend submitting an issue.&lt;/P&gt;
&lt;P&gt;Todd&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2005 02:56:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Questions-about-DFT-routine-in-the-8-0-release/m-p/970398#M16539</guid>
      <dc:creator>Todd_R_Intel</dc:creator>
      <dc:date>2005-10-11T02:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about DFT routine in the 8.0 release</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Questions-about-DFT-routine-in-the-8-0-release/m-p/970399#M16540</link>
      <description>&lt;P&gt;Hi, Todd,&lt;/P&gt;
&lt;P&gt;Thanks for the suggestion. Our product was first released with MKL 6.1 and then was moved to 7.2. We only did a little bit change to get version 7.2 working. The code to set up DFTI_INITIALIZATION_EFFORT as DFTI_HIGH is inherited from code with MKL 6.1. According to your post, do you mean actually there's only one behaviour implemented no matter what value, DFTI_LOW,DFTI_MEDIUMor DFTI_HIGH,I set? Could you please verify if it's the same case for version 6.1? Thank you.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jay&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 11 Oct 2005 03:19:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Questions-about-DFT-routine-in-the-8-0-release/m-p/970399#M16540</guid>
      <dc:creator>jayl</dc:creator>
      <dc:date>2005-10-11T03:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about DFT routine in the 8.0 release</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Questions-about-DFT-routine-in-the-8-0-release/m-p/970400#M16541</link>
      <description>&lt;DIV&gt;Yes, it is the same case for all versions including 6.1.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Todd&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 11 Oct 2005 20:15:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Questions-about-DFT-routine-in-the-8-0-release/m-p/970400#M16541</guid>
      <dc:creator>Todd_R_Intel</dc:creator>
      <dc:date>2005-10-11T20:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about DFT routine in the 8.0 release</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Questions-about-DFT-routine-in-the-8-0-release/m-p/970401#M16542</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Hi, Todd,&lt;/P&gt;
&lt;P&gt;Thanks for the information. Have a nice day.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jay&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2005 23:50:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Questions-about-DFT-routine-in-the-8-0-release/m-p/970401#M16542</guid>
      <dc:creator>jayl</dc:creator>
      <dc:date>2005-10-11T23:50:42Z</dc:date>
    </item>
  </channel>
</rss>

