JuliaParallel / Dagger.jl

A framework for out-of-core and parallel execution
Other
621 stars 67 forks source link

Add some processor utilities #470

Closed jpsamaroo closed 6 months ago

jpsamaroo commented 6 months ago

This PR adds two useful helpers: add_processors() to return a Set of all processors available to the scheduler, and compatible_processors(scope::AbstractScope), which returns a Set of all processors that are permitted by scope (which can be constructed with Dagger.scope(...)).