<?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: IPP or MKL... or both? in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-or-MKL-or-both/m-p/986162#M21825</link>
    <description>&lt;DIV&gt;The newer FFTfunctions in MKL (labelled DFTs)store complex numbers in a struct just as the complex BLAS functions do.The FFT functions that you are referring to in MKL that require two separate arrays are older functions that are deprecated so it would be better for you to stop using these anyways.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Check outchapter 11 of the MKL reference manual (&lt;A href="http://www.intel.com/software/products/mkl/docs/mklman.htm" target="_blank"&gt;http://www.intel.com/software/products/mkl/docs/mklman.htm&lt;/A&gt;). Alsothe example source code in the examples/dftc directory of Intel MKL version 7.2.1 might be helpful.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;-Todd&lt;/DIV&gt;</description>
    <pubDate>Wed, 13 Jul 2005 05:27:25 GMT</pubDate>
    <dc:creator>Todd_R_Intel</dc:creator>
    <dc:date>2005-07-13T05:27:25Z</dc:date>
    <item>
      <title>IPP or MKL... or both?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-or-MKL-or-both/m-p/986161#M21824</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;what i need is a fast implementation of all kinds of matrix operations (with complex matrices). Such as matrix-vector / matrix-matrix multiplication.&lt;/DIV&gt;
&lt;DIV&gt;But i also need to do 1-dim fft over the columns of a matrix.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Now i'm wondering which library would be best for my needs.&lt;/DIV&gt;
&lt;DIV&gt;I've downloaded the evaluation version of both IPP and MKL,&lt;/DIV&gt;
&lt;DIV&gt;and replaced my old fft code with the IPP-fft.&lt;/DIV&gt;
&lt;DIV&gt;But i don't see matrix operations which deal with complex values within IPP.&lt;/DIV&gt;
&lt;DIV&gt;The BLAS subset of MKL includes matrix operations for complex matrices but these functions need an array of&lt;FONT size="2"&gt;MKL_Complex16, while the fft function within MKL expects the data tobe splitted in two arrays, one with real, one with complex values.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;This means i would have to transform the matrix columns before and after i use the fft.&lt;/FONT&gt;&lt;FONT size="2"&gt; (copy from array of MKL_Complex16 to two arrays of double... bad performance)&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;I see the IPP-fft expects the the data in an array of Ipp64fc (or kind of) which is a struct containing two doubles,like MKL_Complex16. So converting between these two types is not necessary, just casting should suffice.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;But i have to use both, IPP and MKL.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;So my question is: is there a way to do the same with only one of the two libs?&lt;/FONT&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 06 Jul 2005 16:07:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-or-MKL-or-both/m-p/986161#M21824</guid>
      <dc:creator>lucksus</dc:creator>
      <dc:date>2005-07-06T16:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: IPP or MKL... or both?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-or-MKL-or-both/m-p/986162#M21825</link>
      <description>&lt;DIV&gt;The newer FFTfunctions in MKL (labelled DFTs)store complex numbers in a struct just as the complex BLAS functions do.The FFT functions that you are referring to in MKL that require two separate arrays are older functions that are deprecated so it would be better for you to stop using these anyways.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Check outchapter 11 of the MKL reference manual (&lt;A href="http://www.intel.com/software/products/mkl/docs/mklman.htm" target="_blank"&gt;http://www.intel.com/software/products/mkl/docs/mklman.htm&lt;/A&gt;). Alsothe example source code in the examples/dftc directory of Intel MKL version 7.2.1 might be helpful.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;-Todd&lt;/DIV&gt;</description>
      <pubDate>Wed, 13 Jul 2005 05:27:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-or-MKL-or-both/m-p/986162#M21825</guid>
      <dc:creator>Todd_R_Intel</dc:creator>
      <dc:date>2005-07-13T05:27:25Z</dc:date>
    </item>
  </channel>
</rss>

