Skip to content
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

Update cudf.Buffer pointer access method #1094

Merged
merged 1 commit into from
Jan 27, 2023

Conversation

pentschev
Copy link
Member

Fix test that reads directly from cudf.Buffer pointer to new get_ptr(mode="read"), in accordance with changes from rapidsai/cudf#12587 .

Fix test that reads directly from `cudf.Buffer` pointer to new
`get_ptr(mode="read")`, in accordance with changes from
rapidsai/cudf#12587 .
@pentschev pentschev requested a review from a team as a code owner January 27, 2023 21:55
@github-actions github-actions bot added the python python code needed label Jan 27, 2023
@pentschev pentschev added bug Something isn't working 3 - Ready for Review Ready for review by team non-breaking Non-breaking change python python code needed and removed python python code needed labels Jan 27, 2023
@pentschev
Copy link
Member Author

Thanks @galipremsagar !

@pentschev
Copy link
Member Author

/merge

@codecov-commenter
Copy link

Codecov Report

Base: 87.90% // Head: 63.88% // Decreases project coverage by -24.02% ⚠️

Coverage data is based on head (07bab4e) compared to base (66a6a46).
Patch has no changes to coverable lines.

Additional details and impacted files
@@                Coverage Diff                @@
##           branch-23.02    #1094       +/-   ##
=================================================
- Coverage         87.90%   63.88%   -24.02%     
=================================================
  Files                17       25        +8     
  Lines              2298     3168      +870     
=================================================
+ Hits               2020     2024        +4     
- Misses              278     1144      +866     
Impacted Files Coverage Δ
dask_cuda/benchmarks/common.py 0.00% <0.00%> (ø)
dask_cuda/_version.py 100.00% <0.00%> (ø)
dask_cuda/benchmarks/local_cupy.py 0.00% <0.00%> (ø)
dask_cuda/benchmarks/local_cudf_groupby.py 0.00% <0.00%> (ø)
dask_cuda/benchmarks/local_cudf_merge.py 0.00% <0.00%> (ø)
dask_cuda/benchmarks/local_cupy_map_overlap.py 0.00% <0.00%> (ø)
dask_cuda/benchmarks/local_cudf_shuffle.py 0.00% <0.00%> (ø)
dask_cuda/benchmarks/utils.py 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@rapids-bot rapids-bot bot merged commit 4f0922c into rapidsai:branch-23.02 Jan 27, 2023
@pentschev pentschev deleted the update-cudf-ptr-access branch February 28, 2023 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team bug Something isn't working non-breaking Non-breaking change python python code needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants