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

Use rmm::device_async_resource_ref in multi_stream_allocation benchmark #1482

Merged

Conversation

miscco
Copy link
Contributor

@miscco miscco commented Feb 22, 2024

We want to move away from using raw device_memory_resource* in code, so adapt the code to use rmm::device_async_resource_ref.

Fixes #1481

@miscco miscco requested a review from a team as a code owner February 22, 2024 12:33
@miscco miscco added 3 - Ready for review Ready for review by team benchmarks non-breaking Non-breaking change improvement Improvement / enhancement to an existing function labels Feb 26, 2024
@harrism harrism changed the title Move multi_stream_allocation benchmarks towards rmm::device_async_resource_ref Use rmm::device_async_resource_ref in multi_stream_allocation benchmark Feb 26, 2024
@miscco
Copy link
Contributor Author

miscco commented Feb 27, 2024

/merge

@rapids-bot rapids-bot bot merged commit 23fa632 into rapidsai:branch-24.04 Feb 27, 2024
55 checks passed
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 benchmarks improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Rewrite multi_stream_allocation_benchmarks to take a cuda::mr::async_resource_ref
2 participants