Open
Description
Is your feature request related to a problem? Please describe.
RMM should have a single public stream
module. e.g.
from rmm.pylibrmm.stream import Stream, CudaStream, ...
Describe the solution you'd like
At a minimum, we should deprecate the public cuda_stream
module and move the CudaStream
class to the public stream
module (created in #1775).
Describe alternatives you've considered
We might be able to remove the CudaStream
class completely and move all functionality to the main public Stream
class.
Additional context
Depends on #1770
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
To-do