rapidsai / cudf

cuDF - GPU DataFrame Library
https://docs.rapids.ai/api/cudf/stable/
Apache License 2.0
8.43k stars 903 forks source link

[FEA] Add `stream` parameter for groupby operations (aggregate, scan, shift, etc.) #11463

Open ttnghia opened 2 years ago

ttnghia commented 2 years ago

Currently, groupby operations do not have a stream parameter. As such, we can't pass in the current stream value but the operations will use the default stream instead.

We should allow passing in stream parameter in groupby aggregation.

github-actions[bot] commented 2 years ago

This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.