Skip to content

mkl_fft.fft and mkl_fft.fftn leaks memory on real inputs #39

Closed
@oleksandr-pavlyk

Description

@oleksandr-pavlyk

Reported via Intel Developer's Forum post.

Reproducer:

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()

process memory increases unboundedly over time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions