JuliaMath / JuliaMath/FFTW.jl

Is it possible to get the current number of active FFTW threads?

Open
#234 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
300
Forks
61
PR merge metrics
No merged PRs in 30d

Description

For profiling purposes I'm interested in developing a julia tool that asynchronously monitors threading load and measure quality of threading balance.

That's simple now in julia 1.8 because profiling can identify which julia tasks/threads are awake.

Is there a way to do that asynchronously with FFTW? Crudely, just a count of active FFTW threads at a given time?

___

Answering my question partly, as on inspection I'm realizing that FFTW threads are managed by julia via `@spawn`
https://github.com/JuliaMath/FFTW.jl/blob/17bc81a0fcf9875d777ea4bee2fca70fc23c8a0c/src/providers.jl#L58

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.