1. 12 Oct, 2021 1 commit
  2. 30 Sep, 2021 1 commit
  3. 29 Sep, 2021 1 commit
  4. 28 Sep, 2021 1 commit
  5. 22 Sep, 2021 1 commit
  6. 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
  7. 17 Sep, 2021 1 commit
  8. 16 Sep, 2021 1 commit
  9. 14 Sep, 2021 1 commit
  10. 10 Sep, 2021 1 commit
  11. 09 Sep, 2021 1 commit
  12. 07 Sep, 2021 1 commit
  13. 06 Sep, 2021 1 commit
  14. 01 Sep, 2021 2 commits
  15. 31 Aug, 2021 1 commit
  16. 29 Aug, 2021 1 commit
  17. 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
  18. 19 Aug, 2021 1 commit
  19. 18 Aug, 2021 1 commit
  20. 17 Aug, 2021 1 commit
  21. 06 Aug, 2021 1 commit
  22. 02 Aug, 2021 2 commits
  23. 29 Jul, 2021 1 commit
  24. 28 Jul, 2021 2 commits
  25. 17 Jul, 2021 1 commit
  26. 16 Jul, 2021 1 commit
  27. 13 Jul, 2021 5 commits
  28. 12 Jul, 2021 1 commit
  29. 07 Jul, 2021 1 commit
  30. 06 Jul, 2021 1 commit
    • Israt Nisa's avatar
      [Feature] Add Heterograph support on Python for builtin unary msg functions... · 188152b8
      Israt Nisa authored
      
      [Feature] Add Heterograph support on Python for builtin unary msg functions (copy_u, copy_e) (#2989)
      
      * heterograph for binary func
      
      * Added SDDMM support
      
      * Added unittest
      
      * added binary test cases
      
      * unary mfuncs works
      
      * Fixed lint err
      
      * lint check and others
      
      * link check
      
      * fixed import *_hetero issue
      
      * lint check
      
      * replace torch with dgl backend
      
      * lint cehck
      
      * removed torch from test
      
      * skip mxnet unittest
      
      * skip gpu test
      
      * Remove unused/duplicated code
      
      * minor
      
      * changed data structure of ndata and edata
      
      * link check
      
      * reorganized
      
      * minor lint
      
      * minor lint
      
      * raise error for udf func
      
      * lint check
      
      * fix for CUDA 10.1
      
      * add a note for future cross-type max/min reducing
      
      * Add support CUDA < 11
      
      * lint check
      
      * tidied C code
      
      * remove dummy GSDDMM_hetero backward implementation
      Co-authored-by: default avatarIsrat Nisa <nisisrat@amazon.com>
      Co-authored-by: default avatarMinjie Wang <wmjlyjemaine@gmail.com>
      Co-authored-by: default avatarQuan Gan <coin2028@hotmail.com>
      188152b8
  31. 05 Jul, 2021 2 commits
  32. 02 Jul, 2021 1 commit