<?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 Shigeo, in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DataFitting-bug/m-p/974594#M16992</link>
    <description>&lt;P&gt;&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 14.399999618530273px;"&gt;Shigeo,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 14.399999618530273px;"&gt;the fix of the problem you can find into 11.1 update2 released yesterday. Would you please check the issue with this update and let us know the results.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 14.399999618530273px;"&gt;--Gennady&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Feb 2014 06:32:23 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2014-02-14T06:32:23Z</dc:date>
    <item>
      <title>DataFitting bug ?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DataFitting-bug/m-p/974588#M16986</link>
      <description>&lt;P&gt;Pls run&amp;nbsp;the program bellow,and&amp;nbsp;confirm the difference between NY==1 and NY==2 case.&lt;BR /&gt;
	&lt;BR /&gt;
	DFTaskPtr&amp;nbsp; task;&lt;BR /&gt;
	&amp;nbsp;// int NY = 2;&lt;BR /&gt;
	&amp;nbsp;int NY = 1;&lt;BR /&gt;
	&amp;nbsp;double x[] = {1,2, 3, 4,&amp;nbsp; 5};&lt;BR /&gt;
	&amp;nbsp;double y[] = {0,2,-1,-0.5,0,-1,1,-2,-1.5,-1};&lt;BR /&gt;
	&amp;nbsp;int&amp;nbsp;&amp;nbsp;&amp;nbsp; NX&amp;nbsp; = sizeof(x)/sizeof(x[0]);&lt;BR /&gt;
	&amp;nbsp;int order&amp;nbsp; = 1;&lt;BR /&gt;
	&amp;nbsp;int dorder[] = { 0,0 };&lt;BR /&gt;
	&amp;nbsp;int ndorder = sizeof(dorder)/sizeof(dorder[0]);&lt;BR /&gt;
	&amp;nbsp;double coef[20];&lt;BR /&gt;
	&amp;nbsp;double xv&amp;nbsp;&amp;nbsp; = 0.0;&lt;BR /&gt;
	&amp;nbsp;double yv[2];&lt;BR /&gt;
	&amp;nbsp;int status;&lt;BR /&gt;
	&amp;nbsp;status = dfdNewTask1D( &amp;amp;task,NX,x, DF_NON_UNIFORM_PARTITION, NY, y, DF_MATRIX_STORAGE_ROWS );&lt;BR /&gt;
	&amp;nbsp;status = dfdEditPPSpline1D(task, DF_PP_LINEAR, DF_PP_DEFAULT, DF_NO_BC , NULL, DF_NO_IC, NULL, coef, DF_NO_HINT);&lt;BR /&gt;
	&amp;nbsp;status = dfdConstruct1D( task, DF_PP_SPLINE, DF_METHOD_STD );&lt;BR /&gt;
	&amp;nbsp;for(int i=1;i&amp;lt;=NX;++i)&lt;BR /&gt;
	&amp;nbsp;{&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;xv = i;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;status = dfdInterpolate1D( task, DF_INTERP, DF_METHOD_PP, 1, &amp;amp;xv, DF_NON_UNIFORM_PARTITION, ndorder, dorder, NULL, yv, DF_MATRIX_STORAGE_ROWS, NULL );&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;if(NY==2) printf("status = %d x=%g y=[%g,%g]\n",status,xv,yv[0],yv[1]);&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;else&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; printf("status = %d x=%g y=[%g]\n",status,xv,yv[0]);&lt;BR /&gt;
	&amp;nbsp;}&lt;BR /&gt;
	&lt;BR /&gt;
	===== the results when NY=1 follow&lt;BR /&gt;
	status = 0 x=1 y=[0]&lt;BR /&gt;
	status = 0 x=2 y=[-1.5]&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;= why not 2.0 ?&amp;nbsp;&lt;BR /&gt;
	status = 0 x=3 y=[-1]&lt;BR /&gt;
	status = 0 x=4 y=[-0.5]&lt;BR /&gt;
	status = 0 x=5 y=[0]&lt;BR /&gt;
	&lt;BR /&gt;
	===== the results when NY=2 follow&lt;BR /&gt;
	status = 0 x=1 y=[0,-1]&lt;BR /&gt;
	status = 0 x=2 y=[2,1]&amp;nbsp;&amp;nbsp; &amp;lt;= Yes OK!&lt;BR /&gt;
	status = 0 x=3 y=[-1,-2]&lt;BR /&gt;
	status = 0 x=4 y=[-0.5,-1.5]&lt;BR /&gt;
	status = 0 x=5 y=[0,-1]&lt;BR /&gt;
	------------------------------------------------&lt;BR /&gt;
	I got the results under &amp;nbsp;MKL V11.1.1 Product Build 20131010 for 32-bit application on Windows-7.&lt;BR /&gt;
	&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2014 08:31:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DataFitting-bug/m-p/974588#M16986</guid>
      <dc:creator>Shigeo_Kobayashi</dc:creator>
      <dc:date>2014-02-03T08:31:05Z</dc:date>
    </item>
    <item>
      <title>thanks, we will check this</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DataFitting-bug/m-p/974589#M16987</link>
      <description>&lt;P&gt;thanks, we will check this case.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2014 10:05:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DataFitting-bug/m-p/974589#M16987</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2014-02-03T10:05:40Z</dc:date>
    </item>
    <item>
      <title>yes, it looks a bug. the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DataFitting-bug/m-p/974590#M16988</link>
      <description>&lt;P&gt;yes, it looks a bug. the issue is escalated. we will update this thread in the case any news.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2014 10:27:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DataFitting-bug/m-p/974590#M16988</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2014-02-03T10:27:28Z</dc:date>
    </item>
    <item>
      <title>Hello Shigeo Kobayashi,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DataFitting-bug/m-p/974591#M16989</link>
      <description>&lt;P&gt;Hello&amp;nbsp;Shigeo Kobayashi,&lt;/P&gt;

&lt;P&gt;The test case you have provided reproduces a bug in MKL 11.1.1. dfdinterpolate1D function has an issue with processing small tasks when ny = 1 and nsite = 1, like in your example.&lt;/P&gt;

&lt;P&gt;This issue was also revealed by our internal testing and the fix is planned for the next MKL 11.1 update. Currently you could use a workaround: Please use nsite = 2 and pass array of 2 elements as an array of interpolation sites to obtain correct results.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2014 06:00:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DataFitting-bug/m-p/974591#M16989</guid>
      <dc:creator>VictoriyaS_F_Intel</dc:creator>
      <dc:date>2014-02-04T06:00:05Z</dc:date>
    </item>
    <item>
      <title>Hi Victoriya,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DataFitting-bug/m-p/974592#M16990</link>
      <description>&lt;P&gt;Hi Victoriya,&lt;BR /&gt;
	Thank you for your comment. Yes,I wait for the next MKL release(this month?). &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2014 11:35:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DataFitting-bug/m-p/974592#M16990</guid>
      <dc:creator>Shigeo_Kobayashi</dc:creator>
      <dc:date>2014-02-04T11:35:06Z</dc:date>
    </item>
    <item>
      <title>yes</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DataFitting-bug/m-p/974593#M16991</link>
      <description>&lt;P&gt;yes&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2014 11:49:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DataFitting-bug/m-p/974593#M16991</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2014-02-04T11:49:59Z</dc:date>
    </item>
    <item>
      <title>Shigeo,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DataFitting-bug/m-p/974594#M16992</link>
      <description>&lt;P&gt;&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 14.399999618530273px;"&gt;Shigeo,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 14.399999618530273px;"&gt;the fix of the problem you can find into 11.1 update2 released yesterday. Would you please check the issue with this update and let us know the results.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 14.399999618530273px;"&gt;--Gennady&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2014 06:32:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DataFitting-bug/m-p/974594#M16992</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2014-02-14T06:32:23Z</dc:date>
    </item>
    <item>
      <title>Hi Gennady,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DataFitting-bug/m-p/974595#M16993</link>
      <description>&lt;P&gt;Hi Gennady,&lt;BR /&gt;
	Yes, I&amp;nbsp;downloaded 11.1 update2 and&amp;nbsp;got&amp;nbsp;correct results today.&lt;BR /&gt;
	Thank you and all MKL people !!&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2014 10:26:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DataFitting-bug/m-p/974595#M16993</guid>
      <dc:creator>Shigeo_Kobayashi</dc:creator>
      <dc:date>2014-02-14T10:26:56Z</dc:date>
    </item>
    <item>
      <title>another issue with</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DataFitting-bug/m-p/974596#M16994</link>
      <description>&lt;P&gt;another issue with performance, we are going to fix the next update. We will keep you updated with the status. Regards, Gennady&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2014 10:37:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DataFitting-bug/m-p/974596#M16994</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2014-02-14T10:37:23Z</dc:date>
    </item>
  </channel>
</rss>

