Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEA] Support batch processing of std aggregation in reduction context #13136

Closed
ttnghia opened this issue Apr 14, 2023 · 1 comment
Closed
Assignees
Labels
feature request New feature or request libcudf Affects libcudf (C++/CUDA) code.

Comments

@ttnghia
Copy link
Contributor

ttnghia commented Apr 14, 2023

The aggregation std with batch processing has been implemented for groupby and windowing contexts. For reduction context, currently we only support standalone processing for a single input column.

We need to support batch processing for std, as requested by spark-rapids (NVIDIA/spark-rapids#62 and NVIDIA/spark-rapids#7891).

@ttnghia ttnghia added feature request New feature or request libcudf Affects libcudf (C++/CUDA) code. labels Apr 14, 2023
@ttnghia ttnghia self-assigned this Apr 14, 2023
@ttnghia
Copy link
Contributor Author

ttnghia commented May 1, 2023

Close this, as it is no longer needed for spark-rapids.

@ttnghia ttnghia closed this as completed May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request libcudf Affects libcudf (C++/CUDA) code.
Projects
None yet
Development

No branches or pull requests

1 participant