[FEA] Add stream
parameter for groupby operations (aggregate, scan, shift, etc.)
#11463
Labels
0 - Backlog
In queue waiting for assignment
feature request
New feature or request
libcudf
Affects libcudf (C++/CUDA) code.
Milestone
Currently, groupby operations do not have a
stream
parameter. As such, we can't pass in the currentstream
value but the operations will use the default stream instead.We should allow passing in
stream
parameter in groupby aggregation.The text was updated successfully, but these errors were encountered: