<?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: best way to investigate difference between debug and release when calling LAPACKE_dposv in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/best-way-to-investigate-difference-between-debug-and-release/m-p/1428135#M33829</link>
    <description>&lt;P&gt;Dear&amp;nbsp;&lt;SPAN&gt;Vidyalatha, many thanks.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I am still checking my matrixes to make sure it does not have any non finite number. Once down i ll update you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Many thanks.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Morgan&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Nov 2022 13:13:56 GMT</pubDate>
    <dc:creator>Le_Callet__Morgan_M</dc:creator>
    <dc:date>2022-11-07T13:13:56Z</dc:date>
    <item>
      <title>best way to investigate difference between debug and release when calling LAPACKE_dposv</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/best-way-to-investigate-difference-between-debug-and-release/m-p/1424816#M33797</link>
      <description>&lt;P&gt;Hello all.&lt;/P&gt;
&lt;P&gt;I am using the function&amp;nbsp; LAPACKE_dposv in my c++code and when checking the return value it is not 0 in debug but it is in release.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Shall i be worried ?&lt;/P&gt;
&lt;P&gt;Is there some obvious check i should do in my matrices&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using the following code structure with my own matrix:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/onemkl-lapack-examples/top/lapack-routines-linear-equations/posv-function/dposv-example/lapacke-dposv-example-c-row.html" target="_blank"&gt;LAPACKE_dposv Example Program in C for Row Major Data Layout (intel.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and best regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 13:46:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/best-way-to-investigate-difference-between-debug-and-release/m-p/1424816#M33797</guid>
      <dc:creator>Le_Callet__Morgan_M</dc:creator>
      <dc:date>2022-10-25T13:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: best way to investigate difference between debug and release when calling LAPACKE_dposv</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/best-way-to-investigate-difference-between-debug-and-release/m-p/1425095#M33799</link>
      <description>&lt;P&gt;Hi Morgan,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;I am using the function&amp;nbsp;LAPACKE_dposv in my c++code and when checking the return value it is not 0 in debug but it is in release.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Could you please share your project file with the sample reproducer code and steps to reproduce (if any) so that we could check it from our end?&lt;/P&gt;
&lt;P&gt;Meanwhile, you can check for the details of the return value of the function here at this link&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/lapack-routines/lapack-linear-equation-routines/lapack-linear-equation-driver-routines/posv.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/lapack-routines/lapack-linear-equation-routines/lapack-linear-equation-driver-routines/posv.html&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;This function returns a value info.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;If info = 0, the execution is successful.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;If info = -i, parameter i had an illegal value.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;If info = i, the leading minor of order i (and therefore the matrix A itself) is not positive definite, so the factorization could not be completed, and the solution has not been computed.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;I am using the following code structure with my own matrix:&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Could you please confirm if you have observed the same issue with the example code provided in the link?&lt;/P&gt;
&lt;P&gt;A quick check of the example in the link from my end shows that the LAPACKE_dpsov function call returns 0 in Debug mode as well.&lt;/P&gt;
&lt;P&gt;Additionally, please let us know the MKL version being used in this case and your OS environment details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Vidya.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 09:07:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/best-way-to-investigate-difference-between-debug-and-release/m-p/1425095#M33799</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2022-10-26T09:07:24Z</dc:date>
    </item>
    <item>
      <title>Re:best way to investigate difference between debug and release when calling LAPACKE_dposv</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/best-way-to-investigate-difference-between-debug-and-release/m-p/1427033#M33818</link>
      <description>&lt;P&gt;Hi Morgan,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;As we haven't heard back from you, could you please provide us with an update regarding the issue? Please get back to us with the above-mentioned details if the issue still persists.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vidya.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Nov 2022 09:21:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/best-way-to-investigate-difference-between-debug-and-release/m-p/1427033#M33818</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2022-11-02T09:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: best way to investigate difference between debug and release when calling LAPACKE_dposv</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/best-way-to-investigate-difference-between-debug-and-release/m-p/1428135#M33829</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;SPAN&gt;Vidyalatha, many thanks.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I am still checking my matrixes to make sure it does not have any non finite number. Once down i ll update you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Many thanks.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Morgan&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2022 13:13:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/best-way-to-investigate-difference-between-debug-and-release/m-p/1428135#M33829</guid>
      <dc:creator>Le_Callet__Morgan_M</dc:creator>
      <dc:date>2022-11-07T13:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: best way to investigate difference between debug and release when calling LAPACKE_dposv</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/best-way-to-investigate-difference-between-debug-and-release/m-p/1428503#M33839</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;SPAN&gt;Vidyalatha, i have checked and the issue was with my code. This thread can be deleted.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks and kind regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Morgan&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 16:49:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/best-way-to-investigate-difference-between-debug-and-release/m-p/1428503#M33839</guid>
      <dc:creator>Le_Callet__Morgan_M</dc:creator>
      <dc:date>2022-11-08T16:49:19Z</dc:date>
    </item>
    <item>
      <title>Re:best way to investigate difference between debug and release when calling LAPACKE_dposv</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/best-way-to-investigate-difference-between-debug-and-release/m-p/1428524#M33840</link>
      <description>&lt;P&gt;Hi Morgan,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;i have checked and the issue was with my code...This thread can be deleted.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Thanks for the confirmation.&lt;/P&gt;&lt;P&gt;Please post a new question if you need any additional assistance from Intel as this thread will no longer be monitored.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vidya.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Nov 2022 17:39:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/best-way-to-investigate-difference-between-debug-and-release/m-p/1428524#M33840</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2022-11-08T17:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: best way to investigate difference between debug and release when calling LAPACKE_dposv</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/best-way-to-investigate-difference-between-debug-and-release/m-p/1448257#M34184</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;SPAN&gt;Dear&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="sub_section_element_selectors"&gt;Vidyalatha, the error was in my code; this thread can be closed and deleted. Thanks and kind regards.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 10:00:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/best-way-to-investigate-difference-between-debug-and-release/m-p/1448257#M34184</guid>
      <dc:creator>Le_Callet__Morgan_M</dc:creator>
      <dc:date>2023-01-19T10:00:46Z</dc:date>
    </item>
  </channel>
</rss>

