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 deprecated top-level allocator references #1225

Closed
wence- opened this issue Feb 24, 2023 · 0 comments · Fixed by #1281
Closed

Remove deprecated top-level allocator references #1225

wence- opened this issue Feb 24, 2023 · 0 comments · Fixed by #1281
Assignees

Comments

@wence-
Copy link
Contributor

wence- commented Feb 24, 2023

#1221 deprecates the use of rmm.rmm_cupy_allocator and friends, pushing them into separate submodules rmm.allocators.cupy, rmm.allocators.torch, etc....

The top-level references are kept for now (provided by a module-level __getattr__) but should be removed after the 23.04 release.

wence- added a commit to wence-/rmm that referenced this issue May 31, 2023
We deprecated these functions in 23.04, so there will have been two
releases with deprecation warnings.

Closes rapidsai#1225.
rapids-bot bot pushed a commit that referenced this issue May 31, 2023
We deprecated these functions in 23.04, so there will have been two
releases with deprecation warnings.

Closes #1225.

Authors:
  - Lawrence Mitchell (https://github.com/wence-)

Approvers:
  - Mark Harris (https://github.com/harrism)
  - Bradley Dice (https://github.com/bdice)

URL: #1281
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant