Skip to content

CAGRA bench: use device-side refinement when the data is on device#228

Merged
rapids-bot[bot] merged 2 commits intorapidsai:branch-24.08from
achirkin:fix-cagra-bench-device-refine
Jul 17, 2024
Merged

CAGRA bench: use device-side refinement when the data is on device#228
rapids-bot[bot] merged 2 commits intorapidsai:branch-24.08from
achirkin:fix-cagra-bench-device-refine

Conversation

@achirkin
Copy link
Copy Markdown
Contributor

Fix CAGRA build benchmark always assuming the dataset is on host.
Before the fix, this would result in the refinement step being performed on host even if the data is on device; this would lead to a segfault.

@achirkin achirkin requested a review from a team as a code owner July 17, 2024 19:05
@github-actions github-actions Bot added the cpp label Jul 17, 2024
Copy link
Copy Markdown
Contributor

@tfeher tfeher left a comment

Choose a reason for hiding this comment

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

Thanks Artem for the fix, LGTM!

@tfeher tfeher added bug Something isn't working non-breaking Introduces a non-breaking change labels Jul 17, 2024
@tfeher
Copy link
Copy Markdown
Contributor

tfeher commented Jul 17, 2024

/merge

@rapids-bot rapids-bot Bot merged commit 63b3ded into rapidsai:branch-24.08 Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working cpp non-breaking Introduces a non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants