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

Switch rmm device_memory_resource to device_async_resource_ref #2011

Merged

Conversation

pmattione-nvidia
Copy link
Collaborator

@pmattione-nvidia pmattione-nvidia commented May 2, 2024

Switch the soon-to-be-removed rmm device_memory_resource to device_async_resource_ref. However this PR does not update the resource adaptor, as that solution is not ready yet.

Signed-off-by: Paul Mattione <pmattione@nvidia.com>
@pmattione-nvidia
Copy link
Collaborator Author

build

@pmattione-nvidia
Copy link
Collaborator Author

build

@pmattione-nvidia pmattione-nvidia marked this pull request as ready for review May 16, 2024 18:07
@pmattione-nvidia
Copy link
Collaborator Author

build

@@ -31,6 +31,7 @@

#include <rmm/cuda_stream_view.hpp>
#include <rmm/exec_policy.hpp>
#include <rmm/resource_ref.hpp>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Including the header in cu file is redundant, since we already did that in the header of this source file (bloom_filter.hpp).

This is applied for all other source files.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done.

Signed-off-by: Paul Mattione <pmattione@nvidia.com>
Signed-off-by: Paul Mattione <pmattione@nvidia.com>
Signed-off-by: Paul Mattione <pmattione@nvidia.com>
Signed-off-by: Paul Mattione <pmattione@nvidia.com>
@pmattione-nvidia
Copy link
Collaborator Author

build

1 similar comment
@ttnghia
Copy link
Collaborator

ttnghia commented May 20, 2024

build

@pmattione-nvidia
Copy link
Collaborator Author

build

2 similar comments
@pmattione-nvidia
Copy link
Collaborator Author

build

@sameerz
Copy link
Collaborator

sameerz commented May 21, 2024

build

@pmattione-nvidia pmattione-nvidia merged commit 79253a9 into NVIDIA:branch-24.06 May 22, 2024
3 checks passed
@pmattione-nvidia
Copy link
Collaborator Author

build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants