-
Notifications
You must be signed in to change notification settings - Fork 984
Open
Labels
feature requestNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
#20161 is adding a rapidsmpf runtime for executing cudf-polars queries. A few spots there could use values from the cudf-polars configuration (existing or new). This will become especially important in a multi-GPU setting.
- rapidsmpf spilling threshold: https://github.com/rjzamora/cudf/blob/7aa7dc8a1244570fa622179f977b4c82d1b7504f/python/cudf_polars/cudf_polars/experimental/rapidsmpf/core.py#L97-L102
- RMM memory resource to use (Add MemoryResourceConfig to cudf-polars config #20042 is relevant here, since it allows for more customization of the RMM memory resource)
Describe the solution you'd like
Any rapidsmpf configuration values should be configurable through the cudf-polars configuratoin system.
Describe alternatives you've considered
The workarounds for now are to use the rapidsmpf options, set directly ahead of time, etc.
Additional context
Add any other context, code examples, or references to existing implementations about the feature request here.
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or request