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
i have been finding that --dist worksteal is generally more performant than --dist load -- sometimes substantially. ideally, --dist worksteal should be the default, since it's simply a better algorithm. this would also address #890 by making the other schedulers (loadfile, loadgroup etc) include work stealing.
The text was updated successfully, but these errors were encountered:
No, it won't magically make file/group/scope schedulers do work-stealing based scheduling
ah, right, my suggestion was that the other schedulers could use workstealing instead of what they are doing right now. i did not mean to imply that it would happen magically!
i have been finding that
--dist worksteal
is generally more performant than--dist load
-- sometimes substantially. ideally,--dist worksteal
should be the default, since it's simply a better algorithm. this would also address #890 by making the other schedulers (loadfile, loadgroup etc) include work stealing.The text was updated successfully, but these errors were encountered: