1. 23 Jul, 2021 2 commits
  2. 22 Jul, 2021 1 commit
  3. 21 Jul, 2021 2 commits
  4. 20 Jul, 2021 3 commits
  5. 19 Jul, 2021 2 commits
    • Xiangkun Hu's avatar
      [Doc] Add two papers to Awesome Paper List (#3155) · ee1c1a82
      Xiangkun Hu authored
      
      
      * PPIDataset
      
      * Revert "PPIDataset"
      
      This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a.
      
      * data pipeline user guide
      
      * remove chapter numbers
      
      * Update data.rst
      
      * image in dataset userguide
      
      * update links using ref
      
      * modify the link of save_graphs and load_graphs in dataset user guide
      
      * move image to s3 server.
      
      * fix links and ref
      
      * Hide implementations that may cause confusions to the user
      
      * add papers
      
      * fix number of classes in Amazon Cobuy datasets
      
      * add two papers to Awesome paper list
      
      * Update README.md
      
      * add four papers
      
      * add two papers
      
      * Add awesome papers
      
      * Fix index in paper list
      
      * Add paper to paperlist
      
      * add two papers
      Co-authored-by: default avatarMinjie Wang <wmjlyjemaine@gmail.com>
      ee1c1a82
    • Mufei Li's avatar
      Update README.md (#3154) · 13017ed4
      Mufei Li authored
      13017ed4
  6. 17 Jul, 2021 1 commit
  7. 16 Jul, 2021 2 commits
  8. 15 Jul, 2021 4 commits
  9. 14 Jul, 2021 2 commits
  10. 13 Jul, 2021 8 commits
  11. 12 Jul, 2021 5 commits
  12. 09 Jul, 2021 1 commit
  13. 08 Jul, 2021 2 commits
  14. 07 Jul, 2021 4 commits
  15. 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