1. 08 May, 2021 1 commit
  2. 07 May, 2021 2 commits
  3. 06 May, 2021 2 commits
  4. 03 May, 2021 1 commit
  5. 01 May, 2021 1 commit
  6. 29 Apr, 2021 1 commit
    • Da Zheng's avatar
      [Distributed] fix docs for distributed training. (#2840) · 45ec21b0
      Da Zheng authored
      
      
      * update distributed training doc.
      
      * explain data split.
      
      * fix message passing.
      
      * id mapping.
      
      * fix.
      
      * test data reshuffling.
      
      * fix a bug.
      
      * fix test.
      
      * Revert "fix test."
      
      This reverts commit 907f1dd88994894db94ffcd77b5995279f76b489.
      
      * Revert "fix a bug."
      
      This reverts commit ff0a4d893bbe4911a75ecb04bcbd9bc65315166b.
      
      * Revert "test data reshuffling."
      
      This reverts commit 99bb2f6405de67fc73652220b02e7184461c3e5e.
      Co-authored-by: default avatarZheng <dzzhen@3c22fba32af5.ant.amazon.com>
      45ec21b0
  7. 28 Apr, 2021 2 commits
  8. 27 Apr, 2021 3 commits
  9. 26 Apr, 2021 2 commits
    • Da Zheng's avatar
      [Distributed] Fix a bug in graph partition. (#2869) · e7046f1e
      Da Zheng authored
      
      
      * update distributed training doc.
      
      * explain data split.
      
      * fix message passing.
      
      * id mapping.
      
      * fix.
      
      * test data reshuffling.
      
      * fix a bug.
      
      * fix test.
      
      * Revert "fix."
      
      This reverts commit 2d025e9e1a5c05c3da9b803a035a788ced59bd77.
      
      * Revert "id mapping."
      
      This reverts commit 2a6a93ceb81fbdff86e6e9e5a58e1ace1e9d9882.
      
      * Revert "fix message passing."
      
      This reverts commit ed8a86bf2b015e5e4f64ba160e81b207ad2a1d65.
      
      * Revert "explain data split."
      
      This reverts commit 4338ddf8a336014cf92d4cb9a1db02b9badc0e55.
      
      * Revert "update distributed training doc."
      
      This reverts commit dda1c35c44536934c19715534f01f832afda6ad2.
      
      * add more tests.
      
      * fix.
      
      * fix.
      
      * fix.
      Co-authored-by: default avatarZheng <dzzhen@3c22fba32af5.ant.amazon.com>
      Co-authored-by: default avatarxiang song(charlie.song) <classicxsong@gmail.com>
      e7046f1e
    • Mufei Li's avatar
      Update main.py (#2872) · 2ae891a7
      Mufei Li authored
      2ae891a7
  10. 25 Apr, 2021 4 commits
  11. 23 Apr, 2021 3 commits
  12. 22 Apr, 2021 2 commits
  13. 21 Apr, 2021 1 commit
  14. 20 Apr, 2021 1 commit
  15. 19 Apr, 2021 1 commit
    • Tingzhang Zhao's avatar
      [Model] Add RECT example (#2813) · e58eeebf
      Tingzhang Zhao authored
      
      
      * Update README.md
      
      Add description of RECT
      
      * [Example] Add implementation of RECT
      
      [Example] Add implementation of RECT
      
      * Update classify.py
      
      Modify the class names and the function names mentioned above
      
      * Update main.py
      
      Modify the function names mentioned above
      
      * Update label_utils.py
      
      Adjust the comments
      
      * Update README.md
      
      Add the github information
      Co-authored-by: default avatarTianjun Xiao <xiaotj1990327@gmail.com>
      e58eeebf
  16. 16 Apr, 2021 1 commit
    • nv-dlasalle's avatar
      [Performance] Track sorted status of COO from creation (#2645) · bbebde46
      nv-dlasalle authored
      
      
      * Add row/col sorted flags
      
      * improve sorting paths
      
      * Remove print statement
      
      * Keep track of sorted matrices
      
      * Remove sort check in to_block
      
      * Improve CPU sorted COO->CSR
      
      * Handle the zero edge case
      
      * Remove omp default clause to work with MSVC
      
      * Update comments on sorted COO->CSR cpu implementatoin
      
      * Expose sorted to python interface
      
      * Make check_sorted default to false for dgl.graph()
      
      * remove check sorted; add utests
      
      * remove check_sorted flag
      Co-authored-by: default avatarMinjie Wang <wmjlyjemaine@gmail.com>
      bbebde46
  17. 15 Apr, 2021 2 commits
    • Jinjing Zhou's avatar
      [Test] Add comment trigger for regression test (#2827) · 302125ef
      Jinjing Zhou authored
      * add
      
      * fix
      
      * f
      
      * 111
      
      * print
      
      * fix
      
      * ci
      
      * f
      
      * fix regex
      
      * fix
      
      * t
      
      * fix
      
      * add
      
      * test
      
      * fix
      
      * fix
      
      * fff
      
      * fix
      
      * 1113
      
      * v2
      
      * 222
      
      * ttt2
      
      * f2
      
      * ff
      
      * 11
      
      * 121
      
      * try
      
      * add
      
      * 222
      
      * asd
      
      * t2
      
      * fix
      
      * install dependency
      
      * ff
      
      * 图
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * escape
      
      * fix
      
      * add url
      
      * fix branches
      
      * add url
      
      * fix
      
      * fix
      
      * fix
      
      * to csv
      
      * update link
      
      * fix
      
      * fix
      
      * fix
      302125ef
    • nv-dlasalle's avatar
      [Performance][GPU] Enable GPU uniform edge sampling (#2716) · e70138bb
      nv-dlasalle authored
      
      
      * Start on uniform GPU sampling
      
      * Save more work
      
      * Get cu file compiling
      
      * Update sampling
      
      * More changes
      
      * Get GPU sampling for uniform probabilities solved
      
      * Fix batch tensor migration
      
      * Fix
      
      * update kernels
      
      * expand blocking
      
      * Undo testing change
      
      * Cut down on sampling overhead
      
      * Fix replacement
      
      * Update unit tests
      
      * Add option to gpu sample in graphsage
      
      * Copy only csc to gpu
      
      * Add ogbn support
      
      * Fix linting
      
      * Remove nvtx from sample
      
      * Improve documentation and error checking
      
      * Expand documentation
      
      * Update assert checking
      
      * delete extra space
      
      * Use standard dataloader when dataset is a dictionary
      
      * ogb -> ogbn
      
      * Fix edge selection determinism
      
      * Fix typos
      
      * Remove nvtx
      
      * Add comment for self.fanout_arrays and assert
      
      * Fix linting
      
      * Migrate to scalarbatcher
      
      * Fix indentation
      
      * Fix batcher
      
      * Fix indexing
      
      * Only use databatcher for GPU
      
      * Convert to DGL NDArray to PyTorch Tensor
      
      * Add optimization for PyTorch's F.tensor() for list of GPU tensors
      Co-authored-by: default avatarDa Zheng <zhengda1936@gmail.com>
      e70138bb
  18. 13 Apr, 2021 2 commits
  19. 12 Apr, 2021 3 commits
  20. 11 Apr, 2021 1 commit
  21. 09 Apr, 2021 2 commits
  22. 08 Apr, 2021 1 commit
  23. 07 Apr, 2021 1 commit