<?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 Could you add mk_get_version in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/TR-solver-five-times-slower-in-windows-10-than-in-windows-7/m-p/1074492#M22469</link>
    <description>&lt;P&gt;Could you add &lt;A href="https://software.intel.com/en-us/node/522110#16A2223E-444B-46ED-AA67-B4FC06B1188E"&gt;mk_get_version routine&lt;/A&gt; to understand the mkl branch of the code has been called on these OSs.&lt;/P&gt;</description>
    <pubDate>Tue, 24 Jan 2017 05:06:13 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2017-01-24T05:06:13Z</dc:date>
    <item>
      <title>TR solver five times slower in windows 10 than in windows 7</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/TR-solver-five-times-slower-in-windows-10-than-in-windows-7/m-p/1074487#M22464</link>
      <description>&lt;P&gt;I use the latest version of MKL(mkl 2017.0.109), and tested the TR(trust-region) solver (with or without constraints) with the same codes in both windows 7 (sp1) and windows 10 (enterprise). I found the solver is five times slower in windows 10. Anyone has any idea? Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2017 11:00:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/TR-solver-five-times-slower-in-windows-10-than-in-windows-7/m-p/1074487#M22464</guid>
      <dc:creator>chen_p_</dc:creator>
      <dc:date>2017-01-19T11:00:13Z</dc:date>
    </item>
    <item>
      <title>that's very unexpected result</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/TR-solver-five-times-slower-in-windows-10-than-in-windows-7/m-p/1074488#M22465</link>
      <description>&lt;P&gt;that's very unexpected result. what size the problem you solve?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2017 15:11:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/TR-solver-five-times-slower-in-windows-10-than-in-windows-7/m-p/1074488#M22465</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2017-01-19T15:11:24Z</dc:date>
    </item>
    <item>
      <title>I just used the MKL example</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/TR-solver-five-times-slower-in-windows-10-than-in-windows-7/m-p/1074489#M22466</link>
      <description>&lt;P style="font-size: 16.26px;"&gt;I just used the MKL example "nonlinear least square problem with boundary constraints" and looped 1000 times.&lt;/P&gt;

&lt;P style="font-size: 16.26px;"&gt;The running time in windows 10 is 3591ms, and 572ms in windows 7. The code snippet is listed below,&lt;/P&gt;

&lt;P style="font-size: 16.26px;"&gt;int main()&lt;BR /&gt;
	{&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;extern int Calc();&lt;/P&gt;

&lt;P style="font-size: 16.26px;"&gt;&lt;SPAN style="font-size: 1em;"&gt;&amp;nbsp; &amp;nbsp; int n = 1000;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="font-size: 16.26px;"&gt;&lt;SPAN style="font-size: 1em;"&gt;&amp;nbsp; &amp;nbsp; clock_t t1, t2;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="font-size: 16.26px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;t1 = clock(); // system clock&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;for (int i = 0; i &amp;lt; n; ++i)&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;Calc(); // invoke the MKL example&lt;/P&gt;

&lt;P style="font-size: 16.26px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;t2 = clock();&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;float diff = t2 - t1;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;cout &amp;lt;&amp;lt; "elapsed time " &amp;lt;&amp;lt; diff &amp;lt;&amp;lt; endl;&lt;/P&gt;

&lt;P style="font-size: 16.26px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;cin.get(); &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P style="font-size: 16.26px;"&gt;&lt;SPAN style="font-size: 1em;"&gt;&amp;nbsp; &amp;nbsp; return 1;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="font-size: 16.26px;"&gt;&lt;SPAN style="font-size: 1em;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="font-size: 16.26px;"&gt;&lt;SPAN style="font-size: 1em;"&gt;The running time difference is pretty consistent and easy to reproduce. Thanks a lot.&lt;/SPAN&gt;&lt;/P&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 23 Jan 2017 05:42:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/TR-solver-five-times-slower-in-windows-10-than-in-windows-7/m-p/1074489#M22466</guid>
      <dc:creator>chen_p_</dc:creator>
      <dc:date>2017-01-23T05:42:00Z</dc:date>
    </item>
    <item>
      <title>ok, i see what you did.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/TR-solver-five-times-slower-in-windows-10-than-in-windows-7/m-p/1074490#M22467</link>
      <description>&lt;P&gt;ok, i see what you did.&lt;/P&gt;

&lt;P&gt;1. This example contains different declaration, initialization, output and computation stages. The computation intensive part of this solution is dtrnlspbc_solve() routine. &amp;nbsp;Could you check this part? &amp;nbsp;&lt;/P&gt;

&lt;P&gt;2. A&lt;SPAN style="font-size: 1em;"&gt;nd using dsecnd() mkl's routine would give you more consistent results. see into RF for more details how to call this function.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 08:11:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/TR-solver-five-times-slower-in-windows-10-than-in-windows-7/m-p/1074490#M22467</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2017-01-23T08:11:29Z</dc:date>
    </item>
    <item>
      <title>OK. I inserted desecnd()</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/TR-solver-five-times-slower-in-windows-10-than-in-windows-7/m-p/1074491#M22468</link>
      <description>&lt;P&gt;OK. I inserted desecnd() function to calculate the elapsed time of each loop for the same MKL example. The part of codes is listed here.&amp;nbsp;&lt;SPAN style="font-size: 13.008px;"&gt;The lower left picture is from windows 10, and the right from windows 7. The running time difference for the core computation routine is significant, and it is about 6-7 times.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;IMG alt="" src="https://cloud.githubusercontent.com/assets/9098699/22233119/d94cf474-e228-11e6-9ab1-d62aefb9bd57.png" /&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;IMG alt="" src="https://cloud.githubusercontent.com/assets/9098699/22232917/607e4d78-e227-11e6-8593-f5341ea599f1.png" /&gt;&lt;IMG alt="" src="https://cloud.githubusercontent.com/assets/9098699/22233012/f56dec04-e227-11e6-8def-59418b4a12ea.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2017 03:40:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/TR-solver-five-times-slower-in-windows-10-than-in-windows-7/m-p/1074491#M22468</guid>
      <dc:creator>chen_p_</dc:creator>
      <dc:date>2017-01-24T03:40:37Z</dc:date>
    </item>
    <item>
      <title>Could you add mk_get_version</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/TR-solver-five-times-slower-in-windows-10-than-in-windows-7/m-p/1074492#M22469</link>
      <description>&lt;P&gt;Could you add &lt;A href="https://software.intel.com/en-us/node/522110#16A2223E-444B-46ED-AA67-B4FC06B1188E"&gt;mk_get_version routine&lt;/A&gt; to understand the mkl branch of the code has been called on these OSs.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2017 05:06:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/TR-solver-five-times-slower-in-windows-10-than-in-windows-7/m-p/1074492#M22469</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2017-01-24T05:06:13Z</dc:date>
    </item>
    <item>
      <title>Yes. I used the latest</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/TR-solver-five-times-slower-in-windows-10-than-in-windows-7/m-p/1074493#M22470</link>
      <description>&lt;P&gt;Yes. I used the latest version of MKL. The detailed version info shows in the picture.&lt;/P&gt;

&lt;P&gt;&lt;IMG alt="" src="https://cloud.githubusercontent.com/assets/9098699/22236157/cf6dbda6-e23e-11e6-9c04-551b91bec4b0.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2017 06:12:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/TR-solver-five-times-slower-in-windows-10-than-in-windows-7/m-p/1074493#M22470</guid>
      <dc:creator>chen_p_</dc:creator>
      <dc:date>2017-01-24T06:12:30Z</dc:date>
    </item>
  </channel>
</rss>

