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

Sampling post processing functions to accelerate MFG creation. #3815

Merged
merged 32 commits into from
Sep 19, 2023

Conversation

seunghwak
Copy link
Contributor

@seunghwak seunghwak commented Aug 22, 2023

Closes #3787
Closes #3788

Added C++ functions to accelerate the MFG (message flow graph) creation step after sampling in the end-to-end GNN workflow.

Three C++ public functions are added to accelerate the GNN workflow.

  1. renumbering + compression (CSR/DCSR/CSC/DCSC)
  2. renumbering + sorting (COO)
  3. sorting only (COO)

@seunghwak seunghwak requested a review from a team as a code owner August 22, 2023 07:38
@seunghwak seunghwak requested a review from a team as a code owner August 31, 2023 15:12
Copy link
Collaborator

@ChuckHastings ChuckHastings left a comment

Choose a reason for hiding this comment

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

LGTM.

Copy link
Contributor

@jnke2016 jnke2016 left a comment

Choose a reason for hiding this comment

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

Looks good to me.

Copy link
Member

@VibhuJawa VibhuJawa left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@alexbarghi-nv alexbarghi-nv left a comment

Choose a reason for hiding this comment

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

Thanks for the hard work @seunghwak , I believe this is ready to go now.

@alexbarghi-nv
Copy link
Member

/merge

@rapids-bot rapids-bot bot merged commit 5f76161 into rapidsai:branch-23.10 Sep 19, 2023
54 checks passed
@seunghwak seunghwak deleted the fea_mfg 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
5 participants