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

Deprecate rmm::mr::device_memory_resource::supports_streams() #1452

Merged

Conversation

harrism
Copy link
Member

@harrism harrism commented Jan 31, 2024

Description

Deprecates now unused device_memory_resource::supports_streams(). Will be removed in next release (24.06).

Merge after:

Closes #1433

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 breaking Breaking change labels Jan 31, 2024
@harrism harrism self-assigned this Jan 31, 2024
@harrism harrism requested a review from a team as a code owner January 31, 2024 23:37
@harrism harrism requested review from miscco and bdice January 31, 2024 23:37
@github-actions github-actions bot added the cpp Pertains to C++ code label Jan 31, 2024
* @returns bool true if the resource supports non-null CUDA streams.
*/
[[nodiscard]] virtual bool supports_streams() const noexcept { return false; }
[[deprecated("Functionality removed in favor of cuda::mr::async_memory_resource.")]] //
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extraneous comment?

Suggested change
[[deprecated("Functionality removed in favor of cuda::mr::async_memory_resource.")]] //
[[deprecated("Functionality removed in favor of cuda::mr::async_memory_resource.")]]

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For clang-format

@harrism
Copy link
Member Author

harrism commented Feb 1, 2024

/merge

@rapids-bot rapids-bot bot merged commit c583fa1 into rapidsai:branch-24.04 Feb 1, 2024
47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking change cpp Pertains to C++ code feature request New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Deprecatermm::mr::device_memory_resource::supports_streams().
3 participants