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

Remove supports_streams from cuDF custom memory resources. #14857

Merged
merged 2 commits into from
Jan 26, 2024

Conversation

harrism
Copy link
Member

@harrism harrism commented Jan 24, 2024

Description

Part of rapidsai/rmm#1389. This removes now-optional and soon-to-be deprecated supports_streams() from cuDF's custom device_memory_resource implementations.

Depends on rapidsai/rmm#1437

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@harrism harrism added feature request New feature or request non-breaking Non-breaking change labels Jan 24, 2024
@harrism harrism self-assigned this Jan 24, 2024
@harrism harrism requested review from a team as code owners January 24, 2024 02:35
@github-actions github-actions bot added libcudf Affects libcudf (C++/CUDA) code. Java Affects Java cuDF API. labels Jan 24, 2024
@harrism
Copy link
Member Author

harrism commented Jan 24, 2024

This depends on rapidsai/rmm#1437 , so if any of the approvers on this PR would like to approve that PR, that would be a big help.

@harrism
Copy link
Member Author

harrism commented Jan 26, 2024

/merge

@rapids-bot rapids-bot bot merged commit b47f5ee into rapidsai:branch-24.04 Jan 26, 2024
67 of 68 checks passed
rapids-bot bot pushed a commit to rapidsai/rmm that referenced this pull request Feb 1, 2024
Deprecates now unused `device_memory_resource::supports_streams()`. Will be removed in next release (24.06).

Merge after:
* rapidsai/raft#2121
* rapidsai/cudf#14857

Closes #1433

Authors:
  - Mark Harris (https://github.com/harrism)

Approvers:
  - Michael Schellenberger Costa (https://github.com/miscco)
  - Bradley Dice (https://github.com/bdice)

URL: #1452
mythrocks added a commit to mythrocks/spark-rapids-jni that referenced this pull request Mar 7, 2024
Fixes NVIDIA#1814.

This change removes the override of `spark_resource_adaptor::supports_stream()`,
in light of rapidsai/rmm#1389, which deprecated the
method.

Similar to rapidsai/cudf#14857, this change removes
the deprecated override.

Signed-off-by: MithunR <mythrocks@gmail.com>
mythrocks added a commit to NVIDIA/spark-rapids-jni that referenced this pull request Mar 10, 2024
Fixes #1814.

This change removes the override of `spark_resource_adaptor::supports_stream()`,
in light of rapidsai/rmm#1389, which deprecated the
method.

Similar to rapidsai/cudf#14857, this change removes
the deprecated override.

Signed-off-by: MithunR <mythrocks@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request Java Affects Java cuDF API. libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
Projects
Status: Done
Archived in project
Development

Successfully merging this pull request may close these issues.

5 participants