-
Notifications
You must be signed in to change notification settings - Fork 304
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
CuGraph+PyG Wrappers and Loaders #2567
Commits on Jun 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 93f6ff9 - Browse repository at this point
Copy the full SHA 93f6ff9View commit details
Commits on Jul 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 71824bd - Browse repository at this point
Copy the full SHA 71824bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a31e80 - Browse repository at this point
Copy the full SHA 7a31e80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4203728 - Browse repository at this point
Copy the full SHA 4203728View commit details -
Configuration menu - View commit details
-
Copy full SHA for c25d197 - Browse repository at this point
Copy the full SHA c25d197View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51c2f98 - Browse repository at this point
Copy the full SHA 51c2f98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05bac91 - Browse repository at this point
Copy the full SHA 05bac91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31b1715 - Browse repository at this point
Copy the full SHA 31b1715View commit details
Commits on Jul 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1ce7fe3 - Browse repository at this point
Copy the full SHA 1ce7fe3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17e12fd - Browse repository at this point
Copy the full SHA 17e12fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71eae74 - Browse repository at this point
Copy the full SHA 71eae74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 052b635 - Browse repository at this point
Copy the full SHA 052b635View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b51278 - Browse repository at this point
Copy the full SHA 3b51278View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a938eb - Browse repository at this point
Copy the full SHA 5a938ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12ebf68 - Browse repository at this point
Copy the full SHA 12ebf68View commit details -
Configuration menu - View commit details
-
Copy full SHA for d70e43f - Browse repository at this point
Copy the full SHA d70e43fView commit details
Commits on Jul 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 739b252 - Browse repository at this point
Copy the full SHA 739b252View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3e1038 - Browse repository at this point
Copy the full SHA e3e1038View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d7fad4 - Browse repository at this point
Copy the full SHA 7d7fad4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d95fac7 - Browse repository at this point
Copy the full SHA d95fac7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81dcb07 - Browse repository at this point
Copy the full SHA 81dcb07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80b9041 - Browse repository at this point
Copy the full SHA 80b9041View commit details -
Configuration menu - View commit details
-
Copy full SHA for 834f8a8 - Browse repository at this point
Copy the full SHA 834f8a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 568cc86 - Browse repository at this point
Copy the full SHA 568cc86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18b3515 - Browse repository at this point
Copy the full SHA 18b3515View commit details
Commits on Jul 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5df2d63 - Browse repository at this point
Copy the full SHA 5df2d63View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6d1fbf - Browse repository at this point
Copy the full SHA c6d1fbfView commit details
Commits on Jul 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 66aa800 - Browse repository at this point
Copy the full SHA 66aa800View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3324b81 - Browse repository at this point
Copy the full SHA 3324b81View commit details -
Merge branch 'address_CuGraphStorage' of https://github.com/vibhujawa…
…/cugraph into cugraph-pyg
Configuration menu - View commit details
-
Copy full SHA for 5b795bf - Browse repository at this point
Copy the full SHA 5b795bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89bf8e8 - Browse repository at this point
Copy the full SHA 89bf8e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f4e3a8 - Browse repository at this point
Copy the full SHA 0f4e3a8View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 0913be8 - Browse repository at this point
Copy the full SHA 0913be8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7b7a7d - Browse repository at this point
Copy the full SHA b7b7a7dView commit details
Commits on Jul 16, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for 9998a95 - Browse repository at this point
Copy the full SHA 9998a95View commit details -
Added code and test for handling no vertex data when accessing num_ve…
…rtices_with_properties.
Configuration menu - View commit details
-
Copy full SHA for eb7d928 - Browse repository at this point
Copy the full SHA eb7d928View commit details
Commits on Jul 18, 2022
-
Merge branch 'branch-22.08-pg_updates_for_gnns' of https://github.com…
…/rlratzel/cugraph into cugraph-pyg
Configuration menu - View commit details
-
Copy full SHA for 5ee2ddd - Browse repository at this point
Copy the full SHA 5ee2dddView commit details
Commits on Jul 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b487909 - Browse repository at this point
Copy the full SHA b487909View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ce5bcc - Browse repository at this point
Copy the full SHA 2ce5bccView commit details
Commits on Jul 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8422def - Browse repository at this point
Copy the full SHA 8422defView commit details
Commits on Jul 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d46570b - Browse repository at this point
Copy the full SHA d46570bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c99dd98 - Browse repository at this point
Copy the full SHA c99dd98View commit details
Commits on Aug 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 37d08bb - Browse repository at this point
Copy the full SHA 37d08bbView commit details
Commits on Aug 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f6fd431 - Browse repository at this point
Copy the full SHA f6fd431View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aa0e2d - Browse repository at this point
Copy the full SHA 1aa0e2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9152d2e - Browse repository at this point
Copy the full SHA 9152d2eView commit details
Commits on Aug 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 928dd5f - Browse repository at this point
Copy the full SHA 928dd5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5ab405 - Browse repository at this point
Copy the full SHA f5ab405View commit details
Commits on Aug 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0bbf2c8 - Browse repository at this point
Copy the full SHA 0bbf2c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 590141d - Browse repository at this point
Copy the full SHA 590141dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e4bde0 - Browse repository at this point
Copy the full SHA 1e4bde0View commit details -
Merge branch 'branch-22.10' of https://github.com/rapidsai/cugraph in…
…to cugraph-pyg-new-api
Configuration menu - View commit details
-
Copy full SHA for 87ec8a4 - Browse repository at this point
Copy the full SHA 87ec8a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e5ac2d - Browse repository at this point
Copy the full SHA 4e5ac2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0ed9a7 - Browse repository at this point
Copy the full SHA c0ed9a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7b8362 - Browse repository at this point
Copy the full SHA f7b8362View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b1ec2d - Browse repository at this point
Copy the full SHA 8b1ec2dView commit details
Commits on Aug 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ffb1276 - Browse repository at this point
Copy the full SHA ffb1276View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d60e8d - Browse repository at this point
Copy the full SHA 1d60e8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9198076 - Browse repository at this point
Copy the full SHA 9198076View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0b0ca2 - Browse repository at this point
Copy the full SHA a0b0ca2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 411d1ea - Browse repository at this point
Copy the full SHA 411d1eaView commit details
Commits on Aug 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9f568c3 - Browse repository at this point
Copy the full SHA 9f568c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c1ad11 - Browse repository at this point
Copy the full SHA 7c1ad11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a1a5ac - Browse repository at this point
Copy the full SHA 5a1a5acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e81cd8 - Browse repository at this point
Copy the full SHA 6e81cd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb086db - Browse repository at this point
Copy the full SHA cb086dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 736b633 - Browse repository at this point
Copy the full SHA 736b633View commit details
Commits on Aug 24, 2022
-
Drop __init__ and add __post_init__ to simplify constructor for CuGra…
…phEdgeAttr Co-authored-by: Rick Ratzel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 855c9fa - Browse repository at this point
Copy the full SHA 855c9faView commit details -
Change assert statement to proper error message.
Co-authored-by: Rick Ratzel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c3292c5 - Browse repository at this point
Copy the full SHA c3292c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 582ce09 - Browse repository at this point
Copy the full SHA 582ce09View commit details -
Merge branch 'cugraph-pyg-new-api' of https://github.com/alexbarghi-n…
…v/cugraph into cugraph-pyg-new-api
Configuration menu - View commit details
-
Copy full SHA for b97e381 - Browse repository at this point
Copy the full SHA b97e381View commit details -
Co-authored-by: Rick Ratzel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2049d79 - Browse repository at this point
Copy the full SHA 2049d79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3410e9f - Browse repository at this point
Copy the full SHA 3410e9fView commit details -
Merge branch 'cugraph-pyg-new-api' of https://github.com/alexbarghi-n…
…v/cugraph into cugraph-pyg-new-api
Configuration menu - View commit details
-
Copy full SHA for f9371fb - Browse repository at this point
Copy the full SHA f9371fbView commit details -
simplify uniform_neighbor_sample call
Co-authored-by: Rick Ratzel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 93ac58a - Browse repository at this point
Copy the full SHA 93ac58aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68bd410 - Browse repository at this point
Copy the full SHA 68bd410View commit details -
Merge branch 'cugraph-pyg-new-api' of https://github.com/alexbarghi-n…
…v/cugraph into cugraph-pyg-new-api
Configuration menu - View commit details
-
Copy full SHA for bb5c15e - Browse repository at this point
Copy the full SHA bb5c15eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3386ba6 - Browse repository at this point
Copy the full SHA 3386ba6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecbe7f6 - Browse repository at this point
Copy the full SHA ecbe7f6View commit details -
Co-authored-by: Rick Ratzel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a5c02d - Browse repository at this point
Copy the full SHA 5a5c02dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e79e172 - Browse repository at this point
Copy the full SHA e79e172View commit details -
Merge branch 'cugraph-pyg-new-api' of https://github.com/alexbarghi-n…
…v/cugraph into cugraph-pyg-new-api
Configuration menu - View commit details
-
Copy full SHA for a59aa20 - Browse repository at this point
Copy the full SHA a59aa20View commit details
Commits on Aug 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ce00bc1 - Browse repository at this point
Copy the full SHA ce00bc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdcfa0d - Browse repository at this point
Copy the full SHA cdcfa0dView commit details