Skip to content

Thread safety: single-threaded FFTs in parallel #317

Closed
@jj-du-plessis

Description

@jj-du-plessis

I am running multiple single-threaded Julia programs on a multi-threaded CPU. Each program runs an FFT plan and then executes that plan many times. While each program applies the FFT to different arrays, all the arrays are of the same size and type.

Is this approach thread safe? If not, I can of course generate an FFT plan first on a single thread, but how do I save an existing FFT plan and import it into a different Julia program?

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