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

MNMG memory footprint improvement for low average vertex degree graphs (part 2) #1774

Merged
merged 17 commits into from
Aug 23, 2021

Commits on Aug 10, 2021

  1. Configuration menu
    Copy the full SHA
    92931df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98182fd View commit details
    Browse the repository at this point in the history
  3. update groupby_and_count_edgeslist_by_local_partition_id to further g…

    …oupby and count each local partition (if the optional flag is set to do so)
    seunghwak committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    5178246 View commit details
    Browse the repository at this point in the history
  4. update shuffle functions to take rvalues instead of the current note …

    …that the input arguments can be in undefined state after function call
    seunghwak committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    20a2c41 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. update renumber_edgelist to optionally renumber minor vertices in seg…

    …ments (to save memory requirement)
    seunghwak committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    e5855dd View commit details
    Browse the repository at this point in the history
  2. bug fixes

    seunghwak committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    824dd7e View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. delete debug printfs

    seunghwak committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    c78aaa1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    396eb96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7031bf3 View commit details
    Browse the repository at this point in the history
  4. update a comment

    seunghwak committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    3a91c23 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aea7e05 View commit details
    Browse the repository at this point in the history
  6. fix erroneous comments

    seunghwak committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    22a1550 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9dff6dc View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. cut memory footprint

    seunghwak committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    28e2198 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. resolve merge conflicts

    seunghwak committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    3b4e4b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f79338 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Merge branch 'branch-21.10' of https://github.com/rapidsai/cugraph in…

    …to enh_mem_req_part2
    seunghwak committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    7caf341 View commit details
    Browse the repository at this point in the history