1. 02 Dec, 2021 1 commit
  2. 22 Nov, 2021 1 commit
  3. 21 Nov, 2021 1 commit
  4. 19 Nov, 2021 1 commit
  5. 17 Nov, 2021 1 commit
    • Rhett Ying's avatar
      [Feature] enable async transfer in NodeDataLoader for homograph (#3407) · e053df79
      Rhett Ying authored
      * [Feature] enable async transfer in NodeDataLoader for homograph
      
      * fix lint issues
      
      * fix device choose when creating stream
      
      * fix test on cpu only machine
      
      * fix pin_memory config
      
      * support homo only
      
      * avoid creating stream in each step and sync via event
      
      * fix lint
      
      * enable graph copy on non-default stream
      
      * fix lint
      
      * refine arg description
      
      * fix conflicts
      e053df79
  6. 16 Nov, 2021 1 commit
  7. 10 Nov, 2021 2 commits
    • Mufei Li's avatar
      [NN] GNNExplainer (#3490) · dfa32ae0
      Mufei Li authored
      * Update
      
      * Update
      
      * Update
      
      * Fix
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Fix
      
      * Fix
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * lint fix
      
      * lint fix
      
      * Fix lint
      
      * Update
      
      * Fix CI
      
      * Fix CI
      
      * Fix
      
      * CI
      
      * Fix
      
      * Update
      
      * Fix
      
      * Fix
      
      * Fix CI
      
      * Fix CI
      dfa32ae0
    • Rhett Ying's avatar
      [BugFix] fix in_degree/out_degree computation logic (#3477) · ea8b93f9
      Rhett Ying authored
      * [BugFix] fix in/out degree computation
      
      * add unit tests
      ea8b93f9
  8. 06 Nov, 2021 1 commit
  9. 05 Nov, 2021 1 commit
  10. 04 Nov, 2021 3 commits
  11. 03 Nov, 2021 1 commit
  12. 27 Oct, 2021 1 commit
  13. 21 Oct, 2021 1 commit
    • Xin Yao's avatar
      [Sampling] Implement dgl.compact_graphs() for the GPU (#3423) · a8c81018
      Xin Yao authored
      * gpu compact graph template
      
      * cuda compact graph draft
      
      * fix typo
      
      * compact graphs
      
      * pass unit test but fail in training
      
      * example using EdgeDataLoader on the GPU
      
      * refactor cuda_compact_graph and cuda_to_block
      
      * update training scripts
      
      * fix linting
      
      * fix linting
      
      * fix exclude_edges for the GPU
      
      * add --data-cpu & fix copyright
      a8c81018
  14. 14 Oct, 2021 1 commit
  15. 12 Oct, 2021 2 commits
  16. 30 Sep, 2021 1 commit
  17. 29 Sep, 2021 1 commit
  18. 28 Sep, 2021 1 commit
  19. 22 Sep, 2021 1 commit
  20. 21 Sep, 2021 1 commit
    • mszarma's avatar
      [Feature] Exclude edges in sample_neighbors (#2971) · bc14829f
      mszarma authored
      
      
      * [Feature] Exclude edges in sample_neighbors
      
      Extending sample_neighbors and sample_frontier
      API to support exclude_edges parameter.
      
      exclude_edges support tensor and dict data
      Feature enable excluding certain edges
      during neighborhood sampling
      Exclude_edges contains EID's of edges
      which will be excluded
      during neighbor picking for seed nodes.
      
      Added test case for heterograph and homograph
      RFC issue id: 2944
      
      * compatibility
      
      * fix
      
      * fix
      Co-authored-by: default avatarQuan Gan <coin2028@hotmail.com>
      bc14829f
  21. 17 Sep, 2021 1 commit
  22. 16 Sep, 2021 1 commit
  23. 14 Sep, 2021 1 commit
  24. 10 Sep, 2021 1 commit
  25. 09 Sep, 2021 1 commit
  26. 07 Sep, 2021 1 commit
  27. 06 Sep, 2021 1 commit
  28. 01 Sep, 2021 2 commits
  29. 31 Aug, 2021 1 commit
  30. 29 Aug, 2021 1 commit
  31. 20 Aug, 2021 1 commit
    • nv-dlasalle's avatar
      [Feature][DistDGL] Add NCCL support for range based partitions (#3213) · 7f927939
      nv-dlasalle authored
      * Implement range based NDArrayPartition
      
      * Finish implement range based partition support
      
      * Add unit test
      
      * Fix whitepace
      
      * Add Kernel suffix
      
      * Fix argument passing
      
      * Add doxygen docs and improve variable naming
      
      * Add unit test
      
      * Add function for converting a partition book
      
      * Add example to partition_op docs
      
      * Fix dtype conversion for mxnet and tensorflow
      7f927939
  32. 19 Aug, 2021 1 commit
  33. 18 Aug, 2021 1 commit
  34. 17 Aug, 2021 1 commit
  35. 06 Aug, 2021 1 commit