<?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 Need help on zhetrd function in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Need-help-on-zhetrd-function/m-p/898208#M11093</link>
    <description>&lt;P&gt;I have the following code:&lt;/P&gt;
&lt;DIV&gt;&lt;SPAN class="151160206-23112008"&gt;&lt;SPAN style="color: #000080;"&gt;
&lt;P&gt;&lt;SPAN style="font-size: x-small;"&gt;double* work = new double [2*lwork];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: x-small;"&gt;double* d_matrix = new double [vlength];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: x-small;"&gt;double* e_matrix = new double [(vlength-1)];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: x-small;"&gt;double* tau_matrix = new double [2*(vlength-1)];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;char* cflag = "U";&lt;/P&gt;
&lt;P&gt;int info =0;&lt;/P&gt;
&lt;FONT color="#000080"&gt;
&lt;P&gt;&lt;SPAN style="font-size: x-small;"&gt;zhetrd(cflag,&amp;amp;vlength,&lt;/SPAN&gt;&lt;/P&gt;
&lt;/FONT&gt;&lt;/SPAN&gt;
&lt;P&gt;&lt;SPAN style="font-size: x-small;"&gt;&lt;SPAN style="color: #ff0000;"&gt;matrix&lt;/SPAN&gt;&lt;SPAN style="color: #000080;"&gt;,&amp;amp;vlength, d_matrix, e_matrix,&lt;SPAN class="151160206-23112008"&gt; &lt;/SPAN&gt;tau_matrix, work, &amp;amp;lwork, &amp;amp;info);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: x-small; color: #000080;"&gt;Here , matrix is a double array (double *), 1 dimension. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: x-small; color: #000080;"&gt;I would like to know what is the size of matrix. It seems when the size of matrix varies, the result will be different.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: x-small; color: #000080;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/SPAN&gt;&lt;/DIV&gt;</description>
    <pubDate>Sun, 23 Nov 2008 06:22:29 GMT</pubDate>
    <dc:creator>Zhu_W_Intel</dc:creator>
    <dc:date>2008-11-23T06:22:29Z</dc:date>
    <item>
      <title>Need help on zhetrd function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Need-help-on-zhetrd-function/m-p/898208#M11093</link>
      <description>&lt;P&gt;I have the following code:&lt;/P&gt;
&lt;DIV&gt;&lt;SPAN class="151160206-23112008"&gt;&lt;SPAN style="color: #000080;"&gt;
&lt;P&gt;&lt;SPAN style="font-size: x-small;"&gt;double* work = new double [2*lwork];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: x-small;"&gt;double* d_matrix = new double [vlength];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: x-small;"&gt;double* e_matrix = new double [(vlength-1)];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: x-small;"&gt;double* tau_matrix = new double [2*(vlength-1)];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;char* cflag = "U";&lt;/P&gt;
&lt;P&gt;int info =0;&lt;/P&gt;
&lt;FONT color="#000080"&gt;
&lt;P&gt;&lt;SPAN style="font-size: x-small;"&gt;zhetrd(cflag,&amp;amp;vlength,&lt;/SPAN&gt;&lt;/P&gt;
&lt;/FONT&gt;&lt;/SPAN&gt;
&lt;P&gt;&lt;SPAN style="font-size: x-small;"&gt;&lt;SPAN style="color: #ff0000;"&gt;matrix&lt;/SPAN&gt;&lt;SPAN style="color: #000080;"&gt;,&amp;amp;vlength, d_matrix, e_matrix,&lt;SPAN class="151160206-23112008"&gt; &lt;/SPAN&gt;tau_matrix, work, &amp;amp;lwork, &amp;amp;info);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: x-small; color: #000080;"&gt;Here , matrix is a double array (double *), 1 dimension. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: x-small; color: #000080;"&gt;I would like to know what is the size of matrix. It seems when the size of matrix varies, the result will be different.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: x-small; color: #000080;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 23 Nov 2008 06:22:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Need-help-on-zhetrd-function/m-p/898208#M11093</guid>
      <dc:creator>Zhu_W_Intel</dc:creator>
      <dc:date>2008-11-23T06:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on zhetrd function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Need-help-on-zhetrd-function/m-p/898209#M11094</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;matrix should be vlength by vlength, that is, in your program:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;double *matrix = new double[2*vlength*vlength];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Also, try to allocate one element more for tau array - current impementation is using n elements of tau:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;double *tau_matrix = new double[2*vlength];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Nov 2008 13:56:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Need-help-on-zhetrd-function/m-p/898209#M11094</guid>
      <dc:creator>Michael_C_Intel4</dc:creator>
      <dc:date>2008-11-24T13:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on zhetrd function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Need-help-on-zhetrd-function/m-p/898210#M11095</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/337852"&gt;Michael Chuvelev (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;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;How much differences should I expect from the output matrix? I see quite big differences from a 32 build and a 64 build.&lt;/P&gt;
&lt;P&gt;I mailed the program and test data through email. Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Nov 2008 17:14:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Need-help-on-zhetrd-function/m-p/898210#M11095</guid>
      <dc:creator>Zhu_W_Intel</dc:creator>
      <dc:date>2008-11-24T17:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on zhetrd function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Need-help-on-zhetrd-function/m-p/898211#M11096</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/408277"&gt;Zhu Wang (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;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;How much differences should I expect from the output matrix? I see quite big differences from a 32 build and a 64 build.&lt;/P&gt;
&lt;P&gt;I mailed the program and test data through email. Thanks.&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;Do you mean that your own source code produces different results for 32-bit x87 code and 64-bit SSE code?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Nov 2008 18:15:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Need-help-on-zhetrd-function/m-p/898211#M11096</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2008-11-24T18:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on zhetrd function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Need-help-on-zhetrd-function/m-p/898212#M11097</link>
      <description>&lt;DIV style="margin:0px;"&gt;I have some data, I feed in zhetrd function call, look at the output. I got different results from 32 build and 64 build.&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;Not sure what you meant SSE. I didn't use SSE here.&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;It is my example program. The differences are much bigger than I would expected.&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;Thanks.&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Nov 2008 00:25:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Need-help-on-zhetrd-function/m-p/898212#M11097</guid>
      <dc:creator>Zhu_W_Intel</dc:creator>
      <dc:date>2008-11-25T00:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on zhetrd function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Need-help-on-zhetrd-function/m-p/898213#M11098</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: Verdana;"&gt;Laura,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: Verdana;"&gt;it seems, this is the error in this routine. We will work on this problem asap and inform you if any updates.&lt;/SPAN&gt;&lt;/P&gt;
&lt;SPAN style="font-size: 10pt; color: black; font-family: Verdana; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;--Gennady&lt;/SPAN&gt;&lt;BR /&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 26 Nov 2008 10:32:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Need-help-on-zhetrd-function/m-p/898213#M11098</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2008-11-26T10:32:25Z</dc:date>
    </item>
  </channel>
</rss>

