<?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: memory leakage using the MKL functions: vsldCorrNewTask1D,  in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/memory-leakage-using-the-MKL-functions-vsldCorrNewTask1D/m-p/880766#M9542</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/93649"&gt;Victor Pasko (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;
&lt;P&gt;Niels,&lt;/P&gt;
&lt;P&gt;Thank you for the test case! BTW, did you try it with the latest MKL 10.2.2?&lt;/P&gt;
&lt;P&gt;-- Victor&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
No, I have not got that version yet (I think that I will look into that sometime next year).&lt;BR /&gt;&lt;BR /&gt;best&lt;BR /&gt;Niels&lt;BR /&gt;</description>
    <pubDate>Tue, 01 Dec 2009 08:33:09 GMT</pubDate>
    <dc:creator>nh_wulff</dc:creator>
    <dc:date>2009-12-01T08:33:09Z</dc:date>
    <item>
      <title>memory leakage using the MKL functions: vsldCorrNewTask1D, vsldCorrExec1D and vslCorrDeleteTask</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/memory-leakage-using-the-MKL-functions-vsldCorrNewTask1D/m-p/880758#M9534</link>
      <description>Hi MKL forum&lt;BR /&gt;&lt;BR /&gt;Can anybody hel me:&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;I am using the following routine to calculate the correlation between the two arrays x and y:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;int intel_corr(double *h, int inch, double *x, int incx, double *y, int incy, int nh, int nx, int ny){&lt;/P&gt;
&lt;P&gt; int status;&lt;/P&gt;
&lt;P&gt; VSLConvTaskPtr task;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt; vsldCorrNewTask1D(&amp;amp;task,VSL_CONV_MODE_AUTO,ny,nx,nh);&lt;/P&gt;
&lt;P&gt; status = vsldCorrExec1D(task,y,incy,x,incx,h,inch);&lt;/P&gt;
&lt;P&gt; vslCorrDeleteTask(&amp;amp;task);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt; return status;&lt;/P&gt;
&lt;P&gt;}/* intel_corr */&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;The routine works perfectly and is indeed very fast (much faster than the Numerical Recipes routines).&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;However, it seems that the function hasa little memory leakage. It is quite small and I can actually live with it, but maybe you guys can tell me if I use the above MKL functions wrongly?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Niels&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2009 12:26:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/memory-leakage-using-the-MKL-functions-vsldCorrNewTask1D/m-p/880758#M9534</guid>
      <dc:creator>nh_wulff</dc:creator>
      <dc:date>2009-11-20T12:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: memory leakage using the MKL functions: vsldCorrNewTask1D,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/memory-leakage-using-the-MKL-functions-vsldCorrNewTask1D/m-p/880759#M9535</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
We had the similar problem in the previous version of MKL and it has been already fixed. The fix available in MKL 10.2.&lt;BR /&gt;What MKL version you are using?&lt;BR /&gt;--Gennady&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Nov 2009 14:18:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/memory-leakage-using-the-MKL-functions-vsldCorrNewTask1D/m-p/880759#M9535</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-11-20T14:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: memory leakage using the MKL functions: vsldCorrNewTask1D,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/memory-leakage-using-the-MKL-functions-vsldCorrNewTask1D/m-p/880760#M9536</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/334681"&gt;Gennady Fedorov (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;We had the similar problem in the previous version of MKL and it has been already fixed. The fix available in MKL 10.2.&lt;BR /&gt;What MKL version you are using?&lt;BR /&gt;--Gennady&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi Gennady&lt;BR /&gt;&lt;BR /&gt;Thanks for the answer. I am using ver 9.0 so I gues I just have to upgrade!&lt;BR /&gt;&lt;BR /&gt;Again thanks a lot and have a nice day&lt;BR /&gt;Niels</description>
      <pubDate>Fri, 20 Nov 2009 14:26:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/memory-leakage-using-the-MKL-functions-vsldCorrNewTask1D/m-p/880760#M9536</guid>
      <dc:creator>nh_wulff</dc:creator>
      <dc:date>2009-11-20T14:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: memory leakage using the MKL functions: vsldCorrNewTask1D,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/memory-leakage-using-the-MKL-functions-vsldCorrNewTask1D/m-p/880761#M9537</link>
      <description>&lt;DIV style="margin: 0px; height: auto;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Hi Niels,&lt;BR /&gt;&lt;BR /&gt;Could you please sendus detailsabout sizes used by you (and small test-case) when memory leak was detected? &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;-- Victor</description>
      <pubDate>Mon, 23 Nov 2009 11:45:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/memory-leakage-using-the-MKL-functions-vsldCorrNewTask1D/m-p/880761#M9537</guid>
      <dc:creator>barragan_villanueva_</dc:creator>
      <dc:date>2009-11-23T11:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: memory leakage using the MKL functions: vsldCorrNewTask1D,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/memory-leakage-using-the-MKL-functions-vsldCorrNewTask1D/m-p/880762#M9538</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/93649"&gt;Victor Pasko (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;Hi Niels,&lt;BR /&gt;&lt;BR /&gt;Could you please sendus detailsabout sizes used by you (and small test-case) when memory leak was detected? &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;-- Victor&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Nov 2009 14:48:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/memory-leakage-using-the-MKL-functions-vsldCorrNewTask1D/m-p/880762#M9538</guid>
      <dc:creator>nh_wulff</dc:creator>
      <dc:date>2009-11-30T14:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: memory leakage using the MKL functions: vsldCorrNewTask1D,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/memory-leakage-using-the-MKL-functions-vsldCorrNewTask1D/m-p/880763#M9539</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/93649"&gt;Victor Pasko (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;Hi Niels,&lt;BR /&gt;&lt;BR /&gt;Could you please sendus detailsabout sizes used by you (and small test-case) when memory leak was detected? &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;-- Victor&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi Victor&lt;BR /&gt;I only saw your question today.&lt;BR /&gt;&lt;BR /&gt;The code in the attached file should demonstrate the memory leak.&lt;BR /&gt;&lt;BR /&gt;best&lt;BR /&gt;Niels&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Nov 2009 14:55:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/memory-leakage-using-the-MKL-functions-vsldCorrNewTask1D/m-p/880763#M9539</guid>
      <dc:creator>nh_wulff</dc:creator>
      <dc:date>2009-11-30T14:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: memory leakage using the MKL functions: vsldCorrNewTask1D,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/memory-leakage-using-the-MKL-functions-vsldCorrNewTask1D/m-p/880764#M9540</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/453096"&gt;nh_wulff&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;Hi Victor&lt;BR /&gt;I only saw your question today.&lt;BR /&gt;&lt;BR /&gt;The code in the attached file should demonstrate the memory leak.&lt;BR /&gt;&lt;BR /&gt;best&lt;BR /&gt;Niels&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;
&lt;P&gt;Niels,&lt;/P&gt;
&lt;P&gt;Thank you for the test case! BTW, did you try it with the latest MKL 10.2.2?&lt;/P&gt;
&lt;P&gt;-- Victor&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2009 07:10:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/memory-leakage-using-the-MKL-functions-vsldCorrNewTask1D/m-p/880764#M9540</guid>
      <dc:creator>barragan_villanueva_</dc:creator>
      <dc:date>2009-12-01T07:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: memory leakage using the MKL functions: vsldCorrNewTask1D,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/memory-leakage-using-the-MKL-functions-vsldCorrNewTask1D/m-p/880765#M9541</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Niels,&lt;BR /&gt;&lt;BR /&gt;Using valgrind 3.5.0 and MKL 10.2.2, I have on your test-case:&lt;BR /&gt;&lt;BR /&gt;==20378== HEAP SUMMARY:&lt;BR /&gt;==20378== in use at exit: 0 bytes in 0 blocks&lt;BR /&gt;==20378== total heap usage: 0 allocs, 0 frees, 0 bytes allocated&lt;BR /&gt;==20378==&lt;BR /&gt;==20378== All heap blocks were freed -- no leaks are possible&lt;BR /&gt;&lt;BR /&gt;So, please upgrade your MKL.&lt;BR /&gt;&lt;BR /&gt;-- Victor</description>
      <pubDate>Tue, 01 Dec 2009 08:31:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/memory-leakage-using-the-MKL-functions-vsldCorrNewTask1D/m-p/880765#M9541</guid>
      <dc:creator>barragan_villanueva_</dc:creator>
      <dc:date>2009-12-01T08:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: memory leakage using the MKL functions: vsldCorrNewTask1D,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/memory-leakage-using-the-MKL-functions-vsldCorrNewTask1D/m-p/880766#M9542</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/93649"&gt;Victor Pasko (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;
&lt;P&gt;Niels,&lt;/P&gt;
&lt;P&gt;Thank you for the test case! BTW, did you try it with the latest MKL 10.2.2?&lt;/P&gt;
&lt;P&gt;-- Victor&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
No, I have not got that version yet (I think that I will look into that sometime next year).&lt;BR /&gt;&lt;BR /&gt;best&lt;BR /&gt;Niels&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Dec 2009 08:33:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/memory-leakage-using-the-MKL-functions-vsldCorrNewTask1D/m-p/880766#M9542</guid>
      <dc:creator>nh_wulff</dc:creator>
      <dc:date>2009-12-01T08:33:09Z</dc:date>
    </item>
  </channel>
</rss>

