<?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 64-bit Workspace with sgesvd? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/64-bit-Workspace-with-sgesvd/m-p/857621#M7137</link>
    <description>Is it possible to have a 64-bit work array with sgesvd? Since the lwork parameter is a signed 32-bit integer, this does not seem possible, but maybe there is a similar function I am overlooking.</description>
    <pubDate>Thu, 16 Apr 2009 19:46:34 GMT</pubDate>
    <dc:creator>schmmd</dc:creator>
    <dc:date>2009-04-16T19:46:34Z</dc:date>
    <item>
      <title>64-bit Workspace with sgesvd?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/64-bit-Workspace-with-sgesvd/m-p/857621#M7137</link>
      <description>Is it possible to have a 64-bit work array with sgesvd? Since the lwork parameter is a signed 32-bit integer, this does not seem possible, but maybe there is a similar function I am overlooking.</description>
      <pubDate>Thu, 16 Apr 2009 19:46:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/64-bit-Workspace-with-sgesvd/m-p/857621#M7137</guid>
      <dc:creator>schmmd</dc:creator>
      <dc:date>2009-04-16T19:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: 64-bit Workspace with sgesvd?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/64-bit-Workspace-with-sgesvd/m-p/857622#M7138</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/419763"&gt;schmmd&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;Is it possible to have a 64-bit work array with sgesvd? Since the lwork parameter is a signed 32-bit integer, this does not seem possible, but maybe there is a similar function I am overlooking.&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
The ilp64 library version (not available for ia32) presumably has a 64-bit work array. Maybe that's not what you are asking.&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Apr 2009 20:21:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/64-bit-Workspace-with-sgesvd/m-p/857622#M7138</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-04-16T20:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: 64-bit Workspace with sgesvd?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/64-bit-Workspace-with-sgesvd/m-p/857623#M7139</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/367365"&gt;tim18&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;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
The ilp64 library version (not available for ia32) presumably has a 64-bit work array. Maybe that's not what you are asking.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;I don't think this is a problem with the actual library but rather with the header file. I need to specify the length of the work array and I can only send in an "int" with sgesvd. Moreover, all the libraries use the same header files. So I think that if I use sgesvd I am forced to only send a 32-bit int.&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Apr 2009 00:30:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/64-bit-Workspace-with-sgesvd/m-p/857623#M7139</guid>
      <dc:creator>schmmd</dc:creator>
      <dc:date>2009-04-17T00:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: 64-bit Workspace with sgesvd?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/64-bit-Workspace-with-sgesvd/m-p/857624#M7140</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
We got a confirmation in an earlier thread of some errors in the headers for ilp64, where all integers are 64-bit.&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Apr 2009 03:49:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/64-bit-Workspace-with-sgesvd/m-p/857624#M7140</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-04-17T03:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: 64-bit Workspace with sgesvd?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/64-bit-Workspace-with-sgesvd/m-p/857625#M7141</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/419763"&gt;schmmd&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;Is it possible to have a 64-bit work array with sgesvd? Since the lwork parameter is a signed 32-bit integer, this does not seem possible, but maybe there is a similar function I am overlooking.&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;do you mean your problem size is so huge that the space needed for work array doesn't fit to 32-bit space? Then there are several options:&lt;BR /&gt;a) if you're workingwith 32-bit MKL the only way is to reduce workspace amount: the minimal workspace needed is max(3*min(m, n)+max(m, n), 5*min(m,n)) of floats, I don't believe the linear size of your problem is so huge not tofit the minimal workspace into 32-bit.&lt;BR /&gt;b) if you're working with 64-bit MKL you may reduce your workspace according to a) in case you need only LP64 model; or you may switch to ILP64 model where lwork is 64-bit.&lt;BR /&gt;&lt;BR /&gt;Or do you mean something different?&lt;BR /&gt;&lt;BR /&gt;Michael.</description>
      <pubDate>Fri, 17 Apr 2009 11:25:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/64-bit-Workspace-with-sgesvd/m-p/857625#M7141</guid>
      <dc:creator>Michael_C_Intel4</dc:creator>
      <dc:date>2009-04-17T11:25:30Z</dc:date>
    </item>
  </channel>
</rss>

