1. 29 Dec, 2022 1 commit
  2. 28 Dec, 2022 3 commits
  3. 27 Dec, 2022 1 commit
  4. 26 Dec, 2022 1 commit
  5. 24 Dec, 2022 1 commit
  6. 22 Dec, 2022 1 commit
  7. 21 Dec, 2022 3 commits
  8. 20 Dec, 2022 1 commit
  9. 19 Dec, 2022 1 commit
    • Xin Yao's avatar
      [Fix core lib warning] Remove LooseVersion (#5026) · f4eef726
      Xin Yao authored
      * replace LooseVersion with packaging.version
      
      * import packaging from setuptools
      
      * import packaging.version in dgl.utils
      
      * format
      
      * revert changes to apps/kg
      
      * revert changes to _dataloading
      f4eef726
  10. 15 Dec, 2022 2 commits
  11. 14 Dec, 2022 1 commit
  12. 12 Dec, 2022 2 commits
  13. 09 Dec, 2022 2 commits
  14. 08 Dec, 2022 1 commit
  15. 07 Dec, 2022 2 commits
  16. 06 Dec, 2022 1 commit
  17. 05 Dec, 2022 2 commits
  18. 01 Dec, 2022 2 commits
  19. 29 Nov, 2022 1 commit
  20. 28 Nov, 2022 2 commits
  21. 27 Nov, 2022 1 commit
  22. 25 Nov, 2022 1 commit
  23. 21 Nov, 2022 1 commit
  24. 20 Nov, 2022 1 commit
  25. 18 Nov, 2022 2 commits
    • kylasa's avatar
      [Dist] Flexible pipeline - Initial commit (#4733) · c8ea9fa4
      kylasa authored
      * Flexible pipeline - Initial commit
      
      1. Implementation of flexible pipeline feature.
      2. With this implementation, the pipeline now supports multiple partitions per process. And also assumes that num_partitions is always a multiple of num_processes.
      
      * Update test_dist_part.py
      
      * Code changes to address review comments
      
      * Code refactoring of exchange_features function into two functions for better readability
      
      * Upadting test_dist_part to fix merge issues with the master branch
      
      * corrected variable names...
      
      * Fixed code refactoring issues.
      
      * Provide missing function arguments to exchange_feature function
      
      * Providing the missing function argument to fix error.
      
      * Provide missing function argument to 'get_shuffle_nids' function.
      
      * Repositioned a variable within its scope.
      
      * Removed tab space which is causing the indentation problem
      
      * Fix issue with the CI test framework, which is the root cause for the failure of the CI tests.
      
      1. Now we read files specific to the partition-id and store this data separately, identified by the local_part_id, in the local process.
      2. Similarly as above, we also differentiate the node and edge features type_ids with the same keys as above.
      3. These above two changes will help up to get the appropriate feature data during the feature exchange and send to the destination process correctly.
      
      * Correct the parametrization for the CI unit test cases.
      
      * Addressing Rui's code review comments.
      
      * Addressing code review comments.
      c8ea9fa4
    • Tingyu Wang's avatar
      [Model] Add `dgl.nn.CuGraphRelGraphConv` model (#4826) · 4ecd2c85
      Tingyu Wang authored
      
      
      * added relgraphconv
      
      * add tests for CuGraphRelGraphConv
      
      * move test to tests directory
      
      * update docs
      
      * address PR review 1
      
      * address PR review, continued
      
      * remove stashing ctx.device
      
      * make fanout optional
      
      * fanout -> max_in_degree
      
      * improve docstrings consistency
      
      * initialize parameters directly in __init__
      
      * get rid of shared memory size check
      
      * improve docs
      
      * format comments
      
      * skip test case for regularizer=None
      Co-authored-by: default avatarMufei Li <mufeili1996@gmail.com>
      Co-authored-by: default avatarHongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
      4ecd2c85
  26. 17 Nov, 2022 2 commits
  27. 16 Nov, 2022 1 commit