[FEA] Deprecate rmm.pylibrmm.cuda_stream
and move associated code to rmm.pylibrmm.stream
#1782
Labels
rmm.pylibrmm.cuda_stream
and move associated code to rmm.pylibrmm.stream
#1782
Is your feature request related to a problem? Please describe.
RMM should have a single public
stream
module. Eg.Describe the solution you'd like
At a minimum, we should deprecate the public
cuda_stream
module and move theCudaStream
calss to the publicstream
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 publicStream
class.Additional context
Depends on #1770
The text was updated successfully, but these errors were encountered: