1. 30 Jan, 2022 1 commit
  2. 29 Jan, 2022 1 commit
  3. 28 Jan, 2022 5 commits
  4. 27 Jan, 2022 1 commit
  5. 26 Jan, 2022 3 commits
  6. 25 Jan, 2022 4 commits
  7. 23 Jan, 2022 3 commits
  8. 22 Jan, 2022 1 commit
  9. 21 Jan, 2022 4 commits
  10. 20 Jan, 2022 1 commit
  11. 19 Jan, 2022 3 commits
  12. 18 Jan, 2022 1 commit
  13. 17 Jan, 2022 3 commits
  14. 15 Jan, 2022 1 commit
  15. 13 Jan, 2022 2 commits
  16. 11 Jan, 2022 6 commits
    • Andrew's avatar
      [Feature] method for merging graphs into graphs (#3522) · 7f83d745
      Andrew authored
      
      
      * Added graph updating method and tests. resolves #3488
      
      * removed spaces around named args
      
      * customizing indices for graph's idtype and ctx
      
      * changing torch ops to generic backend ops
      
      * changing tensors to np arrays
      
      * created dgl merge function and tests
      
      * Changed per-graph edge updates to single ag update
      
      * removed update method and tests
      
      * reformat newlines & spaces
      
      * concatenating in one-shot instead of iteratively
      Co-authored-by: default avatarMufei Li <mufeili1996@gmail.com>
      Co-authored-by: default avatarQuan (Andy) Gan <coin2028@hotmail.com>
      7f83d745
    • Rhett Ying's avatar
      4b295d60
    • Quan (Andy) Gan's avatar
    • Rhett Ying's avatar
    • MaoYuan Xian's avatar
      Pass the std:min argument's type, to avoid the compilation error. (#3637) · b002f8f9
      MaoYuan Xian authored
      
      
      * Pass the std:min argument's type, to avoid the compilation error.
      
      * Update parallel_for.h
      
      * Update negative_sampling.cc
      Co-authored-by: default avatarQuan (Andy) Gan <coin2028@hotmail.com>
      b002f8f9
    • Rhett Ying's avatar
      [Feature][Dist] change TP::Receiver/TP::Sender for multiple connections (#3574) · 37467e25
      Rhett Ying authored
      
      
      * [Feature] enable TP::Receiver wait for any numbers of senders
      
      * fix random unit test failure
      
      * avoid endless future wait
      
      * fix unit test failure
      
      * fix seg fault when finalize wait in receiver
      
      * [Feature] refactor sender connect logic and remove unnecessary sleeps in unit tests
      
      * fix lint
      
      * release RPCContext resources before process exits
      
      * [Debug] TPReceiver wait start log
      
      * [Debug] add log in get port
      
      * [Debug] add log
      
      * [ReDebug] revert time sleep in unit tests
      
      * [Debug] remove sleep for test_distri,test_mp
      
      * [debug] add more log
      
      * [debug] add listen_booted_ flag
      
      * [debug] restore commented code for queue
      
      * [debug] sleep more in rpc_client
      
      * restore change in tests
      
      * Revert "restore change in tests"
      
      This reverts commit 41a18926d181ec2517069389bfc41de2cc949280.
      
      * Revert "[debug] sleep more in rpc_client"
      
      This reverts commit a908e758eabca0a6ce62eb2e59baea02a840ac67.
      
      * Revert "[debug] restore commented code for queue"
      
      This reverts commit d3f993b3746e6bb6e2cc2f90204dd7e9461c6301.
      
      * Revert "[debug] add listen_booted_ flag"
      
      This reverts commit 244b2167d94942ff2a0acec8823b974975e52580.
      
      * Revert "[debug] add more log"
      
      This reverts commit 4b78447b0a575a824821dc7e25cca2246e6e30e2.
      
      * Revert "[Debug] remove sleep for test_distri,test_mp"
      
      This reverts commit e1df1aadcc8b1c2a0013ed77322ac391a8807612.
      
      * remove debug code
      
      * revert unnecessary change
      
      * revert unnecessary changes
      
      * always reset RPCContext when get started and reset all data
      
      * remove time.sleep in dist tests
      
      * fix lint
      
      * reset envs before each dist test
      
      * reset env properly
      
      * add time sleep when start each server
      
      * sleep for a while when boot server
      
      * replace wait_thread with callback
      
      * fix lint
      
      * add dglconnect handshake check
      Co-authored-by: default avatarJinjing Zhou <VoVAllen@users.noreply.github.com>
      37467e25