<?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: question about the performance of oneapi in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/question-about-the-performance-of-oneapi/m-p/1483101#M34556</link>
    <description>&lt;P&gt;Hi Yelim,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for sharing the details. Could you please share with us the performance statistics which were observed between suitesparse and oneAPI? We would require a minimal isolated code for further analysis.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Shanmukh.SS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 17 May 2023 07:21:49 GMT</pubDate>
    <dc:creator>ShanmukhS_Intel</dc:creator>
    <dc:date>2023-05-17T07:21:49Z</dc:date>
    <item>
      <title>question about the performance of oneapi</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/question-about-the-performance-of-oneapi/m-p/1479991#M34514</link>
      <description>&lt;P&gt;Hi, I have a question about the performance of oneapi.&lt;BR /&gt;I'm evaluating several solvers to use a matrix analysis engine for my solution.&lt;BR /&gt;As a result of the evaluation, suitesparse's cholmod is faster than your engine. I want to use oneapi because I want to use your schur function as well.&lt;/P&gt;
&lt;P&gt;When analysis - factoriztion - solving is executed, pardiso is 10 times slower than cholmod. Is there any way to speed it up even more?&lt;BR /&gt;Feel free to reply if there is anything I need to provide more information on.&lt;/P&gt;
&lt;P&gt;thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;* matrix info&lt;BR /&gt;n:8833&lt;BR /&gt;nnz:3256859&lt;BR /&gt;matrix file : 0.0.facto.ijv&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 10:03:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/question-about-the-performance-of-oneapi/m-p/1479991#M34514</guid>
      <dc:creator>Yelim</dc:creator>
      <dc:date>2023-04-25T10:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: question about the performance of oneapi</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/question-about-the-performance-of-oneapi/m-p/1480555#M34523</link>
      <description>&lt;P&gt;Hi Yelim,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for posting in Intel Communities.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please get back to us with more details like (OS environment details, MKL version, etc)?&amp;nbsp; We would like to request you share the input file in a readable format as we could not be able to access the shared .ijv file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are using an older version of oneAPI, we suggest you try working on the latest oneAPI and let us know if issue persists.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Shanmukh.SS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 07:03:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/question-about-the-performance-of-oneapi/m-p/1480555#M34523</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2023-05-31T07:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: question about the performance of oneapi</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/question-about-the-performance-of-oneapi/m-p/1480745#M34526</link>
      <description>&lt;P&gt;OS : RHEL 7.9&lt;/P&gt;
&lt;P&gt;MKL Version : Intel One API 2023&lt;/P&gt;
&lt;P&gt;for ( i = 0; i &amp;lt; 64; i++ )&lt;BR /&gt;{&lt;BR /&gt;iparm[i] = 0;&lt;BR /&gt;}&lt;BR /&gt;iparm[0] = 1; /* No solver default */&lt;BR /&gt;iparm[1] = 3; /* Fill-in reordering from METIS */&lt;BR /&gt;iparm[3] = 0; /* No iterative-direct algorithm */&lt;BR /&gt;iparm[4] = 0; /* No user fill-in reducing permutation */&lt;BR /&gt;iparm[5] = 0; /* Write solution into x */&lt;BR /&gt;iparm[6] = 0; /* Not in use */&lt;BR /&gt;iparm[7] = 2; /* Max numbers of iterative refinement steps */&lt;BR /&gt;iparm[8] = 0; /* Not in use */&lt;BR /&gt;iparm[9] = 13; /* Perturb the pivot elements with 1E-13 */&lt;BR /&gt;iparm[10] = 0; /* Use nonsymmetric permutation and scaling MPS */&lt;BR /&gt;iparm[11] = 0; /* Not in use */&lt;BR /&gt;iparm[12] = 0; /* Maximum weighted matching algorithm is switched-off (default for symmetric). Try iparm[12] = 1 in case of inappropriate accuracy */&lt;BR /&gt;iparm[13] = 0; /* Output: Number of perturbed pivots */&lt;BR /&gt;iparm[14] = 0; /* Not in use */&lt;BR /&gt;iparm[15] = 0; /* Not in use */&lt;BR /&gt;iparm[16] = 0; /* Not in use */&lt;BR /&gt;iparm[17] = -1; /* Output: Number of nonzeros in the factor LU */&lt;BR /&gt;iparm[18] = -1; /* Output: Mflops for LU factorization */&lt;BR /&gt;iparm[19] = 0; /* Output: Numbers of CG Iterations */&lt;BR /&gt;iparm[26] = 1;&lt;BR /&gt;maxfct = 1; /* Maximum number of numerical factorizations. */&lt;BR /&gt;mnum = 1; /* Which factorization to use. */&lt;BR /&gt;msglvl = 1; /* Print statistical information in file */&lt;BR /&gt;error = 0; /* Initialize error flag */&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can't upload the project file because of my company regulation. sorry&lt;/P&gt;
&lt;P&gt;and could you try to open ijv file using text editor or text mode?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 06:10:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/question-about-the-performance-of-oneapi/m-p/1480745#M34526</guid>
      <dc:creator>Yelim</dc:creator>
      <dc:date>2023-04-27T06:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: question about the performance of oneapi</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/question-about-the-performance-of-oneapi/m-p/1483101#M34556</link>
      <description>&lt;P&gt;Hi Yelim,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for sharing the details. Could you please share with us the performance statistics which were observed between suitesparse and oneAPI? We would require a minimal isolated code for further analysis.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Shanmukh.SS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 07:21:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/question-about-the-performance-of-oneapi/m-p/1483101#M34556</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2023-05-17T07:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: question about the performance of oneapi</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/question-about-the-performance-of-oneapi/m-p/1484729#M34572</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;SPAN&gt;Below is the data I evaluated&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="514"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="85"&gt;solver type&lt;/TD&gt;
&lt;TD width="80"&gt;# thread&lt;BR /&gt;(Host memory&amp;nbsp; : 3TB, OS : RHEL7.9)&lt;/TD&gt;
&lt;TD width="75"&gt;reordering&lt;BR /&gt;time[Hr]&lt;/TD&gt;
&lt;TD width="70"&gt;factorization&lt;BR /&gt;time[Hr]&lt;/TD&gt;
&lt;TD width="68"&gt;sum(re. + fac.)&lt;BR /&gt;time[Hr]&lt;/TD&gt;
&lt;TD width="68"&gt;solve&lt;BR /&gt;time[Hr]&lt;/TD&gt;
&lt;TD width="68"&gt;assume 2000 step&lt;BR /&gt;time[Hr]&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;mkl&lt;/TD&gt;
&lt;TD&gt;32&lt;/TD&gt;
&lt;TD&gt;0.00022&lt;/TD&gt;
&lt;TD&gt;0.00008&lt;/TD&gt;
&lt;TD&gt;0.00030&lt;/TD&gt;
&lt;TD&gt;0.00001&lt;/TD&gt;
&lt;TD&gt;0.023&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;suitesparse&lt;/TD&gt;
&lt;TD&gt;32&lt;/TD&gt;
&lt;TD&gt;0.00005&lt;/TD&gt;
&lt;TD&gt;0.00014&lt;/TD&gt;
&lt;TD&gt;0.00019&lt;/TD&gt;
&lt;TD&gt;0.00000&lt;/TD&gt;
&lt;TD&gt;0.007&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;thanks for your help&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 04:01:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/question-about-the-performance-of-oneapi/m-p/1484729#M34572</guid>
      <dc:creator>Yelim</dc:creator>
      <dc:date>2023-05-10T04:01:04Z</dc:date>
    </item>
    <item>
      <title>Re:question about the performance of oneapi</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/question-about-the-performance-of-oneapi/m-p/1486911#M34591</link>
      <description>&lt;P&gt;Hi Yelim,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for sharing the details.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;As mentioned earlier, We would like to inform you that, for community support, we would require you to submit a minimum reproduction sample code specific to the performance issue that provides us the most relevant background information for triage. In case you require privacy, and are unable to share the issue / sample with us publicly and If you are a licensed oneAPI product customer and/or member of Intel’s oneAPI Academic Program please submit a ticket for Priority support so that your application can be handled with the required data protection and privacy regulations.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Shanmukh.SS&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 May 2023 07:22:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/question-about-the-performance-of-oneapi/m-p/1486911#M34591</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2023-05-17T07:22:34Z</dc:date>
    </item>
    <item>
      <title>Re:question about the performance of oneapi</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/question-about-the-performance-of-oneapi/m-p/1489817#M34606</link>
      <description>&lt;P&gt;Hi Yelim,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;A gentle reminder:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Could you please get back to us with the earlier-mentioned details? It helps us recreate the issue under our environment and help you further.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Shanmukh.SS&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 25 May 2023 02:09:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/question-about-the-performance-of-oneapi/m-p/1489817#M34606</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2023-05-25T02:09:29Z</dc:date>
    </item>
  </channel>
</rss>

