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

Enable groupby std and variance aggregation types in libcudf Debug build #12799

Merged
merged 5 commits into from
Feb 22, 2023

Conversation

davidwendt
Copy link
Contributor

Description

Re-enable groupby with std and var aggregations that were disabled for Debug builds due to a runtime issue.
Retesting with nvcc 11.5, the error is no longer present so the code and the gtests have been re-enabled.
Found while working on PR #12784

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@davidwendt davidwendt added 2 - In Progress Currently a work in progress libcudf Affects libcudf (C++/CUDA) code. improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Feb 17, 2023
@davidwendt davidwendt self-assigned this Feb 17, 2023
@vyasr
Copy link
Contributor

vyasr commented Feb 17, 2023

@davidwendt is this PR in draft because you were planning to make additional changes here? Otherwise I'm happy to approve, this looks good to me.

@davidwendt
Copy link
Contributor Author

davidwendt commented Feb 17, 2023

Mostly because I'm away for the weekend and did not want to require reviews while I was away.😀
But I do not currently have any pending changes in mind right now.

@davidwendt davidwendt added 3 - Ready for Review Ready for review by team and removed 2 - In Progress Currently a work in progress labels Feb 21, 2023
@davidwendt davidwendt marked this pull request as ready for review February 21, 2023 12:39
@davidwendt davidwendt requested a review from a team as a code owner February 21, 2023 12:39
@davidwendt
Copy link
Contributor Author

/merge

@rapids-bot rapids-bot bot merged commit d441f51 into rapidsai:branch-23.04 Feb 22, 2023
@davidwendt davidwendt deleted the debug-groupby-std-gtests branch February 22, 2023 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants