<?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 Mathieu, I have file the in Intel® Distribution for Python*</title>
    <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-numpy-ffts-are-leaking-as-hell/m-p/1142794#M985</link>
    <description>&lt;P&gt;Mathieu, I have file the issue on your behalf on GitHub,&amp;nbsp;https://github.com/IntelPython/mkl_fft/issues/39&lt;/P&gt;&lt;P&gt;I have identified the leak, and will commit the fix shortly.&lt;/P&gt;</description>
    <pubDate>Thu, 09 May 2019 14:21:30 GMT</pubDate>
    <dc:creator>Oleksandr_P_Intel</dc:creator>
    <dc:date>2019-05-09T14:21:30Z</dc:date>
    <item>
      <title>Intel-numpy ffts are leaking (as hell)</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-numpy-ffts-are-leaking-as-hell/m-p/1142791#M982</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm not an expert in Python.&lt;/P&gt;&lt;P&gt;When intel-numpy ffts I experiment with (fft2 and fftn), the memory increases until to be full.&lt;/P&gt;&lt;P&gt;I try a small code that generates the same issue:&lt;/P&gt;
&lt;PRE class="brush:python; class-name:dark;"&gt;import numpy
import math
import gc


import numpy.fft as fft

while True :
	test=numpy.fft.fft2(numpy.ones((200,200)));
	del test
	gc.collect()&lt;/PRE&gt;

&lt;P&gt;I am doing something wrong, or it's a bug in the package ?&lt;/P&gt;
&lt;P&gt;I run the experimentations on a Ubuntu en a CentOS with Python 3.6&lt;/P&gt;
&lt;P&gt;Thanks, in advance for the highlight,&lt;/P&gt;
&lt;P&gt;Mathieu&lt;/P&gt;
&lt;P&gt;PS.&amp;nbsp;mkl_fft do the same&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2019 12:43:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-numpy-ffts-are-leaking-as-hell/m-p/1142791#M982</guid>
      <dc:creator>MGRAV</dc:creator>
      <dc:date>2019-05-09T12:43:19Z</dc:date>
    </item>
    <item>
      <title>Hi Mathieu, </title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-numpy-ffts-are-leaking-as-hell/m-p/1142792#M983</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Mathieu,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;what version of `mkl_fft` and Intel(R) MKL are you using? Did you install it through conda, pip, or built it yourself?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Oleksandr&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2019 13:36:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-numpy-ffts-are-leaking-as-hell/m-p/1142792#M983</guid>
      <dc:creator>Oleksandr_P_Intel</dc:creator>
      <dc:date>2019-05-09T13:36:57Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-numpy-ffts-are-leaking-as-hell/m-p/1142793#M984</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I get the version number with&amp;nbsp;mkl_fft.__version__&lt;/P&gt;&lt;P&gt;On Ubuntu I installed with pip, and I get the version:&amp;nbsp;'1.0.6'&lt;/P&gt;&lt;P&gt;On CentOS with pip, then I remove it and install with yum , and I get the&amp;nbsp;same version &amp;nbsp;'1.0.6', with the same problem&lt;/P&gt;&lt;P&gt;Mathieu&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2019 13:50:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-numpy-ffts-are-leaking-as-hell/m-p/1142793#M984</guid>
      <dc:creator>MGRAV</dc:creator>
      <dc:date>2019-05-09T13:50:45Z</dc:date>
    </item>
    <item>
      <title>Mathieu, I have file the</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-numpy-ffts-are-leaking-as-hell/m-p/1142794#M985</link>
      <description>&lt;P&gt;Mathieu, I have file the issue on your behalf on GitHub,&amp;nbsp;https://github.com/IntelPython/mkl_fft/issues/39&lt;/P&gt;&lt;P&gt;I have identified the leak, and will commit the fix shortly.&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2019 14:21:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-numpy-ffts-are-leaking-as-hell/m-p/1142794#M985</guid>
      <dc:creator>Oleksandr_P_Intel</dc:creator>
      <dc:date>2019-05-09T14:21:30Z</dc:date>
    </item>
    <item>
      <title>Thanks a lot,
Mathieu</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-numpy-ffts-are-leaking-as-hell/m-p/1142795#M986</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;a lot,&lt;/P&gt;&lt;P&gt;Mathieu&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2019 16:47:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-numpy-ffts-are-leaking-as-hell/m-p/1142795#M986</guid>
      <dc:creator>MGRAV</dc:creator>
      <dc:date>2019-05-09T16:47:04Z</dc:date>
    </item>
  </channel>
</rss>

