<?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 Thanks a lot! in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Use-array-of-floats-as-argument/m-p/925991#M13388</link>
    <description>&lt;P&gt;Thanks a lot!&lt;/P&gt;

&lt;P&gt;Did you see this under MKL's Documentation?&lt;/P&gt;</description>
    <pubDate>Wed, 26 Feb 2014 02:02:34 GMT</pubDate>
    <dc:creator>Carlos_Alexandre_T_</dc:creator>
    <dc:date>2014-02-26T02:02:34Z</dc:date>
    <item>
      <title>Use array of floats as argument</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Use-array-of-floats-as-argument/m-p/925989#M13386</link>
      <description>&lt;P&gt;Is it possible to use an array of floats as parameters when using dgemm?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2014 00:28:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Use-array-of-floats-as-argument/m-p/925989#M13386</guid>
      <dc:creator>Carlos_Alexandre_T_</dc:creator>
      <dc:date>2014-02-26T00:28:08Z</dc:date>
    </item>
    <item>
      <title>Hello Carlos,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Use-array-of-floats-as-argument/m-p/925990#M13387</link>
      <description>&lt;P&gt;Hello Carlos,&lt;/P&gt;

&lt;P&gt;MKL function allows float array,&amp;nbsp;either double&amp;nbsp;or single floats&amp;nbsp;as input.&amp;nbsp; for example,&lt;/P&gt;

&lt;P&gt;double A[m*k];&lt;/P&gt;

&lt;P&gt;B = (double*) malloc(sizeof(double)*k*n);&lt;BR /&gt;
	C = (double*) malloc(sizeof(double)*m*n);&lt;/P&gt;

&lt;P&gt;dgemm(&amp;amp;transa, &amp;amp;transb, &amp;amp;m, &amp;amp;n, &amp;amp;k, &amp;amp;alpha, A, &amp;amp;m, B, &amp;amp;k, &amp;amp;beta, C, &amp;amp;m);&lt;/P&gt;

&lt;P&gt;Moreover, the first letter in&amp;nbsp;*gemm&amp;nbsp;indicate the&amp;nbsp;data type.&amp;nbsp; and you can see&amp;nbsp;many&amp;nbsp;sample codes under &amp;lt;MKL install dir&amp;gt;/examples/&lt;/P&gt;

&lt;P&gt;for example, C:\Program Files (x86)\Intel\Composer XE 2013\mkl\examples\cblas\source&lt;/P&gt;

&lt;P&gt;s real, single precision&lt;BR /&gt;
	c complex, single precision&lt;BR /&gt;
	d real, double precision&lt;BR /&gt;
	z complex, double precision&lt;/P&gt;

&lt;P&gt;Best Regards,&lt;/P&gt;

&lt;P&gt;Ying&lt;/P&gt;

&lt;P&gt;P.S it seems the post was showned many times, we will delete the rest of them.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2014 01:03:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Use-array-of-floats-as-argument/m-p/925990#M13387</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2014-02-26T01:03:35Z</dc:date>
    </item>
    <item>
      <title>Thanks a lot!</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Use-array-of-floats-as-argument/m-p/925991#M13388</link>
      <description>&lt;P&gt;Thanks a lot!&lt;/P&gt;

&lt;P&gt;Did you see this under MKL's Documentation?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2014 02:02:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Use-array-of-floats-as-argument/m-p/925991#M13388</guid>
      <dc:creator>Carlos_Alexandre_T_</dc:creator>
      <dc:date>2014-02-26T02:02:34Z</dc:date>
    </item>
    <item>
      <title>Hi Carlos,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Use-array-of-floats-as-argument/m-p/925992#M13389</link>
      <description>&lt;P&gt;Hi Carlos,&lt;/P&gt;

&lt;P&gt;Right, MKL Documetation(MKL manual and MKL userguide) includes&amp;nbsp;the informations.&lt;/P&gt;

&lt;P&gt;The doc&amp;nbsp;can be found in&amp;nbsp;MKL install directory or&amp;nbsp;from on-line documentation:&amp;nbsp;&lt;A href="http://software.intel.com/en-us/intel-software-technical-documentation"&gt;http://software.intel.com/en-us/intel-software-technical-documentation&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Best Regards,&lt;/P&gt;

&lt;P&gt;Ying&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2014 07:08:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Use-array-of-floats-as-argument/m-p/925992#M13389</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2014-02-26T07:08:21Z</dc:date>
    </item>
  </channel>
</rss>

