<?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 dfsNewTask1D returning error (-1009) in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dfsNewTask1D-returning-error-1009/m-p/1121637#M25004</link>
    <description>&lt;P&gt;Hello everybody,&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I am trying to execute the data fitting example (from the help)&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Here is the code:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/* Create a Data Fitting task */&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DFTaskPtr task;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;MKL_INT N = 8;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;const float xx[] = {38.0f, 39.0f, 40.0f, 41.0f,&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;46.0f, 47.0f, 48.0f, 49.0f};&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;const float yy[] = {38.0f*38.0f, 39.0f*39.0f, 40.0f*40.0f, 41.0f*41.0f,&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;46.0f*46.0f, 47.0f*47.0f, 48.0f*48.0f, 49.0f*49.0f};&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;status = dfsNewTask1D(&amp;amp;task, mN, xx, DF_NON_UNIFORM_PARTITION, 1, yy, DF_NO_HINT);&lt;/P&gt;

&lt;P&gt;Can anybody explain why&amp;nbsp;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;dfsNewTask1D returning -1009? (problem with&amp;nbsp;DF_NO_HINT?)&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;I just installed evaluation (today), trying to check the performance of the spline method comparing it with the implementation we have today...&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;Best Regards and Thanks in advance for any help...&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;Yony Ribalsky&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 10 Jul 2016 06:45:10 GMT</pubDate>
    <dc:creator>rybalsky__yony</dc:creator>
    <dc:date>2016-07-10T06:45:10Z</dc:date>
    <item>
      <title>dfsNewTask1D returning error (-1009)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dfsNewTask1D-returning-error-1009/m-p/1121637#M25004</link>
      <description>&lt;P&gt;Hello everybody,&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I am trying to execute the data fitting example (from the help)&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Here is the code:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/* Create a Data Fitting task */&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DFTaskPtr task;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;MKL_INT N = 8;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;const float xx[] = {38.0f, 39.0f, 40.0f, 41.0f,&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;46.0f, 47.0f, 48.0f, 49.0f};&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;const float yy[] = {38.0f*38.0f, 39.0f*39.0f, 40.0f*40.0f, 41.0f*41.0f,&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;46.0f*46.0f, 47.0f*47.0f, 48.0f*48.0f, 49.0f*49.0f};&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;status = dfsNewTask1D(&amp;amp;task, mN, xx, DF_NON_UNIFORM_PARTITION, 1, yy, DF_NO_HINT);&lt;/P&gt;

&lt;P&gt;Can anybody explain why&amp;nbsp;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;dfsNewTask1D returning -1009? (problem with&amp;nbsp;DF_NO_HINT?)&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;I just installed evaluation (today), trying to check the performance of the spline method comparing it with the implementation we have today...&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;Best Regards and Thanks in advance for any help...&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;Yony Ribalsky&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jul 2016 06:45:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dfsNewTask1D-returning-error-1009/m-p/1121637#M25004</guid>
      <dc:creator>rybalsky__yony</dc:creator>
      <dc:date>2016-07-10T06:45:10Z</dc:date>
    </item>
    <item>
      <title>Hi YonyR, I just tested your</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dfsNewTask1D-returning-error-1009/m-p/1121638#M25005</link>
      <description>&lt;P&gt;Hi YonyR, I just tested your code. It returns 0 that completed successfully. Very strange, if it returns -1009 that means you get error on bad Y hint, invalid flag describing the structure of function&amp;nbsp;y.&lt;/P&gt;

&lt;P&gt;Could you make sure the 'mN=8'? Maybe you could also set xhint as DF_NO_HINT, and watch if the result still get an error with -1009.&amp;nbsp;Could you please tell me the version of MKL you used for your projects and your developing environment?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2016 06:18:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dfsNewTask1D-returning-error-1009/m-p/1121638#M25005</guid>
      <dc:creator>Zhen_Z_Intel</dc:creator>
      <dc:date>2016-07-11T06:18:00Z</dc:date>
    </item>
    <item>
      <title>Major version:           11</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dfsNewTask1D-returning-error-1009/m-p/1121639#M25006</link>
      <description>&lt;P&gt;Major version: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 11&lt;BR /&gt;
	Minor version: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3&lt;BR /&gt;
	Update version: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3&lt;BR /&gt;
	Product status: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product&lt;BR /&gt;
	Build: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 20160413&lt;BR /&gt;
	Platform: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Intel(R) 64 architecture&lt;BR /&gt;
	Processor optimization: &amp;nbsp;Intel(R) Advanced Vector Extensions 2 (Intel(R) AVX2) enabled processors&lt;BR /&gt;
	================================================================&lt;/P&gt;

&lt;P&gt;&amp;nbsp;dfsNewTask1D's status == 0&lt;BR /&gt;
	================================================================&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;P&gt;here is results with the latest 11.3 u3 version.&lt;/P&gt;

&lt;P&gt;please check this version of MKL or let us the comprehensive example of this case which we may investigate on our side.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2016 08:11:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dfsNewTask1D-returning-error-1009/m-p/1121639#M25006</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2016-07-11T08:11:43Z</dc:date>
    </item>
  </channel>
</rss>

