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

[Sparse] Add sparse matrix slicing operator implementation #6208

Merged
merged 31 commits into from
Sep 5, 2023

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    87448c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83d060d View commit details
    Browse the repository at this point in the history
  3. merge API to one 'select'

    xiangyuzhi committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    ead3874 View commit details
    Browse the repository at this point in the history
  4. fix

    xiangyuzhi committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    9a6cd71 View commit details
    Browse the repository at this point in the history
  5. fix typecheck

    xiangyuzhi committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    35f6d6e View commit details
    Browse the repository at this point in the history
  6. update comments

    xiangyuzhi committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    6f3f1ee View commit details
    Browse the repository at this point in the history
  7. fix type error

    xiangyuzhi committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    7975131 View commit details
    Browse the repository at this point in the history
  8. Update python/dgl/sparse/sparse_matrix.py

    Co-authored-by: Hongzhi (Steve), Chen <[email protected]>
    xiangyuzhi and frozenbugs committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    9ba1046 View commit details
    Browse the repository at this point in the history
  9. try to fix CI error

    xiangyuzhi committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    2564ddb View commit details
    Browse the repository at this point in the history
  10. Update python/dgl/sparse/sparse_matrix.py

    Co-authored-by: Hongzhi (Steve), Chen <[email protected]>
    xiangyuzhi and frozenbugs committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    22f0daa View commit details
    Browse the repository at this point in the history
  11. fix comment and CI

    xiangyuzhi committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    758ecc4 View commit details
    Browse the repository at this point in the history
  12. fix comments and CI

    xiangyuzhi committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    f4ce204 View commit details
    Browse the repository at this point in the history
  13. split API

    xiangyuzhi committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    2f8b625 View commit details
    Browse the repository at this point in the history
  14. fix CI

    xiangyuzhi committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    710fb9f View commit details
    Browse the repository at this point in the history
  15. fix input type

    xiangyuzhi committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    24e04cc View commit details
    Browse the repository at this point in the history
  16. fix description

    xiangyuzhi committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    94b296b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2289369 View commit details
    Browse the repository at this point in the history
  18. add col and unit test

    xiangyuzhi committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    14bc4c0 View commit details
    Browse the repository at this point in the history
  19. little fix

    xiangyuzhi committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    eb37ecc View commit details
    Browse the repository at this point in the history
  20. New API implementation

    xiangyuzhi committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    b792fd9 View commit details
    Browse the repository at this point in the history
  21. fix description

    xiangyuzhi committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    6613c37 View commit details
    Browse the repository at this point in the history
  22. update new API

    xiangyuzhi committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    0891d60 View commit details
    Browse the repository at this point in the history
  23. fix update

    xiangyuzhi committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    84dc943 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. fix bug and extend test

    xiangyuzhi committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    2084dc0 View commit details
    Browse the repository at this point in the history
  2. fix urange select

    xiangyuzhi committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    9d1f1bd View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    fd3a735 View commit details
    Browse the repository at this point in the history
  2. lint fix

    xiangyuzhi committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    957f771 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ddf91a View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    7caa5e5 View commit details
    Browse the repository at this point in the history
  2. fix comments

    xiangyuzhi committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    822b21f View commit details
    Browse the repository at this point in the history
  3. add comment

    xiangyuzhi committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    539122c View commit details
    Browse the repository at this point in the history