"vscode:/vscode.git/clone" did not exist on "f90a5139a244d440b9a85b419a52cc0155f32f98"
  1. 02 Jul, 2021 1 commit
  2. 01 Jul, 2021 1 commit
  3. 30 Jun, 2021 3 commits
  4. 29 Jun, 2021 3 commits
  5. 28 Jun, 2021 5 commits
  6. 27 Jun, 2021 1 commit
    • Jinjing Zhou's avatar
      [Build] Make nccl optional (#3056) · 9664cdff
      Jinjing Zhou authored
      * fix
      
      * remove nvidiasmi
      
      * fix
      
      * fix docs
      
      * fix
      
      * fix
      
      * 1
      
      * fix
      
      * remove
      
      * skip deprecated kernel
      
      * fix
      
      * Revert "skip deprecated kernel"
      
      This reverts commit c5ceb7f60dbbaf065b81cc3680757fd611d90ad3.
      
      * fix
      9664cdff
  7. 25 Jun, 2021 3 commits
  8. 24 Jun, 2021 1 commit
  9. 23 Jun, 2021 6 commits
  10. 22 Jun, 2021 3 commits
  11. 21 Jun, 2021 3 commits
  12. 18 Jun, 2021 1 commit
  13. 17 Jun, 2021 1 commit
  14. 16 Jun, 2021 7 commits
    • nv-dlasalle's avatar
      Add Ampere support to cmake files (#3031) · 7d069d62
      nv-dlasalle authored
      * Update cmake to build Ampere
      
      * Fix version check
      7d069d62
    • Jinjing Zhou's avatar
      [Regression] Multigpu regression test (#2923) · 7176f5f2
      Jinjing Zhou authored
      * add multigpu sage
      
      * Fix #2808
      
      * multigpu test
      
      * try
      
      * fix remote url
      
      * fix
      
      * Revert "Fix #2808"
      
      This reverts commit 19741f7d546df34b33759d8d0c9a85992ebc6118.
      
      * add back thread_wrapped_func for backward compatibility
      
      * fix
      
      * fix multigpu
      
      * print nvidia-smi
      
      * use new docker image
      
      * fix
      
      * fix
      
      * add ogb mag
      7176f5f2
    • Kay Liu's avatar
      [Feature] add permission information and fix import problems (#2998) · cba5b188
      Kay Liu authored
      
      
      * [Feature] add positive negative statistics
      
      * [Feature] add permission information and fix import problem
      
      * fix backend incompatible problem
      
      * modify random split to remove sklearn usage
      
      * modify file read to remove pandas usage
      
      * add datasets into doc
      Co-authored-by: default avatarzhjwy9343 <6593865@qq.com>
      cba5b188
    • Da Zheng's avatar
      [Distributed] Support hierarchical partitioning (#3000) · aaec3d8a
      Da Zheng authored
      
      
      * add.
      
      * fix.
      
      * fix.
      
      * fix.
      
      * fix.
      
      * add tests.
      
      * support node split and edge split.
      
      * support 1 partition.
      
      * add tests.
      
      * fix.
      
      * fix test.
      
      * use hierarchical partition.
      
      * add check.
      Co-authored-by: default avatarZheng <dzzhen@3c22fba32af5.ant.amazon.com>
      Co-authored-by: default avatarUbuntu <ubuntu@ip-172-31-22-57.us-west-2.compute.internal>
      Co-authored-by: default avatarUbuntu <ubuntu@ip-172-31-71-112.ec2.internal>
      aaec3d8a
    • Hengrui Zhang's avatar
      fix bugs (#3008) · 18eaad17
      Hengrui Zhang authored
      
      Co-authored-by: default avatarzhjwy9343 <6593865@qq.com>
      18eaad17
    • Hengrui Zhang's avatar
      36c6c649
    • espylapiza's avatar
      [Example] update ogbn-arxiv and ogbn-proteins results (#3018) · 305d5c16
      espylapiza authored
      
      
      * [Example] GCN on ogbn-arxiv dataset
      
      * Add README.md
      
      * Update GCN implementation on ogbn-arxiv
      
      * Update GCN on ogbn-arxiv
      
      * Fix typo
      
      * Use evaluator to get results
      
      * Fix duplicated
      
      * Fix duplicated
      
      * Update GCN on ogbn-arxiv
      
      * Add GAT for ogbn-arxiv
      
      * Update README.md
      
      * Update GAT on ogbn-arxiv
      
      * Update README.md
      
      * Update README
      
      * Update README.md
      
      * Update README.md
      
      * Add GAT implementation for ogbn-proteins
      
      * Add GAT implementation for ogbn-proteins
      
      * Add GAT implementation for ogbn-proteins
      
      * Add GAT implementation for ogbn-proteins
      
      * Add GAT implementation for ogbn-proteins
      
      * Update examples for ogbn-arxiv
      
      * Update examples for ogbn-arxiv
      
      * Update examples for ogbn-arxiv
      
      * Update examples for ogbn-arxiv
      
      * Update examples for ogbn-arxiv
      
      * Update examples for ogbn-arxiv
      
      * Update examples for ogbn-arxiv
      
      * Update examples for ogbn-arxiv
      
      * Update examples for ogbn-arxiv
      
      * Update examples for ogbn-arxiv
      
      * Update examples for ogbn-arxiv
      
      * Update examples for ogbn-arxiv
      
      * Update examples for ogbn-arxiv
      
      * Update examples for ogbn-arxiv
      
      * Add examples for ogbn-products.
      
      * Update examples for ogbn-proteins.
      
      * Update examples for ogbn-proteins.
      
      * Update examples for ogbn-proteins.
      
      * Update examples for ogbn-proteins.
      
      * Update examples for ogbn-proteins.
      
      * Update examples for ogbn-proteins.
      
      * Update examples for ogbn-proteins.
      
      * Update examples for ogbn-proteins.
      
      * Update examples for ogbn-proteins.
      
      * Update examples for ogbn-products.
      
      * Update examples for ogbn-products.
      
      * Update examples for ogbn-arxiv.
      
      * Update examples for ogbn-arxiv.
      
      * Update examples for ogbn-arxiv.
      
      * Update examples for ogbn-proteins.
      
      * Update examples for ogbn-products.
      
      * Update examples for ogbn-proteins.
      
      * Update examples for ogbn-arxiv.
      
      * Update examples for ogbn-proteins.
      
      * Update README.md
      
      * [Example] ogbn-arxiv & ogbn-proteins
      
      * [Example] ogbn-arxiv & ogbn-proteins
      
      * [Example] ogbn-arxiv & ogbn-proteins
      
      * [Example] ogbn-arxiv & ogbn-proteins
      Co-authored-by: default avatarMufei Li <mufeili1996@gmail.com>
      Co-authored-by: default avatarZihao Ye <expye@outlook.com>
      305d5c16
  15. 15 Jun, 2021 1 commit