Skip to content

[FEA] Deprecate rmm.pylibrmm.cuda_stream and move associated code to rmm.pylibrmm.stream #1782

Open
@Matt711

Description

@Matt711

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

No type

Projects

Status

To-do

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions