-
Notifications
You must be signed in to change notification settings - Fork 942
Add ConfigOptions
convenience class to cudf-polars
#18137
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
Add ConfigOptions
convenience class to cudf-polars
#18137
Conversation
OK that's fine with me then. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Rick
/merge |
Description
I propose that we add a simple management utility for
GPUEngine
configuration options in cudf-polars.In order to support a variety of configurable groupby/shuffle/sort/join options for multi-gpu execution, we will want to make it easy to pass through these options to
IR
nodes at translation time. We will also want it to be "easy" set/get specific options at traversal/evaluation time.Checklist