Skip to content

incorrect dtype when input is float16 #204

@vtavana

Description

@vtavana
>>> import numpy
>>> import mkl_fft

>>> a = numpy.arange(10, dtype=numpy.float16)
>>> numpy.fft.fft(a).dtype
#  dtype('complex64')

>>> mkl_fft.fft(a).dtype
# dtype('complex128')

>>> mkl_fft.interfaces.numpy_fft.fft(a).dtype
# dtype('complex128')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions