<?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 is the unit of workspace query? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/What-is-the-unit-of-workspace-query/m-p/1064219#M21836</link>
    <description>&lt;P&gt;For the scalapack, when I set the lwork = -1, I can get a result from work[0].&lt;/P&gt;

&lt;P&gt;For example, the work[0] == 900000000.&lt;/P&gt;

&lt;P&gt;So the lwork = 900000000.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;How about the length of work? is it &amp;nbsp;lwork * sizeof(double), or just lwork?&lt;/P&gt;

&lt;P&gt;should I use work = new double[900000000] or work = (double *)malloc(900000000)?&lt;/P&gt;</description>
    <pubDate>Mon, 05 Sep 2016 11:05:35 GMT</pubDate>
    <dc:creator>Ye_C_1</dc:creator>
    <dc:date>2016-09-05T11:05:35Z</dc:date>
    <item>
      <title>What is the unit of workspace query?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/What-is-the-unit-of-workspace-query/m-p/1064219#M21836</link>
      <description>&lt;P&gt;For the scalapack, when I set the lwork = -1, I can get a result from work[0].&lt;/P&gt;

&lt;P&gt;For example, the work[0] == 900000000.&lt;/P&gt;

&lt;P&gt;So the lwork = 900000000.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;How about the length of work? is it &amp;nbsp;lwork * sizeof(double), or just lwork?&lt;/P&gt;

&lt;P&gt;should I use work = new double[900000000] or work = (double *)malloc(900000000)?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2016 11:05:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/What-is-the-unit-of-workspace-query/m-p/1064219#M21836</guid>
      <dc:creator>Ye_C_1</dc:creator>
      <dc:date>2016-09-05T11:05:35Z</dc:date>
    </item>
    <item>
      <title>MKL routine arguments with</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/What-is-the-unit-of-workspace-query/m-p/1064220#M21837</link>
      <description>&lt;P&gt;MKL routine arguments with the name 'work' and 'iwork' have corresponding arguments that are equal to the size (i.e., the number of elements in the array) of the 'work' and 'iwork' arrays.&lt;/P&gt;

&lt;P&gt;It is best not to think in terms of bytes in this context, since the number of bytes = lwork X byte size of one element of 'work', and 'work' may be float, double, complex or double complex.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2016 18:58:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/What-is-the-unit-of-workspace-query/m-p/1064220#M21837</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2016-09-05T18:58:33Z</dc:date>
    </item>
  </channel>
</rss>

