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

Integrate renumbering and compression to cugraph-dgl to accelerate MFG creation #3887

Merged
merged 108 commits into from
Oct 3, 2023

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    f0e9f1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b1fd23 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. API updates

    seunghwak committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    67f4d7b View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. API updates

    seunghwak committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    8f521d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da3da9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b87ee1 View commit details
    Browse the repository at this point in the history
  4. minor documentation updates

    seunghwak committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    9b5950b View commit details
    Browse the repository at this point in the history
  5. mionr documentation updates

    seunghwak committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    5fbb177 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Configuration menu
    Copy the full SHA
    b9611ab View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    c3ee02b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04c9105 View commit details
    Browse the repository at this point in the history
  3. update API documentation

    seunghwak committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    bdc840c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c304b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b16a071 View commit details
    Browse the repository at this point in the history
  6. cosmetic updates

    seunghwak committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    09a38d7 View commit details
    Browse the repository at this point in the history
  7. bug fixes

    seunghwak committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    82ad8e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    d99b512 View commit details
    Browse the repository at this point in the history
  2. the c api

    alexbarghi-nv committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    c15d580 View commit details
    Browse the repository at this point in the history
  3. fix compile errors

    alexbarghi-nv committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    9135629 View commit details
    Browse the repository at this point in the history
  4. reformat

    alexbarghi-nv committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    dfd1cb7 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    6dfd4fe View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. bug fixes

    seunghwak committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    7d5821f View commit details
    Browse the repository at this point in the history
  2. add fill wrapper

    seunghwak committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    58189ed View commit details
    Browse the repository at this point in the history
  3. undo adding fill wrapper

    seunghwak committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    39db98a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98c8e0a View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. fix a typo

    seunghwak committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    c151f95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc5a4f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    094aaf9 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. bug fix

    seunghwak committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    cf57a6d View commit details
    Browse the repository at this point in the history
  2. test code

    seunghwak committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    2b48b7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79acc8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0481bfb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2af9333 View commit details
    Browse the repository at this point in the history
  6. bug fix

    seunghwak committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    23cd2c2 View commit details
    Browse the repository at this point in the history
  7. update documentation

    seunghwak committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    6eaf67e View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. fix c api issues

    alexbarghi-nv committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    4dc0a92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2947b33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a2b2b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db35940 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. add sort only function

    seunghwak committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    b8b72be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38dd11e View commit details
    Browse the repository at this point in the history
  3. various improvements

    alexbarghi-nv committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    c86ceac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37a37bf View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. fix merge conflict

    alexbarghi-nv committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    002fe93 View commit details
    Browse the repository at this point in the history
  2. fix bad merge

    alexbarghi-nv committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    5051dfc View commit details
    Browse the repository at this point in the history
  3. asdf

    alexbarghi-nv committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    6cdf92b View commit details
    Browse the repository at this point in the history
  4. clarifying comments

    alexbarghi-nv committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    6682cb4 View commit details
    Browse the repository at this point in the history
  5. t

    alexbarghi-nv committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    0d12a28 View commit details
    Browse the repository at this point in the history
  6. latest code

    alexbarghi-nv committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    f5733f2 View commit details
    Browse the repository at this point in the history
  7. bug fix

    seunghwak committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    52e2f57 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    befeb25 View commit details
    Browse the repository at this point in the history
  9. additional bug fix

    seunghwak committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    8781612 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f92b5f5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2bd93d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. wrap up sg API

    alexbarghi-nv committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    3195298 View commit details
    Browse the repository at this point in the history
  2. test fix, cleanup

    alexbarghi-nv committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    74195cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    374b103 View commit details
    Browse the repository at this point in the history
  4. get mg api working

    alexbarghi-nv committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    bd625e3 View commit details
    Browse the repository at this point in the history
  5. add offset mg test

    alexbarghi-nv committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    b2a4ed1 View commit details
    Browse the repository at this point in the history
  6. fix typos

    tingyu66 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    9686ae3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9fb7438 View commit details
    Browse the repository at this point in the history
  8. empty commit to test signing

    tingyu66 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    2ade9c3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c770a17 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b569563 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ab2a185 View commit details
    Browse the repository at this point in the history
  12. remove unwanted file

    alexbarghi-nv committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    89a1b33 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    a9d46ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17e9013 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5543b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16e83bc View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    1e7098d View commit details
    Browse the repository at this point in the history
  2. remove unused method

    alexbarghi-nv committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    ae94c35 View commit details
    Browse the repository at this point in the history
  3. style

    alexbarghi-nv committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    7beba4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16ed5ef View commit details
    Browse the repository at this point in the history
  5. remove notebook

    alexbarghi-nv committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    79e3cef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd5cceb View commit details
    Browse the repository at this point in the history
  7. add future warnings

    alexbarghi-nv committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    a47691d View commit details
    Browse the repository at this point in the history
  8. cleanup

    alexbarghi-nv committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    195d063 View commit details
    Browse the repository at this point in the history
  9. remove print statements

    alexbarghi-nv committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    0af1750 View commit details
    Browse the repository at this point in the history
  10. fix c api bug

    alexbarghi-nv committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    d65632c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    247d8d2 View commit details
    Browse the repository at this point in the history
  12. fix empty df bug

    alexbarghi-nv committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    72bebc2 View commit details
    Browse the repository at this point in the history
  13. style

    alexbarghi-nv committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    4d51751 View commit details
    Browse the repository at this point in the history
  14. io

    alexbarghi-nv committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    9dfa3fa View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Configuration menu
    Copy the full SHA
    10c8c1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08cf3e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. formats

    tingyu66 committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    358875f View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    1b0cc1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb3aadc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a124964 View commit details
    Browse the repository at this point in the history
  4. add annotations

    Co-authored-by: Tingyu Wang <[email protected]>
    alexbarghi-nv and tingyu66 authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    6990c23 View commit details
    Browse the repository at this point in the history
  5. docstring correction

    Co-authored-by: Tingyu Wang <[email protected]>
    alexbarghi-nv and tingyu66 authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    920bed7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f8df56f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5238c81 View commit details
    Browse the repository at this point in the history
  8. fix capi sg test

    alexbarghi-nv committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    ef2ec5b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8e22ab9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    13bdd43 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    77a5ba3 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. process raw csc df output

    tingyu66 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    757f385 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22217dc View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    7f838ae View commit details
    Browse the repository at this point in the history
  2. enable csc loader

    tingyu66 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    6531e14 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. docstring

    tingyu66 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    3a6b6b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    564ddb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e73617 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. improve slicing

    tingyu66 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    e9c8bbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3620321 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45f93f2 View commit details
    Browse the repository at this point in the history