-
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
[ENH] MNMG Core Number #2169
Comments
libcugraph part is complete (https://github.com/rapidsai/cugraph/blob/branch-22.04/cpp/include/cugraph/algorithms.hpp#L1533). |
This issue has been labeled |
This addresses parts of #2169, notably the libcugraph_c API for core number, implemented in `src/c_api/core_number.cpp`, with relevant header updates. Testing had been started for the sg variant in `tests/c_api/core_number_test.c`, though results are currently not matching up with what's expected. Testing for the mg variant in `tests/c_api/mg_core_number_test.c` has not been started. Also, the pylibcugraph wrapper for core number is included (not tested yet), so this PR can include both APIs or be split into 2 separate PRs, one for each level. Authors: - Dylan Chima-Sanchez (https://github.com/betochimas) - Chuck Hastings (https://github.com/ChuckHastings) Approvers: - Seunghwa Kang (https://github.com/seunghwak) - Joseph Nke (https://github.com/jnke2016) - Chuck Hastings (https://github.com/ChuckHastings) - Rick Ratzel (https://github.com/rlratzel) URL: #2338
This is closed now that #2414 is merged. |
Enhance Core Number to be MNMG
Code across all libraries
The text was updated successfully, but these errors were encountered: