1. 03 Jul, 2020 4 commits
    • Da Zheng's avatar
      [Feature] add sparse embedding. (#1497) · cadcc1c2
      Da Zheng authored
      * add sparse embedding.
      
      * fix
      
      * add test.
      
      * man fixes.
      
      * many fixes
      
      * fix sparse emb.
      
      * fix.
      
      * fix lint.
      
      * fix lint.
      
      * fix kvstore.
      
      * expose DistTensor.
      
      * test sparse embeddings.
      
      * add attach_grad to the backends.
      
      * remove part_id
      
      * fix.
      
      * move backward computation.
      
      * move more computation to backend.
      
      * fix a bug when applying learning rate.
      
      * fix a few things.
      
      * fix a few things.
      
      * add docstring
      
      * fix.
      
      * apply no_grad.
      
      * fix tests.
      
      * fix for other frameworks.
      
      * add examples in docstring.
      cadcc1c2
    • Da Zheng's avatar
      [Test] Fix test of distributed graph (#1748) · 17701174
      Da Zheng authored
      * Revert "Serialize server and client start for dist_graph_store test (#1736)"
      
      This reverts commit da16ebf0.
      
      * sleep
      17701174
    • mszarma's avatar
      Use timeval to set up SO_RCVTIMEO (#1734) · f80fc9bd
      mszarma authored
      
      
      Refactor code to use timeval struct
      for setting up the SO_RCVTIMEO variable
      timeout value for sockets in case of Linux.
      Changed SetTimeout API timeout input to seconds.
      Co-authored-by: default avatarChao Ma <mctt90@gmail.com>
      f80fc9bd
    • Quan (Andy) Gan's avatar
      [Model] GraphSAGE inductive example (#1741) · 4ddd477f
      Quan (Andy) Gan authored
      * graphsage inductive example
      
      * fix
      4ddd477f
  2. 02 Jul, 2020 5 commits
  3. 01 Jul, 2020 3 commits
  4. 30 Jun, 2020 2 commits
  5. 29 Jun, 2020 1 commit
  6. 28 Jun, 2020 10 commits
  7. 27 Jun, 2020 2 commits
  8. 26 Jun, 2020 2 commits
  9. 25 Jun, 2020 1 commit
  10. 24 Jun, 2020 2 commits
  11. 23 Jun, 2020 6 commits
  12. 22 Jun, 2020 2 commits
    • Jinjing Zhou's avatar
      [RPC] accelerate sampling RPC (#1669) · fc7cd275
      Jinjing Zhou authored
      
      
      * support null ndarray
      
      * speed up
      
      * placeholder
      
      * fix
      
      * lint
      
      * lint
      
      * fix
      
      * done
      
      * comment
      
      * Update sampling.py
      
      * Update sampling.py
      
      * Update sampling.py
      Co-authored-by: default avatarDa Zheng <zhengda1936@gmail.com>
      fc7cd275
    • Zihao Ye's avatar
      [kernel] New SpMM & SDDMM kernel on CPU and CUDA (#1644) · 071cba1f
      Zihao Ye authored
      * udp
      
      * simplify
      
      * sddmm dot cpu
      
      * upd
      
      * format
      
      * upd
      
      * compatible with MJ's PR
      
      * lint
      
      * upd
      
      * upd
      
      * upd
      
      * python end
      
      * upd
      
      * upd
      
      * lint
      
      * lint
      
      * upd
      
      * upd
      
      * upd
      
      * upd
      
      * upd
      
      * lint
      
      * fix mxnet
      
      * upd
      
      * lint
      
      * use minjie's ptr
      
      * macro
      
      * upd
      
      * reorg
      
      * lint
      
      * fix corner cases
      
      * upd
      
      * enrich cpu docs
      
      * upd
      
      * upd
      
      * lint
      
      * lint
      
      * pylint
      
      * sx review
      
      * improve docstring
      
      * python doc
      
      * upd
      
      * restructure
      
      * lint
      
      * upd test
      
      * upd
      
      * pylint
      
      * fix corner cases and test
      071cba1f