1. 21 Nov, 2022 2 commits
  2. 20 Nov, 2022 1 commit
  3. 19 Nov, 2022 1 commit
  4. 18 Nov, 2022 3 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
    • Mufei Li's avatar
      Update (#4920) · ee5f0967
      Mufei Li authored
      
      Co-authored-by: default avatarUbuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal>
      ee5f0967
    • 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
  5. 17 Nov, 2022 7 commits
  6. 16 Nov, 2022 3 commits
  7. 15 Nov, 2022 5 commits
  8. 14 Nov, 2022 1 commit
  9. 12 Nov, 2022 1 commit
  10. 10 Nov, 2022 2 commits
  11. 09 Nov, 2022 4 commits
  12. 08 Nov, 2022 5 commits
  13. 07 Nov, 2022 5 commits