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 make_device_vector in pairwise_point_in_polygon_test #1049

Merged
merged 3 commits into from
Apr 8, 2023

Conversation

cwharris
Copy link
Contributor

@cwharris cwharris commented Apr 7, 2023

use make_device_vector in pairwise_point_in_polygon_test

closes #825

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@cwharris cwharris added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Apr 7, 2023
@cwharris cwharris requested a review from a team as a code owner April 7, 2023 16:00
@cwharris cwharris requested review from trxcllnt and isVoid April 7, 2023 16:00
@github-actions github-actions bot added the libcuspatial Relates to the cuSpatial C++ library label Apr 7, 2023
Copy link
Contributor

@isVoid isVoid left a comment

Choose a reason for hiding this comment

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

Welcome back @cwharris ! And thanks for the contribution! This PR is ready to go, there's a follow up to the PR where we can refactor pairwise_point_in_polygon to accept a multipoint_range and ``multipolygon_range`. Would you like to try that?

@thomcom
Copy link
Contributor

thomcom commented Apr 7, 2023

Nice to see you dude!

@cwharris
Copy link
Contributor Author

cwharris commented Apr 8, 2023

/merge

@rapids-bot rapids-bot bot merged commit 68ff3f4 into rapidsai:branch-23.06 Apr 8, 2023
@cwharris
Copy link
Contributor Author

cwharris commented Apr 8, 2023

@isVoid what is the issue number for the multipoint_range change?

@isVoid
Copy link
Contributor

isVoid commented Apr 10, 2023

Sorry about the delay! The refactor is tracked by: #703. It's best if cuSpatial can use a homogenous input pattern with multi*_range.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function libcuspatial Relates to the cuSpatial C++ library non-breaking Non-breaking change
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

Replace pairwise_point_in_polygon vector factories with make_device_vector.
3 participants