<?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: CBLAS matrix order and overhead? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CBLAS-matrix-order-and-overhead/m-p/908686#M11945</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/206171"&gt;Andrey Bespalov (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;Yes, exactly.&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Great, thanks.</description>
    <pubDate>Fri, 22 May 2009 14:10:11 GMT</pubDate>
    <dc:creator>mgstauffer</dc:creator>
    <dc:date>2009-05-22T14:10:11Z</dc:date>
    <item>
      <title>CBLAS matrix order and overhead?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CBLAS-matrix-order-and-overhead/m-p/908682#M11941</link>
      <description>Hi,
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Do the CBLAS matrix routines reorder the matrix array(s) from row-major to column-major in order to use the underlying Fortran BLAS implementation? Or should I pass column-ordered matricies when calling with CBLAS? If the former, there must be some overhead involved in the conversion. Thanks.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;BTW, I haven't found a way to search a particular forum. The search box on the side of the forum page let's me choose to search forums, but not a particular one, and seems the same for Advanced Search. Am I missing something?&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Cheers,&lt;/DIV&gt;
&lt;DIV&gt;Michael&lt;/DIV&gt;</description>
      <pubDate>Wed, 06 May 2009 21:30:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CBLAS-matrix-order-and-overhead/m-p/908682#M11941</guid>
      <dc:creator>Michael_Stauffer</dc:creator>
      <dc:date>2009-05-06T21:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: CBLAS matrix order and overhead?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CBLAS-matrix-order-and-overhead/m-p/908683#M11942</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;CBLAS doesn't reoder the matrix arrays.</description>
      <pubDate>Thu, 21 May 2009 09:35:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CBLAS-matrix-order-and-overhead/m-p/908683#M11942</guid>
      <dc:creator>Andrey_Bespalov</dc:creator>
      <dc:date>2009-05-21T09:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: CBLAS matrix order and overhead?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CBLAS-matrix-order-and-overhead/m-p/908684#M11943</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/206171"&gt;Andrey Bespalov (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; &lt;BR /&gt;CBLAS doesn't reoder the matrix arrays.&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;
&lt;DIV&gt;Thanks, very good to know. I should have experimented more first. Since the interface requries passing the order of the array, it suggests it doesn't reorder. But still, good to know from the source.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;So, the only performance penalty is negligible, the cost of the C wrapper to the Fortan lib?&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Cheers&lt;/DIV&gt;</description>
      <pubDate>Thu, 21 May 2009 15:46:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CBLAS-matrix-order-and-overhead/m-p/908684#M11943</guid>
      <dc:creator>Michael_Stauffer</dc:creator>
      <dc:date>2009-05-21T15:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: CBLAS matrix order and overhead?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CBLAS-matrix-order-and-overhead/m-p/908685#M11944</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Yes, exactly.</description>
      <pubDate>Fri, 22 May 2009 05:05:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CBLAS-matrix-order-and-overhead/m-p/908685#M11944</guid>
      <dc:creator>Andrey_Bespalov</dc:creator>
      <dc:date>2009-05-22T05:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: CBLAS matrix order and overhead?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CBLAS-matrix-order-and-overhead/m-p/908686#M11945</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/206171"&gt;Andrey Bespalov (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;Yes, exactly.&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Great, thanks.</description>
      <pubDate>Fri, 22 May 2009 14:10:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/CBLAS-matrix-order-and-overhead/m-p/908686#M11945</guid>
      <dc:creator>mgstauffer</dc:creator>
      <dc:date>2009-05-22T14:10:11Z</dc:date>
    </item>
  </channel>
</rss>

