Skip to content

Throw an error if the plan is not valid #74

Description

@npadmana

We've been assuming that the FFT plan is always valid. While this should always be true for FFTW, it isn't true for eg. the MKL wrappers for FFTW, since certain kinds of FFTs are disallowed. We should just do a check and abort if a plan is invalid, instead of silently proceeding.

This is related to #73 -- where the lack of this caused failures.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions