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
#354 introduced a new pool interface, which is more flexible and easy to implement. We should implement the following to fully utilize this new pool interface.
New user APIs (mainly pool routines) that accept ABT_pool_context
Clarification and revision of API descriptions
Predefined random work-stealing pool (ABT_POOL_RANDWS)
Predefined priority-aware pool ABT_POOL_PRIO_FIFO (or maybe ABT_POOL_PRIO_RANDWS ...?)
More examples (ring-buffer, LIFO, fine-grained priority control, ...)
The text was updated successfully, but these errors were encountered:
ABT_pool functions that accept ABT_pool_context were implemented by #357.
A predefined random work-stealing pool (ABT_POOL_RANDWS) was implemented by #359.
This API is still used by some users according to issue pmodels#355 so we
want to make sure it is still tested.
Change-Id: I29b9c3726a738d78936028249f9c3f96e7216416
#354 introduced a new pool interface, which is more flexible and easy to implement. We should implement the following to fully utilize this new pool interface.
ABT_pool_context
ABT_POOL_RANDWS
)ABT_POOL_PRIO_FIFO
(or maybeABT_POOL_PRIO_RANDWS
...?)The text was updated successfully, but these errors were encountered: