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

CuGraph+PyG Wrappers and Loaders #2567

Merged
merged 84 commits into from
Aug 31, 2022

Commits on Jun 30, 2022

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

Commits on Jul 7, 2022

  1. plc graph creation

    alexbarghi-nv committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    71824bd View commit details
    Browse the repository at this point in the history
  2. remove useless files

    alexbarghi-nv committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    7a31e80 View commit details
    Browse the repository at this point in the history
  3. fix style

    alexbarghi-nv committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    4203728 View commit details
    Browse the repository at this point in the history
  4. remove whitespace

    alexbarghi-nv committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    c25d197 View commit details
    Browse the repository at this point in the history
  5. add tests

    alexbarghi-nv committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    51c2f98 View commit details
    Browse the repository at this point in the history
  6. remove cufile

    alexbarghi-nv committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    05bac91 View commit details
    Browse the repository at this point in the history
  7. add newlines

    alexbarghi-nv committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    31b1715 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. test fixes

    alexbarghi-nv committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    1ce7fe3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17e12fd View commit details
    Browse the repository at this point in the history
  3. fixed style checks

    VibhuJawa committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    71eae74 View commit details
    Browse the repository at this point in the history
  4. style

    alexbarghi-nv committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    052b635 View commit details
    Browse the repository at this point in the history
  5. style

    alexbarghi-nv committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    3b51278 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a938eb View commit details
    Browse the repository at this point in the history
  7. Add CuGraphStore tests

    VibhuJawa committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    12ebf68 View commit details
    Browse the repository at this point in the history
  8. Fixed Style

    VibhuJawa committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    d70e43f View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    739b252 View commit details
    Browse the repository at this point in the history
  2. remove useless files

    alexbarghi-nv committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    e3e1038 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d7fad4 View commit details
    Browse the repository at this point in the history
  4. style

    alexbarghi-nv committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    d95fac7 View commit details
    Browse the repository at this point in the history
  5. style

    alexbarghi-nv committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    81dcb07 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    80b9041 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    834f8a8 View commit details
    Browse the repository at this point in the history
  8. style

    alexbarghi-nv committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    568cc86 View commit details
    Browse the repository at this point in the history
  9. cugraph

    alexbarghi-nv committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    18b3515 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. fix pytorch import error

    VibhuJawa committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    5df2d63 View commit details
    Browse the repository at this point in the history
  2. Fix to(device) for cupy

    VibhuJawa committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    c6d1fbf View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. minor

    alexbarghi-nv committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    66aa800 View commit details
    Browse the repository at this point in the history
  2. remove cufile

    alexbarghi-nv committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    3324b81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b795bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89bf8e8 View commit details
    Browse the repository at this point in the history
  5. add cugraph pyg code

    alexbarghi-nv committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    0f4e3a8 View commit details
    Browse the repository at this point in the history
  6. Added options to extract_subgraph() to bypass renumbering and adding …

    …edge_data to extraced subgraph, fixed issue with internal weight column being returned by property names API, added tests for new features and bug fix.
    rlratzel committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    0913be8 View commit details
    Browse the repository at this point in the history
  7. flake8 fixes.

    rlratzel committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    b7b7a7d View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

  1. Added code and tests for PG.num_vertices_with_properties attribute, w…

    …hich returns the number of verts that have properties (different than the number of verts). This is needed for GNN use cases.
    rlratzel committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    9998a95 View commit details
    Browse the repository at this point in the history
  2. Added code and test for handling no vertex data when accessing num_ve…

    …rtices_with_properties.
    rlratzel committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    eb7d928 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

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

Commits on Jul 21, 2022

  1. cugraph-pyg

    alexbarghi-nv committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    b487909 View commit details
    Browse the repository at this point in the history
  2. blergh

    alexbarghi-nv committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    2ce5bcc View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. commit changes

    alexbarghi-nv committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    8422def View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. minor

    alexbarghi-nv committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    d46570b View commit details
    Browse the repository at this point in the history
  2. Fix merge conflict

    alexbarghi-nv committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    c99dd98 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

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

Commits on Aug 2, 2022

  1. Configuration menu
    Copy the full SHA
    f6fd431 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1aa0e2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9152d2e View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Configuration menu
    Copy the full SHA
    928dd5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5ab405 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Configuration menu
    Copy the full SHA
    0bbf2c8 View commit details
    Browse the repository at this point in the history
  2. updates, mg, hetero

    alexbarghi-nv committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    590141d View commit details
    Browse the repository at this point in the history
  3. remove old api classes

    alexbarghi-nv committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    1e4bde0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87ec8a4 View commit details
    Browse the repository at this point in the history
  5. more fixes and cleanup

    alexbarghi-nv committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    4e5ac2d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c0ed9a7 View commit details
    Browse the repository at this point in the history
  7. update notebook

    alexbarghi-nv committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    f7b8362 View commit details
    Browse the repository at this point in the history
  8. remove cudf storage

    alexbarghi-nv committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    8b1ec2d View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. unit tests for sg

    alexbarghi-nv committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    ffb1276 View commit details
    Browse the repository at this point in the history
  2. remove garbage file

    alexbarghi-nv committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    1d60e8d View commit details
    Browse the repository at this point in the history
  3. revert yaml change

    alexbarghi-nv committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    9198076 View commit details
    Browse the repository at this point in the history
  4. revert egonet change

    alexbarghi-nv committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    a0b0ca2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    411d1ea View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. test fixes

    alexbarghi-nv committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    9f568c3 View commit details
    Browse the repository at this point in the history
  2. fix style

    alexbarghi-nv committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    7c1ad11 View commit details
    Browse the repository at this point in the history
  3. add the sg sampling fix

    alexbarghi-nv committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    5a1a5ac View commit details
    Browse the repository at this point in the history
  4. rename functions

    alexbarghi-nv committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    6e81cd8 View commit details
    Browse the repository at this point in the history
  5. style fix

    alexbarghi-nv committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    cb086db View commit details
    Browse the repository at this point in the history
  6. fixes for graph sage

    remove data files
    alexbarghi-nv committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    736b633 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Drop __init__ and add __post_init__ to simplify constructor for CuGra…

    …phEdgeAttr
    
    Co-authored-by: Rick Ratzel <[email protected]>
    alexbarghi-nv and rlratzel authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    855c9fa View commit details
    Browse the repository at this point in the history
  2. Change assert statement to proper error message.

    Co-authored-by: Rick Ratzel <[email protected]>
    alexbarghi-nv and rlratzel authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    c3292c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    582ce09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b97e381 View commit details
    Browse the repository at this point in the history
  5. remove hardcoded type feature

    Co-authored-by: Rick Ratzel <[email protected]>
    alexbarghi-nv and rlratzel authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    2049d79 View commit details
    Browse the repository at this point in the history
  6. make backend private

    alexbarghi-nv committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    3410e9f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f9371fb View commit details
    Browse the repository at this point in the history
  8. simplify uniform_neighbor_sample call

    Co-authored-by: Rick Ratzel <[email protected]>
    alexbarghi-nv and rlratzel authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    93ac58a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    68bd410 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bb5c15e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3386ba6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ecbe7f6 View commit details
    Browse the repository at this point in the history
  13. don't access the __dict__

    Co-authored-by: Rick Ratzel <[email protected]>
    alexbarghi-nv and rlratzel authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    5a5c02d View commit details
    Browse the repository at this point in the history
  14. style fix

    alexbarghi-nv committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    e79e172 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a59aa20 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. set to list

    alexbarghi-nv committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    ce00bc1 View commit details
    Browse the repository at this point in the history
  2. change to cupy.arange

    alexbarghi-nv committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    cdcfa0d View commit details
    Browse the repository at this point in the history