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

Update multi-GPU example to include data generation [skip-ci] #2345

Merged
merged 1 commit into from
Jun 29, 2022

Conversation

charlesbluca
Copy link
Member

This PR updates the multi-GPU example in the docs to include input data generation using rmat, as well as resolving the missing / unnecessary imports.

@charlesbluca charlesbluca requested a review from a team as a code owner June 7, 2022 15:22
Comment on lines +39 to +46
scale=5,
num_edges=400,
a=0.30,
b=0.65,
c=0.05,
seed=456,
clip_and_flip=False,
scramble_vertex_ids=False,
Copy link
Member Author

Choose a reason for hiding this comment

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

These are all just filler inputs I entered to validate that this was working - happy to change these to more sensible options

@codecov-commenter
Copy link

Codecov Report

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

@@               Coverage Diff               @@
##             branch-22.08    #2345   +/-   ##
===============================================
  Coverage                ?   60.72%           
===============================================
  Files                   ?      105           
  Lines                   ?     5075           
  Branches                ?        0           
===============================================
  Hits                    ?     3082           
  Misses                  ?     1993           
  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 52c1078...54e18ed. Read the comment docs.

@BradReesWork BradReesWork added this to the 22.08 milestone Jun 29, 2022
@BradReesWork BradReesWork added doc Documentation non-breaking Non-breaking change labels Jun 29, 2022
@BradReesWork BradReesWork changed the title Update multi-GPU example to include data generation Update multi-GPU example to include data generation [skip-ci] Jun 29, 2022
@BradReesWork
Copy link
Member

rerun tests

@BradReesWork
Copy link
Member

@gpucibot merge

@rapids-bot rapids-bot bot merged commit a9af871 into rapidsai:branch-22.08 Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Documentation non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants