You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Might make sense to try to support thread pools, i.e. running computations on a specific subsets of available threads, especially for static scheduling.
Might make sense to try to support thread pools, i.e. running computations on a specific subsets of available threads, especially for static scheduling.
Inspiration from the out of date ThreadPools.jl:
QueuePool
,StaticPool
The text was updated successfully, but these errors were encountered: