<?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 what's my best choice on real-to-real FFT? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/what-s-my-best-choice-on-real-to-real-FFT/m-p/801031#M3062</link>
    <description>Hi Victor, Thanks. That's exactly what I need.&lt;BR /&gt;When Commit parameters, using:&lt;BR /&gt;"&lt;BR /&gt;// Commit parameters and create DFTI handle&lt;BR /&gt;call ?_commit_trig_transfor(a(:,i)..)&lt;BR /&gt;"&lt;BR /&gt;You mean I can commit it using any column of matrix a? I'll try that.&lt;BR /&gt;Best regards!&lt;BR /&gt;</description>
    <pubDate>Mon, 01 Nov 2010 07:10:53 GMT</pubDate>
    <dc:creator>Chang_Lei</dc:creator>
    <dc:date>2010-11-01T07:10:53Z</dc:date>
    <item>
      <title>what's my best choice on real-to-real FFT?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/what-s-my-best-choice-on-real-to-real-FFT/m-p/801026#M3057</link>
      <description>&lt;P&gt;Hi everyone, I'm recently using r-2-r cosine FFT in my poisson solver. AndI wasconfused abouthow to chose fromTT routines, DFT routines and FFTw wrappers in MKL.&lt;BR /&gt;My detailed needs are:&lt;/P&gt;&lt;P&gt;1. Forward and backward staggered cosine transform&lt;BR /&gt;2. Multiple invoking of above FFT, which means I have many arrays of samelenth to transfer.&lt;BR /&gt;3. I want to use multi threads (8+ threads) to compute these transfers.&lt;BR /&gt;&lt;BR /&gt;could someone give me instruction about which one is my best choice and what's the need of system environment(for example, the version of MKL).&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt; Changlei&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2010 07:03:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/what-s-my-best-choice-on-real-to-real-FFT/m-p/801026#M3057</guid>
      <dc:creator>Chang_Lei</dc:creator>
      <dc:date>2010-10-25T07:03:09Z</dc:date>
    </item>
    <item>
      <title>what's my best choice on real-to-real FFT?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/what-s-my-best-choice-on-real-to-real-FFT/m-p/801027#M3058</link>
      <description>for example, Description of ipar(10) in TT routines tells me: &lt;BR /&gt;"ipar(10) specifies the number of OpenMP threads to run TT routines in the OpenMP&lt;BR /&gt;environment of the Poisson Library. The default value is 1. You are highly&lt;BR /&gt;recommended not to alter this value. See also Caveat on Parameter&lt;BR /&gt;Modifications."&lt;BR /&gt;Does this mean I will take great risk to use TT routines with multi_threads?</description>
      <pubDate>Tue, 26 Oct 2010 02:08:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/what-s-my-best-choice-on-real-to-real-FFT/m-p/801027#M3058</guid>
      <dc:creator>Chang_Lei</dc:creator>
      <dc:date>2010-10-26T02:08:52Z</dc:date>
    </item>
    <item>
      <title>what's my best choice on real-to-real FFT?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/what-s-my-best-choice-on-real-to-real-FFT/m-p/801028#M3059</link>
      <description>Youcould use multi-threaded version of MKL TT routine without any risk,but I recommend use number of threads = 1for small transform.</description>
      <pubDate>Tue, 26 Oct 2010 11:13:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/what-s-my-best-choice-on-real-to-real-FFT/m-p/801028#M3059</guid>
      <dc:creator>Victor_Gladkikh</dc:creator>
      <dc:date>2010-10-26T11:13:34Z</dc:date>
    </item>
    <item>
      <title>what's my best choice on real-to-real FFT?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/what-s-my-best-choice-on-real-to-real-FFT/m-p/801029#M3060</link>
      <description>Thanks for your suggestion.&lt;BR /&gt;Here I have another question, if I have multiarrays (a(1:m,1:n)to transfor. These arrays is a two dimensional matrix. I have to do backward transforms when all forward transforms have been done. Can I invoke the TT routines in this way?&lt;BR /&gt;"call ?_init_trig_transfor(...)&lt;BR /&gt;do i=1,n&lt;BR /&gt; call ?_commit_trig_transfor(a(:,i)..)&lt;BR /&gt; call?_forward_trig_transform(a(:,i)...)&lt;BR /&gt;enddo&lt;BR /&gt;....&lt;BR /&gt;do i=1,n&lt;BR /&gt; call ?_backward_trig_transform(a(:,i)...)&lt;BR /&gt;enddo&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;or could I call the commit routine onlyonce?&lt;BR /&gt;If TT routines support multi-array transform, there will no this question.</description>
      <pubDate>Thu, 28 Oct 2010 09:23:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/what-s-my-best-choice-on-real-to-real-FFT/m-p/801029#M3060</guid>
      <dc:creator>Chang_Lei</dc:creator>
      <dc:date>2010-10-28T09:23:06Z</dc:date>
    </item>
    <item>
      <title>what's my best choice on real-to-real FFT?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/what-s-my-best-choice-on-real-to-real-FFT/m-p/801030#M3061</link>
      <description>Hi Changlei&lt;BR /&gt;&lt;BR /&gt;In you case, generalway of using TTis:&lt;BR /&gt;&lt;BR /&gt;"&lt;BR /&gt;// Init transform&lt;BR /&gt;call ?_init_trig_transfor(...)&lt;BR /&gt;// Commit parameters and create DFTI handle&lt;BR /&gt;call ?_commit_trig_transfor(a(:,i)..)&lt;BR /&gt;&lt;BR /&gt;// Do a set of forward transform&lt;BR /&gt;do i=1,n&lt;BR /&gt; call?_forward_trig_transform(a(:,i)...)&lt;BR /&gt;enddo&lt;BR /&gt;&lt;BR /&gt;....&lt;BR /&gt;// Do a set of backward transform&lt;BR /&gt;do i=1,n&lt;BR /&gt; call ?_backward_trig_transform(a(:,i)...)&lt;BR /&gt;enddo&lt;BR /&gt;&lt;BR /&gt;// Free &lt;BR /&gt;call&lt;SPAN style="font-family: CourierNewPSMT; font-size: x-small;"&gt;&lt;SPAN style="font-family: CourierNewPSMT; font-size: x-small;"&gt;free_trig_transform&lt;/SPAN&gt;&lt;/SPAN&gt;(...)&lt;BR /&gt;"&lt;BR /&gt;&lt;BR /&gt; Victor&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Oct 2010 08:47:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/what-s-my-best-choice-on-real-to-real-FFT/m-p/801030#M3061</guid>
      <dc:creator>Victor_Gladkikh</dc:creator>
      <dc:date>2010-10-29T08:47:19Z</dc:date>
    </item>
    <item>
      <title>what's my best choice on real-to-real FFT?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/what-s-my-best-choice-on-real-to-real-FFT/m-p/801031#M3062</link>
      <description>Hi Victor, Thanks. That's exactly what I need.&lt;BR /&gt;When Commit parameters, using:&lt;BR /&gt;"&lt;BR /&gt;// Commit parameters and create DFTI handle&lt;BR /&gt;call ?_commit_trig_transfor(a(:,i)..)&lt;BR /&gt;"&lt;BR /&gt;You mean I can commit it using any column of matrix a? I'll try that.&lt;BR /&gt;Best regards!&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Nov 2010 07:10:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/what-s-my-best-choice-on-real-to-real-FFT/m-p/801031#M3062</guid>
      <dc:creator>Chang_Lei</dc:creator>
      <dc:date>2010-11-01T07:10:53Z</dc:date>
    </item>
    <item>
      <title>what's my best choice on real-to-real FFT?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/what-s-my-best-choice-on-real-to-real-FFT/m-p/801032#M3063</link>
      <description>Hi Chang,&lt;BR /&gt;&lt;BR /&gt;Yes you canuse in ?_commit_trig_transfor routine any columns of the matrix a.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Victor&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Nov 2010 13:19:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/what-s-my-best-choice-on-real-to-real-FFT/m-p/801032#M3063</guid>
      <dc:creator>Victor_Gladkikh</dc:creator>
      <dc:date>2010-11-01T13:19:46Z</dc:date>
    </item>
  </channel>
</rss>

