<?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 leak in dpotrf and dpotri in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1279830#M31292</link>
    <description>&lt;P&gt;Any updates on this issue? I've been scanning the release notes for the current updates and haven't seen anything that suggests this issue has been addressed. Thanks!&lt;/P&gt;</description>
    <pubDate>Fri, 07 May 2021 17:18:39 GMT</pubDate>
    <dc:creator>TJ_AGI</dc:creator>
    <dc:date>2021-05-07T17:18:39Z</dc:date>
    <item>
      <title>Memory leak in dpotrf and dpotri</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1188766#M29666</link>
      <description>&lt;P&gt;We are seeing a significant (&amp;gt; 800 MB) memory leak when calling dpotrf and dpotri to calculate the inverse of a symmetric matrix. We are using "MKL version Intel(R) Math Kernel Library Version 2019.0.4 Product Build 20190411 for Intel(R) 64", building using MS Visual Studio 2019 and running on various Windows 10 PCs with different Intel processor architectures. The problem has also been seen when running the 2020 MKL release.&lt;/P&gt;
&lt;P&gt;Whether the leak occurs or not depends on the matrix size, specific Intel processor we are running on, how many threads are being used, and whether we are configuring the number of threads using omp_set_num_threads() or mkl_set_num_threads().&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have attached test code that reproduces the problem, a batch file to run the code using various input parameters, and a spreadsheet that summarizes our observed cases when the leak occurs.&lt;/P&gt;
&lt;P&gt;Any advice on how to avoid this issue would be appreciated as it's affecting our customers ability to run our software successfully. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 15:26:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1188766#M29666</guid>
      <dc:creator>TJ_AGI</dc:creator>
      <dc:date>2020-07-01T15:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Memory leak in dpotrf and dpotri</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1188767#M29667</link>
      <description>&lt;P&gt;Updated the attachment to include the batch file with test cases.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 15:30:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1188767#M29667</guid>
      <dc:creator>TJ_AGI</dc:creator>
      <dc:date>2020-07-01T15:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Memory leak in dpotrf and dpotri</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1188787#M29668</link>
      <description>&lt;P&gt;Thanks for the report. This is an unknown issue with this version of MKL&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 17:11:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1188787#M29668</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-07-01T17:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Memory leak in dpotrf and dpotri</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1188789#M29669</link>
      <description>&lt;P&gt;Linking dependencies: &lt;STRONG&gt;Psapi.lib&lt;/STRONG&gt;;libiomp5md.lib;mkl_intel_lp64.lib;mkl_intel_thread.lib; mkl_core.lib;mkl_blas95_lp64.lib;&lt;/P&gt;
&lt;P&gt;Do we need to have this lib to build the case?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 17:12:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1188789#M29669</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-07-01T17:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Memory leak in dpotrf and dpotri</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1188796#M29670</link>
      <description>&lt;P&gt;Psapi.lib is used to support the test routine calls to&amp;nbsp;GetProcessMemoryInfo() which is a Windows specific call to get the process size at the end of the test. You could rip that out and monitor the memory in some other fashion. Just watching it in the task manager is enough, just manually intensive when running lots of test cases.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 17:27:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1188796#M29670</guid>
      <dc:creator>TJ_AGI</dc:creator>
      <dc:date>2020-07-01T17:27:00Z</dc:date>
    </item>
    <item>
      <title>Re:Memory leak in dpotrf and dpotri</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1189734#M29681</link>
      <description>&lt;P&gt;check the latest mkl 2020.1&lt;/P&gt;&lt;P&gt;&amp;gt;MatrixTest.exe 64 24 OMP MKL&lt;/P&gt;&lt;P&gt;Matrix test started&lt;/P&gt;&lt;P&gt;Using MKL version Intel(R) Math Kernel Library Version 2020.0.1 Product Build 20200208 for Intel(R)&lt;/P&gt;&lt;P&gt;64 architecture applications&lt;/P&gt;&lt;P&gt;Maximum number of OMP threads: 24&lt;/P&gt;&lt;P&gt;Maximum number of MKL threads: 24&lt;/P&gt;&lt;P&gt;Matrix size 64, Number of threads 24, Use MKL threads? 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;MKL peak mem usage [KBytes]: 12456&lt;/P&gt;&lt;P&gt;Working set mem usage [Kbytes]: 5664&lt;/P&gt;&lt;P&gt;&lt;B&gt;Working &amp;lt; 10000 K, no leak found!&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Matrix test completed&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Jul 2020 03:31:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1189734#M29681</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-07-06T03:31:23Z</dc:date>
    </item>
    <item>
      <title>Re:Memory leak in dpotrf and dpotri</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1189860#M29689</link>
      <description>&lt;P&gt;increasing the size of the problem, we could see this example reported the mem.leakage:&lt;/P&gt;&lt;P&gt;&amp;gt;MatrixTest.exe &lt;B&gt;1024&lt;/B&gt; 24 OMP MKL&lt;/P&gt;&lt;P&gt;Matrix test started&lt;/P&gt;&lt;P&gt;Using MKL version Intel(R) Math Kernel Library Version 2020.0.1 Product Build 20200208 for Intel(R)&lt;/P&gt;&lt;P&gt;64 architecture applications&lt;/P&gt;&lt;P&gt;Maximum number of OMP threads: 24&lt;/P&gt;&lt;P&gt;Maximum number of MKL threads: 24&lt;/P&gt;&lt;P&gt;Matrix size 1024, Number of threads 24, Use MKL threads? 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;MKL peak mem usage [KBytes]: 267963&lt;/P&gt;&lt;P&gt;Working set mem usage [Kbytes]: 32848&lt;/P&gt;&lt;P&gt;Working set &amp;gt; 10000 K,&lt;B&gt; looks like you are leaking&lt;/B&gt;!&lt;/P&gt;&lt;P&gt;Matrix test completed&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Jul 2020 12:47:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1189860#M29689</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-07-06T12:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Memory leak in dpotrf and dpotri</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1189873#M29691</link>
      <description>&lt;P&gt;I note that you are not dumping out the processor architecture at the beginning of the test (this is done in the test.bat file by examining the&amp;nbsp;PROCESSOR_IDENTIFIER environment variable set by Windows). Whether we see a leak or not and at what size matrix and thread settings depends very much on the specific Intel processor we are running on (see the Excel spreadsheet I uploaded which lists the processors and the specific test run configuration that causes them to leak). Have you been able to reproduce any of these specific results using the 2019.0.4 build?&lt;/P&gt;
&lt;P&gt;I note that in your run results you do not appear to have hyperthreading enabled (MKL processors is equal to OMP processors).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will try the latest 2020 build and see what results we get. Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 13:20:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1189873#M29691</guid>
      <dc:creator>TJ_AGI</dc:creator>
      <dc:date>2020-07-06T13:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Memory leak in dpotrf and dpotri</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1189884#M29692</link>
      <description>&lt;P&gt;I reran the test using 2020 rel 1 and still see a significant leak. Test results shown below. The highlighted results show the leak (scroll to the bottom 3 tests results).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Test sequence start at Mon 07/06/2020 9:49:08.09 &lt;BR /&gt;Processor architecture AMD64 &lt;BR /&gt;Processor identifier Intel64 Family 6 Model 45 Stepping 7, GenuineIntel &lt;BR /&gt;Matrix test started&lt;BR /&gt;Using MKL version Intel(R) Math Kernel Library Version 2020.0.1 Product Build 20200208 for Intel(R) 64 architecture applications&lt;BR /&gt;Maximum number of OMP threads: 12&lt;BR /&gt;Maximum number of MKL threads: 6&lt;BR /&gt;Note: OMP threads != MKL threads - Do you have hyperthreading enabled?&lt;BR /&gt;Matrix size 32, Number of threads 12, Use MKL threads? 0&lt;BR /&gt;MKL peak mem usage [KBytes]: 0&lt;BR /&gt;Working set mem usage [Kbytes]: 4492&lt;BR /&gt;Working &amp;lt; 10000 K, no leak found!&lt;BR /&gt;Matrix test completed&lt;/P&gt;
&lt;P&gt;Matrix test started&lt;BR /&gt;Using MKL version Intel(R) Math Kernel Library Version 2020.0.1 Product Build 20200208 for Intel(R) 64 architecture applications&lt;BR /&gt;Maximum number of OMP threads: 12&lt;BR /&gt;Maximum number of MKL threads: 6&lt;BR /&gt;Note: OMP threads != MKL threads - Do you have hyperthreading enabled?&lt;BR /&gt;Matrix size 60, Number of threads 12, Use MKL threads? 0&lt;BR /&gt;MKL peak mem usage [KBytes]: 18172&lt;BR /&gt;Working set mem usage [Kbytes]: 5844&lt;BR /&gt;Working &amp;lt; 10000 K, no leak found!&lt;BR /&gt;Matrix test completed&lt;/P&gt;
&lt;P&gt;Matrix test started&lt;BR /&gt;Using MKL version Intel(R) Math Kernel Library Version 2020.0.1 Product Build 20200208 for Intel(R) 64 architecture applications&lt;BR /&gt;Maximum number of OMP threads: 12&lt;BR /&gt;Maximum number of MKL threads: 6&lt;BR /&gt;Note: OMP threads != MKL threads - Do you have hyperthreading enabled?&lt;BR /&gt;Matrix size 60, Number of threads 1, Use MKL threads? 0&lt;BR /&gt;MKL peak mem usage [KBytes]: 6084&lt;BR /&gt;Working set mem usage [Kbytes]: 4812&lt;BR /&gt;Working &amp;lt; 10000 K, no leak found!&lt;BR /&gt;Matrix test completed&lt;/P&gt;
&lt;P&gt;Matrix test started&lt;BR /&gt;Using MKL version Intel(R) Math Kernel Library Version 2020.0.1 Product Build 20200208 for Intel(R) 64 architecture applications&lt;BR /&gt;Maximum number of OMP threads: 12&lt;BR /&gt;Maximum number of MKL threads: 6&lt;BR /&gt;Note: OMP threads != MKL threads - Do you have hyperthreading enabled?&lt;BR /&gt;Matrix size 60, Number of threads 2, Use MKL threads? 0&lt;BR /&gt;MKL peak mem usage [KBytes]: 12132&lt;BR /&gt;Working set mem usage [Kbytes]: 5088&lt;BR /&gt;Working &amp;lt; 10000 K, no leak found!&lt;BR /&gt;Matrix test completed&lt;/P&gt;
&lt;P&gt;Matrix test started&lt;BR /&gt;Using MKL version Intel(R) Math Kernel Library Version 2020.0.1 Product Build 20200208 for Intel(R) 64 architecture applications&lt;BR /&gt;Maximum number of OMP threads: 12&lt;BR /&gt;Maximum number of MKL threads: 6&lt;BR /&gt;Note: OMP threads != MKL threads - Do you have hyperthreading enabled?&lt;BR /&gt;Matrix size 60, Number of threads 4, Use MKL threads? 0&lt;BR /&gt;MKL peak mem usage [KBytes]: 18191&lt;BR /&gt;Working set mem usage [Kbytes]: 5372&lt;BR /&gt;Working &amp;lt; 10000 K, no leak found!&lt;BR /&gt;Matrix test completed&lt;/P&gt;
&lt;P&gt;Matrix test started&lt;BR /&gt;Using MKL version Intel(R) Math Kernel Library Version 2020.0.1 Product Build 20200208 for Intel(R) 64 architecture applications&lt;BR /&gt;Maximum number of OMP threads: 12&lt;BR /&gt;Maximum number of MKL threads: 6&lt;BR /&gt;Note: OMP threads != MKL threads - Do you have hyperthreading enabled?&lt;BR /&gt;Matrix size 100, Number of threads 4, Use MKL threads? 0&lt;BR /&gt;MKL peak mem usage [KBytes]: 24317&lt;BR /&gt;Working set mem usage [Kbytes]: 5416&lt;BR /&gt;Working &amp;lt; 10000 K, no leak found!&lt;BR /&gt;Matrix test completed&lt;/P&gt;
&lt;P&gt;Matrix test started&lt;BR /&gt;Using MKL version Intel(R) Math Kernel Library Version 2020.0.1 Product Build 20200208 for Intel(R) 64 architecture applications&lt;BR /&gt;Maximum number of OMP threads: 12&lt;BR /&gt;Maximum number of MKL threads: 6&lt;BR /&gt;Note: OMP threads != MKL threads - Do you have hyperthreading enabled?&lt;BR /&gt;Matrix size 32, Number of threads 6, Use MKL threads? 1&lt;BR /&gt;MKL peak mem usage [KBytes]: 0&lt;BR /&gt;Working set mem usage [Kbytes]: 4472&lt;BR /&gt;Working &amp;lt; 10000 K, no leak found!&lt;BR /&gt;Matrix test completed&lt;/P&gt;
&lt;P&gt;Matrix test started&lt;BR /&gt;Using MKL version Intel(R) Math Kernel Library Version 2020.0.1 Product Build 20200208 for Intel(R) 64 architecture applications&lt;BR /&gt;Maximum number of OMP threads: 12&lt;BR /&gt;Maximum number of MKL threads: 6&lt;BR /&gt;Note: OMP threads != MKL threads - Do you have hyperthreading enabled?&lt;BR /&gt;Matrix size 32, Number of threads 1, Use MKL threads? 1&lt;BR /&gt;MKL peak mem usage [KBytes]: 0&lt;BR /&gt;Working set mem usage [Kbytes]: 4468&lt;BR /&gt;Working &amp;lt; 10000 K, no leak found!&lt;BR /&gt;Matrix test completed&lt;/P&gt;
&lt;P&gt;Matrix test started&lt;BR /&gt;Using MKL version Intel(R) Math Kernel Library Version 2020.0.1 Product Build 20200208 for Intel(R) 64 architecture applications&lt;BR /&gt;Maximum number of OMP threads: 12&lt;BR /&gt;Maximum number of MKL threads: 6&lt;BR /&gt;Note: OMP threads != MKL threads - Do you have hyperthreading enabled?&lt;BR /&gt;Matrix size 32, Number of threads 2, Use MKL threads? 1&lt;BR /&gt;MKL peak mem usage [KBytes]: 0&lt;BR /&gt;Working set mem usage [Kbytes]: 4472&lt;BR /&gt;Working &amp;lt; 10000 K, no leak found!&lt;BR /&gt;Matrix test completed&lt;/P&gt;
&lt;P&gt;Matrix test started&lt;BR /&gt;Using MKL version Intel(R) Math Kernel Library Version 2020.0.1 Product Build 20200208 for Intel(R) 64 architecture applications&lt;BR /&gt;Maximum number of OMP threads: 12&lt;BR /&gt;Maximum number of MKL threads: 6&lt;BR /&gt;Note: OMP threads != MKL threads - Do you have hyperthreading enabled?&lt;BR /&gt;Matrix size 32, Number of threads 4, Use MKL threads? 1&lt;BR /&gt;MKL peak mem usage [KBytes]: 0&lt;BR /&gt;Working set mem usage [Kbytes]: 4468&lt;BR /&gt;Working &amp;lt; 10000 K, no leak found!&lt;BR /&gt;Matrix test completed&lt;/P&gt;
&lt;P&gt;Matrix test started&lt;BR /&gt;Using MKL version Intel(R) Math Kernel Library Version 2020.0.1 Product Build 20200208 for Intel(R) 64 architecture applications&lt;BR /&gt;Maximum number of OMP threads: 12&lt;BR /&gt;Maximum number of MKL threads: 6&lt;BR /&gt;Note: OMP threads != MKL threads - Do you have hyperthreading enabled?&lt;BR /&gt;Matrix size 60, Number of threads 6, Use MKL threads? 1&lt;BR /&gt;MKL peak mem usage [KBytes]: 18172&lt;BR /&gt;Working set mem usage [Kbytes]: 5876&lt;BR /&gt;Working &amp;lt; 10000 K, no leak found!&lt;BR /&gt;Matrix test completed&lt;/P&gt;
&lt;P&gt;Matrix test started&lt;BR /&gt;Using MKL version Intel(R) Math Kernel Library Version 2020.0.1 Product Build 20200208 for Intel(R) 64 architecture applications&lt;BR /&gt;Maximum number of OMP threads: 12&lt;BR /&gt;Maximum number of MKL threads: 6&lt;BR /&gt;Note: OMP threads != MKL threads - Do you have hyperthreading enabled?&lt;BR /&gt;Matrix size 60, Number of threads 1, Use MKL threads? 1&lt;BR /&gt;MKL peak mem usage [KBytes]: 6084&lt;BR /&gt;Working set mem usage [Kbytes]: 4796&lt;BR /&gt;Working &amp;lt; 10000 K, no leak found!&lt;BR /&gt;Matrix test completed&lt;/P&gt;
&lt;P&gt;Matrix test started&lt;BR /&gt;Using MKL version Intel(R) Math Kernel Library Version 2020.0.1 Product Build 20200208 for Intel(R) 64 architecture applications&lt;BR /&gt;Maximum number of OMP threads: 12&lt;BR /&gt;Maximum number of MKL threads: 6&lt;BR /&gt;Note: OMP threads != MKL threads - Do you have hyperthreading enabled?&lt;BR /&gt;Matrix size 60, Number of threads 2, Use MKL threads? 1&lt;BR /&gt;MKL peak mem usage [KBytes]: 24213&lt;BR /&gt;Working set mem usage [Kbytes]: 827388&lt;BR /&gt;&lt;STRONG&gt;Working set &amp;gt; 10000 K, looks like you are leaking!&lt;/STRONG&gt;&lt;BR /&gt;Matrix test completed&lt;/P&gt;
&lt;P&gt;Matrix test started&lt;BR /&gt;Using MKL version Intel(R) Math Kernel Library Version 2020.0.1 Product Build 20200208 for Intel(R) 64 architecture applications&lt;BR /&gt;Maximum number of OMP threads: 12&lt;BR /&gt;Maximum number of MKL threads: 6&lt;BR /&gt;Note: OMP threads != MKL threads - Do you have hyperthreading enabled?&lt;BR /&gt;Matrix size 60, Number of threads 4, Use MKL threads? 1&lt;BR /&gt;MKL peak mem usage [KBytes]: 18227&lt;BR /&gt;Working set mem usage [Kbytes]: 827904&lt;BR /&gt;&lt;STRONG&gt;Working set &amp;gt; 10000 K, looks like you are leaking!&lt;/STRONG&gt;&lt;BR /&gt;Matrix test completed&lt;/P&gt;
&lt;P&gt;Matrix test started&lt;BR /&gt;Using MKL version Intel(R) Math Kernel Library Version 2020.0.1 Product Build 20200208 for Intel(R) 64 architecture applications&lt;BR /&gt;Maximum number of OMP threads: 12&lt;BR /&gt;Maximum number of MKL threads: 6&lt;BR /&gt;Note: OMP threads != MKL threads - Do you have hyperthreading enabled?&lt;BR /&gt;Matrix size 100, Number of threads 4, Use MKL threads? 1&lt;BR /&gt;MKL peak mem usage [KBytes]: 60586&lt;BR /&gt;Working set mem usage [Kbytes]: 828516&lt;BR /&gt;&lt;STRONG&gt;Working set &amp;gt; 10000 K, looks like you are leaking!&lt;/STRONG&gt;&lt;BR /&gt;Matrix test completed&lt;/P&gt;
&lt;P&gt;Test sequence stop at Mon 07/06/2020 9:59:14.33&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 14:05:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1189884#M29692</guid>
      <dc:creator>TJ_AGI</dc:creator>
      <dc:date>2020-07-06T14:05:53Z</dc:date>
    </item>
    <item>
      <title>Re:Memory leak in dpotrf and dpotri</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1190077#M29694</link>
      <description>&lt;P&gt;yes, it looks like a problem. The case will be escalated and we will keep you informed as soon as any updates.  &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Jul 2020 02:07:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1190077#M29694</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-07-07T02:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Memory leak in dpotrf and dpotri</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1190091#M29695</link>
      <description>&lt;P&gt;If you like you could also try to escalate the issue to the Intel Online Service Center -&amp;nbsp;&lt;A href="https://supporttickets.intel.com/?lang=en-US" target="_blank"&gt;https://supporttickets.intel.com/?lang=en-US&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 02:48:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1190091#M29695</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-07-07T02:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Memory leak in dpotrf and dpotri</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1190234#M29696</link>
      <description>&lt;P&gt;Thanks for investigating this Gennady. I'll open up an issue with the service center.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 12:52:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1190234#M29696</guid>
      <dc:creator>TJ_AGI</dc:creator>
      <dc:date>2020-07-07T12:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Memory leak in dpotrf and dpotri</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1190240#M29697</link>
      <description>&lt;P&gt;For what it's worth, we do not see the memory leak in the 2017.0.2 MKL version which would suggest it was introduced sometime between that version and the 2019 release.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 13:33:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1190240#M29697</guid>
      <dc:creator>TJ_AGI</dc:creator>
      <dc:date>2020-07-07T13:33:30Z</dc:date>
    </item>
    <item>
      <title>Re:Memory leak in dpotrf and dpotri</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1190497#M29713</link>
      <description>&lt;P&gt;ok, thanks for the updates. it useful.  We will check the changes were committed since version 2017 into this component.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jul 2020 02:38:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1190497#M29713</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-07-08T02:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Memory leak in dpotrf and dpotri</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1279830#M31292</link>
      <description>&lt;P&gt;Any updates on this issue? I've been scanning the release notes for the current updates and haven't seen anything that suggests this issue has been addressed. Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 07 May 2021 17:18:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1279830#M31292</guid>
      <dc:creator>TJ_AGI</dc:creator>
      <dc:date>2021-05-07T17:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Memory leak in dpotrf and dpotri</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1280472#M31306</link>
      <description>&lt;P&gt;The fix of the issue is targeting to be released in the next update of oneMKL 2021.3. The announcement of this release will be posted on the top of this forum and we will keep this thread updated either.&lt;/P&gt;</description>
      <pubDate>Tue, 11 May 2021 07:56:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1280472#M31306</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2021-05-11T07:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Memory leak in dpotrf and dpotri</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1280576#M31311</link>
      <description>&lt;P&gt;Fantastic, thanks for the update!&lt;/P&gt;</description>
      <pubDate>Tue, 11 May 2021 15:26:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1280576#M31311</guid>
      <dc:creator>TJ_AGI</dc:creator>
      <dc:date>2021-05-11T15:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Memory leak in dpotrf and dpotri</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1294730#M31625</link>
      <description>&lt;P&gt;We see 2021.3 is now available.&amp;nbsp; Is a fix available for this issue?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 13:59:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1294730#M31625</guid>
      <dc:creator>KevinOB</dc:creator>
      <dc:date>2021-06-30T13:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Memory leak in dpotrf and dpotri</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1294763#M31627</link>
      <description>&lt;P&gt;yes, the issue could be fixed in this update. Please check this update and let us know the result.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 15:50:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-leak-in-dpotrf-and-dpotri/m-p/1294763#M31627</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2021-06-30T15:50:46Z</dc:date>
    </item>
  </channel>
</rss>

