[DMN][WIP] Experimental multi-GPU Polars testing#18335
Closed
rjzamora wants to merge 48 commits intorapidsai:branch-25.06from
Closed
[DMN][WIP] Experimental multi-GPU Polars testing#18335rjzamora wants to merge 48 commits intorapidsai:branch-25.06from
rjzamora wants to merge 48 commits intorapidsai:branch-25.06from
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
Member
Author
|
cc @pentschev @quasiben - I decided to open a PR for |
rapids-bot bot
pushed a commit
to rapidsai/rapidsmpf
that referenced
this pull request
Mar 26, 2025
This is a follow-up to #150 Closes #157 The goal of this PR is to simplify memory-resource creation by avoiding it in `rapidsmp` altogether. Since the user can just use `LocalCUDACluster` to deploy a Dask cluster, they can also use existing options/utilities to create a memory pool on each worker. When `rapidsmp.integrations.dask.bootstrap_dask_cluster` is called, each worker only needs to wrap the current memory resource in a `StatisticsResourceAdaptor`. This is technically "breaking", because it removes the `pool_size` argument from `bootstrap_dask_cluster`. However, we are only using that option in rapidsai/cudf#18335 (which is still experimental - and can be easily changed). Authors: - Richard (Rick) Zamora (https://github.com/rjzamora) Approvers: - Tom Augspurger (https://github.com/TomAugspurger) - Peter Andreas Entschev (https://github.com/pentschev) URL: #172
3 tasks
…hronous-scheduler
…hronous-scheduler
…hronous-scheduler
…hronous-scheduler
d3f05bb to
3185f7d
Compare
Member
Author
|
Closing as this functionality is now in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This branch combines several in-flight PRs and includes a benchmarking script (for temporary convenience). This PR will never be merged, but will be kept open until it is roughly identical to
branch-25.06(aside from the benchmarking script).Related PRs:
Selectoperations with aggregations #18492Enable multi-partitionSelectoperations containing basic aggregations #17941Checklist