Thread safety
Open
- Dominant language
- Julia
- Stars
- 300
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/JuliaMath/FFTW.jl/pull/105 suggests that planning is thread-safe. I just had a memory error in my code that was caused by me calling `ldiv!(x,p,y)` on an existing plan (which calls FFTW's planner). Backtrace here: https://gist.github.com/antoine-levitt/18e80e5de607158f65ee4022967a8a6b. Is this expected? If yes, it should be documented somewhere what exactly is type-safe and what is not in the API.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.