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 the transform_e primitive (to update property values for all edges) #3917

Merged
merged 13 commits into from
Oct 18, 2023

Conversation

seunghwak
Copy link
Contributor

We have two versions of transform_e, one updating property values for all edges and another updating property values only for the edges in the given edge list.

Both were declared but only the latter was implemented. This PR implements the first version (necessary to update edge masks in testing the neighbor intersection primitives with edge masking).

@seunghwak seunghwak added feature request New feature or request non-breaking Non-breaking change labels Oct 5, 2023
@seunghwak seunghwak added this to the 23.12 milestone Oct 5, 2023
@seunghwak seunghwak self-assigned this Oct 5, 2023
@seunghwak seunghwak changed the title [WIP] Implement the transform_e primitive (to update property values for all edges) Implement the transform_e primitive (to update property values for all edges) Oct 6, 2023
@seunghwak seunghwak marked this pull request as ready for review October 6, 2023 16:41
@seunghwak seunghwak requested a review from a team as a code owner October 6, 2023 16:41
@ChuckHastings
Copy link
Collaborator

/merge

@rapids-bot rapids-bot bot merged commit 34dce3d into rapidsai:branch-23.12 Oct 18, 2023
75 checks passed
divyegala pushed a commit to divyegala/cugraph that referenced this pull request Oct 18, 2023
…l edges) (rapidsai#3917)

We have two versions of transform_e, one updating property values for all edges and another updating property values only for the edges in the given edge list.

Both were declared but only the latter was implemented. This PR implements the first version (necessary to update edge masks in testing the neighbor intersection primitives with edge masking).

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

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

URL: rapidsai#3917
@seunghwak seunghwak deleted the fea_transform_e branch May 22, 2024 17:37
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.

2 participants