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

Extract GPUEngine config options at translation time #17339

Open
wants to merge 6 commits into
base: branch-24.12
Choose a base branch
from

Conversation

rjzamora
Copy link
Member

Description

Follow up to #16944
That PR added config: GPUEngine to the arguments of every IR.do_evaluate function. In order to simplify future multi-GPU development, this PR extracts the necessary configuration argument at IR translation time instead.

Checklist

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

@rjzamora rjzamora added 2 - In Progress Currently a work in progress improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Nov 15, 2024
@github-actions github-actions bot added Python Affects Python cuDF API. cudf.polars Issues specific to cudf.polars labels Nov 15, 2024
@rjzamora rjzamora marked this pull request as ready for review November 15, 2024 18:36
@rjzamora rjzamora requested a review from a team as a code owner November 15, 2024 18:36
@rjzamora rjzamora added 3 - Ready for Review Ready for review by team and removed 2 - In Progress Currently a work in progress labels Nov 15, 2024
Copy link
Contributor

@brandon-b-miller brandon-b-miller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm +1 here.

@rjzamora
Copy link
Member Author

@wence- - I think this is ready for a final review. Let me know if we are still good to target 24.12.

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 cudf.polars Issues specific to cudf.polars improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API.
Projects
Status: In Progress
Status: In Progress
Development

Successfully merging this pull request may close these issues.

3 participants