-
Notifications
You must be signed in to change notification settings - Fork 933
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
Conversation
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.
I'm +1 here.
@wence- - I think this is ready for a final review. Let me know if we are still good to target 24.12. |
The error code in the polars tests here is the same that we observed in a few runs on #17362 such as this one. @wence- have you seen that anywhere else? Is it something that we need to do any debugging of? It looks like this branch is up-to-date with the latest 24.12 so there's no relevant upstream fix yet, but this could be some runner issue or something else unrelated to cudf-polars. |
/merge |
Description
Follow up to #16944
That PR added
config: GPUEngine
to the arguments of everyIR.do_evaluate
function. In order to simplify future multi-GPU development, this PR extracts the necessary configuration argument atIR
translation time instead.Checklist