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

Need basic C++ "hello world" example(s) for libcugraph #2676

Closed
Tracked by #3280
rlratzel opened this issue Sep 9, 2022 · 2 comments · Fixed by #4128
Closed
Tracked by #3280

Need basic C++ "hello world" example(s) for libcugraph #2676

rlratzel opened this issue Sep 9, 2022 · 2 comments · Fixed by #4128
Assignees
Labels
feature request New feature or request

Comments

@rlratzel
Copy link
Contributor

rlratzel commented Sep 9, 2022

This request has been made multiple times, but I couldn't find an issue for it so I'm creating this.

Users have requested (a recent hackathon was one know example of such a request) a simple "hello world" style C++ example that uses libcugraph. For now, we've been recommending the C++ unit tests, but these aren't optimized for demonstrating the API as much as they are just achieving test coverage.

One option could be to simply change the unit tests so they demonstrate the API better, or add additional tests that are better suited as examples and leave the other, harder-to-read tests in place for covering edge cases and other test scenarios. This is nice because it guarantees the examples work with the latest code changes since they'll be run as part of CI.

cc @ogreen

@rlratzel rlratzel added the ? - Needs Triage Need team to review and classify label Sep 9, 2022
@ljdursi
Copy link

ljdursi commented Sep 9, 2022

+1 - This would be very helpful for people who are already using libraries like boost::graph to understand for what use cases they should or shouldn't think about adopting libcugraph.

@github-actions
Copy link

github-actions bot commented Oct 9, 2022

This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.

@BradReesWork BradReesWork added feature request New feature or request and removed ? - Needs Triage Need team to review and classify labels Jan 12, 2023
rapids-bot bot pushed a commit that referenced this issue Mar 15, 2024
This PR adds example on how to use libcugraph to run different algorithms. 

Closes #2676

Authors:
  - Naim (https://github.com/naimnv)
  - Ralph Liu (https://github.com/nv-rliu)

Approvers:
  - Chuck Hastings (https://github.com/ChuckHastings)
  - Joseph Nke (https://github.com/jnke2016)
  - Don Acosta (https://github.com/acostadon)
  - Seunghwa Kang (https://github.com/seunghwak)

URL: #4128
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants