-
Notifications
You must be signed in to change notification settings - Fork 304
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
Graph creation fails when copying the dask input dataframe #3790
Comments
Below is a description of the current issue with more details. After creating the PLC graph from a
|
A copy of the dask graph with |
This PR is on top off the changes from #3831. Temporarily disables single-GPU "MG" tests in CI until #3790 is closed. This will unblock CI for PRs unrelated to the issue in #3790 at the risk of removed coverage for MG code paths. Hopefully nightly MG testing will minimize the risk. A followup PR will be submitted that re-enables the tests and must be merged prior to 23.10 burndown. Authors: - Naim (https://github.com/naimnv) - Rick Ratzel (https://github.com/rlratzel) Approvers: - Rick Ratzel (https://github.com/rlratzel) - Ray Douglass (https://github.com/raydouglass) URL: #3833
This PR is on top off the changes from rapidsai#3831. Temporarily disables single-GPU "MG" tests in CI until rapidsai#3790 is closed. This will unblock CI for PRs unrelated to the issue in rapidsai#3790 at the risk of removed coverage for MG code paths. Hopefully nightly MG testing will minimize the risk. A followup PR will be submitted that re-enables the tests and must be merged prior to 23.10 burndown. Authors: - Naim (https://github.com/naimnv) - Rick Ratzel (https://github.com/rlratzel) Approvers: - Rick Ratzel (https://github.com/rlratzel) - Ray Douglass (https://github.com/raydouglass) URL: rapidsai#3833
This issue was created for the dask-cudf team. |
Enable TEMPORARILY disable single-GPU "MG" tests And Skip deleting copied Dataframe while creating distributed graph from cudf edge-lists. Ideally we would like to merger this PR once the [issue 3790](#3790) is closed, but me might need to merger it if the issue is not resolved before the next release. Authors: - Naim (https://github.com/naimnv) Approvers: - Rick Ratzel (https://github.com/rlratzel) - AJ Schmidt (https://github.com/ajschmidt8) URL: #3837
The above issue was closed after this PR was merged. |
Describe the bug.
The
cuGraph
graph creation from a dask cudf dataframe fails when copying the input dask dataframe with daskmap_partitions
right before equally persisting the dask dataframe, for cases where some partitions have empty dataframe.Minimum reproducible example
Relevant log output
Tasks
The text was updated successfully, but these errors were encountered: