-
Notifications
You must be signed in to change notification settings - Fork 915
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
[REVIEW] Add support for make_meta_obj
dispatch in dask-cudf
#8342
Conversation
rerun tests |
This PR is dependent on dask upstream changes: dask/dask#7586 |
rerun tests |
@gpucibot merge |
Looks like the build is failing on the C++ side due to the DLPack issue being addressed in PR ( #8262 ) |
rerun tests |
@gpucibot merge |
The failure here is coming from Dask-CUDA, which will be fixed with PR ( rapidsai/dask-cuda#623 ). However that PR also requires this PR to pass. Looks like we may need an admin merge here as well |
yeah cc: @kkraus14 |
Requires PR ( rapidsai/cudf#8342 ) As these functions recently got relocated, handle `import`ing from the new location with a fallback to the old location. xref: dask/dask#7503 xref: dask/dask#7505 Authors: - https://github.com/jakirkham Approvers: - GALI PREM SAGAR (https://github.com/galipremsagar) - Benjamin Zaitlen (https://github.com/quasiben) URL: #623
Fixes: #7946
This PR is dependent on upstream dask changes that are needed for a portion of the fix: https://github.com/dask/dask/pull/7586/files
This PR includes changes to introduce
make_meta_obj
which will ensure proper metadata is retrieved from the parent_meta being passed in the upstream PR.