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

Pagerank 6.7.1 #797

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open

Pagerank 6.7.1 #797

wants to merge 16 commits into from

Conversation

zzy82518996
Copy link
Collaborator

This PR add the pagerank example.
The code base contains:

  1. graphit: constains the host code that handling different preprocessing methods over graphs.
  2. kernels: contains different optimization strategies of kernels in pagerank.
  3. Other folders: contains the host code and scipt of running different optimization strategies.

@zzy82518996 zzy82518996 requested a review from mrutt92 July 15, 2022 21:16
@mrutt92
Copy link
Collaborator

mrutt92 commented Jul 18, 2022

@zzy82518996 do we need the graphit code to compile and run your implementation?

@zzy82518996
Copy link
Collaborator Author

@zzy82518996 do we need the graphit code to compile and run your implementation?

Yes, there are some modifications on the code inside graphit. But most of the modified code corresponds to HB host.

@mrutt92
Copy link
Collaborator

mrutt92 commented Jul 18, 2022

what are the modifications to graphit? can you send me a diff? i'm a bit hesitant to just merge a copy of the graphit source code into this repo. the way we usually handle this at UW is we include a rule for cloning the subrepo in a makefile.

which graphit for is this source code from? i imagine it would be the one associated with BSG?

@zzy82518996
Copy link
Collaborator Author

I will send you a diff and yes you are right, the graphit code I use is the one associated with BSG.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants