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 get_mem_info functions from custom memory resources #14832

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

harrism
Copy link
Member

@harrism harrism commented Jan 22, 2024

Description

Part of rapidsai/rmm#1388. This removes now-optional and soon-to-be deprecated functions from cuDF's custom device_memory_resource implementations:

  • supports_get_mem_info()
  • do_get_mem_info()

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 requested review from a team as code owners January 22, 2024 23:53
@harrism harrism requested review from bdice and vuule January 22, 2024 23:53
@github-actions github-actions bot added libcudf Affects libcudf (C++/CUDA) code. Java Affects Java cuDF API. labels Jan 22, 2024
@harrism harrism changed the title Remove get_mem_info funcitons from custom memory resources Remove get_mem_info functions from custom memory resources Jan 22, 2024
@harrism harrism self-assigned this Jan 22, 2024
@vyasr vyasr added improvement Improvement / enhancement to an existing function breaking Breaking change labels Jan 23, 2024
@vyasr vyasr added non-breaking Non-breaking change and removed breaking Breaking change labels Jan 23, 2024
@harrism
Copy link
Member Author

harrism commented Jan 24, 2024

/merge

@rapids-bot rapids-bot bot merged commit 0a4ce51 into rapidsai:branch-24.04 Jan 24, 2024
75 checks passed
PointKernel pushed a commit to PointKernel/cudf that referenced this pull request Jan 25, 2024
…14832)

Part of rapidsai/rmm#1388. This removes now-optional and soon-to-be deprecated functions from cuDF's custom device_memory_resource implementations:
 * `supports_get_mem_info()`
 * `do_get_mem_info()`

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

Approvers:
  - Jason Lowe (https://github.com/jlowe)
  - Nghia Truong (https://github.com/ttnghia)
  - Vukasin Milovanovic (https://github.com/vuule)

URL: rapidsai#14832
rapids-bot bot pushed a commit to rapidsai/rmm that referenced this pull request Jan 26, 2024
…s_get_mem_info(). (#1436)

Closes #1427 . Part of #1388.

#1430 made these functions non-virtual and removed them from all MRs and tests. This PR completes the next step of deprecating them.  

Merge after 
 - rapidsai/raft#2108
 - rapidsai/cudf#14832

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

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

URL: #1436
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function Java Affects Java cuDF API. libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants