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
Is your feature request related to a problem? Please describe.
Extend RMM stream_pool with the same features as were recently added to libcudf in rapidsai/cudf#13922
add a base stream_pool interface class
implement the interface using a pool like the current one
Also implement a default_stream_pool that always returns the default stream (for debugging)
Add fork / join functions for forking a set of streams from a specified stream (using the pool to supply streams), and to join a list of streams to another stream.
Is your feature request related to a problem? Please describe.
Extend RMM
stream_pool
with the same features as were recently added to libcudf in rapidsai/cudf#13922default_stream_pool
that always returns the default stream (for debugging)Describe the solution you'd like
rapidsai/cudf#13922
The text was updated successfully, but these errors were encountered: