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

Implement a vertex pair intersection primitive #2728

Merged

Conversation

seunghwak
Copy link
Contributor

No description provided.

@seunghwak seunghwak requested a review from a team as a code owner September 24, 2022 01:03
EdgeDstValueInputWrapper edge_dst_value_input,
IntersectionOp intersection_op,
VertexPairValueOutputIterator vertex_pair_value_output_first,
bool do_expensive_check = false)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@ChuckHastings Still a Work-in-Progress, but you may start integrating this to your Jaccard/Sorensen/Overlap coefficients code.

@seunghwak seunghwak requested a review from a team as a code owner September 27, 2022 21:43
@seunghwak seunghwak changed the title [WIP][skip-ci] Implement a vertex pair intersection primitive Implement a vertex pair intersection primitive Sep 27, 2022
@seunghwak seunghwak added the non-breaking Non-breaking change label Sep 27, 2022
@seunghwak seunghwak self-assigned this Sep 27, 2022
@seunghwak seunghwak added this to the 22.10 milestone Sep 27, 2022
@seunghwak
Copy link
Contributor Author

rerun tests

@ChuckHastings
Copy link
Collaborator

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 9159808 into rapidsai:branch-22.10 Sep 28, 2022
rapids-bot bot pushed a commit that referenced this pull request Oct 4, 2022
Closes #2543 

Implements unweighted similarity algorithms using the new primitive defined in #2728.

Weighted implementations will be tracked by issue #2749

Authors:
  - Chuck Hastings (https://github.com/ChuckHastings)

Approvers:
  - Naim (https://github.com/naimnv)
  - Seunghwa Kang (https://github.com/seunghwak)

URL: #2750
@seunghwak seunghwak deleted the fea_v_pair_intersection_prim branch October 20, 2022 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants