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

Graph prmitives API update #2100

Merged
merged 16 commits into from
Mar 20, 2022

Conversation

seunghwak
Copy link
Contributor

@seunghwak seunghwak commented Mar 2, 2022

This is one of the series of planned PRs to address #2003

We want to consistently use source & destination (or src & dst as abbreviation) instead of mixing source/destination and row/column and better group function/class/parameter names based on the concept of vertex partition and edge partition.

This PR renames

row/col_properties_t to edge_partition_src/dst_property_t
and
copy_to_adj_matrix_partition_row/col to update_edge_partition_src/dst_property
and
transform_reduce_by_adj_matrix_row|col_key_e to transform_reduce_by_src|dst_key_e

and fix resulting compile errors.

Possibly a breaking change (even though I am not aware of any external projects to be affected).

@seunghwak seunghwak added 2 - In Progress improvement Improvement / enhancement to an existing function breaking Breaking change labels Mar 2, 2022
@seunghwak seunghwak added this to the 22.04 milestone Mar 2, 2022
@seunghwak seunghwak self-assigned this Mar 2, 2022
@seunghwak seunghwak changed the title [skip-ci] Graph prmitives API update Graph prmitives API update Mar 12, 2022
@seunghwak seunghwak marked this pull request as ready for review March 12, 2022 01:19
@seunghwak seunghwak requested a review from a team as a code owner March 12, 2022 01:19
@seunghwak
Copy link
Contributor Author

@kaatish @aschaffer FYI: this may possibly break graph-ops if they are directly using graph primitives.

@codecov-commenter
Copy link

codecov-commenter commented Mar 12, 2022

Codecov Report

❗ No coverage uploaded for pull request base (branch-22.04@fab8f18). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##             branch-22.04    #2100   +/-   ##
===============================================
  Coverage                ?   73.99%           
===============================================
  Files                   ?      157           
  Lines                   ?    10496           
  Branches                ?        0           
===============================================
  Hits                    ?     7767           
  Misses                  ?     2729           
  Partials                ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fab8f18...c74009b. Read the comment docs.

@BradReesWork
Copy link
Member

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 787e9c7 into rapidsai:branch-22.04 Mar 20, 2022
@seunghwak seunghwak deleted the enh_row_col_properties branch August 11, 2022 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking change improvement Improvement / enhancement to an existing function
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants