-
Notifications
You must be signed in to change notification settings - Fork 310
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
cugraph examples #4128
cugraph examples #4128
Conversation
… into cugraph_helloworld
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
My comments were just questions that might be too basic but since this is an example to demonstrate the functionality, I thought maybe the additional explanation would help.
cpp/examples/developers/vertex_and_edge_partition/vertex_and_edge_partition.cu
Show resolved
Hide resolved
cpp/examples/users/multi_gpu_application/mg_graph_algorithms.cpp
Outdated
Show resolved
Hide resolved
cpp/examples/users/multi_gpu_application/mg_graph_algorithms.cpp
Outdated
Show resolved
Hide resolved
cpp/examples/users/multi_gpu_application/mg_graph_algorithms.cpp
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LTGM, code wise. Agree with Don's documentation comments... will wait to merge until those are addressed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from the minor change requests Don had, it looks good to me
/okay to test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updates look great
/okay to test |
/okay to test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/okay to test |
/merge |
This PR adds example on how to use libcugraph to run different algorithms.
Closes #2676