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

Fix MG ego_graph #4226

Closed
wants to merge 4 commits into from
Closed

Conversation

nv-rliu
Copy link
Contributor

@nv-rliu nv-rliu commented Mar 8, 2024

closes #4190

@github-actions github-actions bot added the python label Mar 8, 2024
@nv-rliu nv-rliu added this to the 24.04 milestone Mar 8, 2024
@nv-rliu nv-rliu added bug Something isn't working breaking Breaking change Blocked Cannot progress due to external reasons and removed python labels Mar 8, 2024
@BradReesWork BradReesWork modified the milestones: 24.04, 24.06 Mar 12, 2024
@BradReesWork BradReesWork changed the base branch from branch-24.04 to branch-24.06 March 19, 2024 17:43
seunghwak and others added 2 commits March 19, 2024 20:38
…to test with edge masking (rapidsai#4253)

We previously had `test_utilities.hpp` having all different sorts of function declarations and `property_generator.cuh` (which is necessary to create an edge mask) was only for primitives testing.

This PR divides `test_utilities.hpp` to multiple files (`check_utilities.hpp`, `conversion_utilities.hpp`, `csv_file_utilities.hpp`, `matrix_market_file_utilities.hpp`, and `misc_utilties.hpp`) renamed/moved `tests/prims/property_generator.cuh` to `tests/utilities/property_generator_utilities.hpp` (now this file can be included from .cpp files).

Updated SG & MG core_number tests to use property generator to create an edge mask.

Authors:
  - Seunghwa Kang (https://github.com/seunghwak)

Approvers:
  - Naim (https://github.com/naimnv)
  - Joseph Nke (https://github.com/jnke2016)
  - Chuck Hastings (https://github.com/ChuckHastings)

URL: rapidsai#4253
@nv-rliu nv-rliu closed this Mar 20, 2024
@nv-rliu nv-rliu deleted the fix-mg-ego-python branch March 20, 2024 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Blocked Cannot progress due to external reasons breaking Breaking change bug Something isn't working CMake cuGraph python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG]: MG ego_graph Different from SG
4 participants