1. 04 May, 2023 1 commit
  2. 24 Mar, 2023 1 commit
  3. 04 Mar, 2023 1 commit
  4. 22 Feb, 2023 1 commit
    • Tingyu Wang's avatar
      [Model] Add `dgl.nn.CuGraphSAGEConv` model (#5137) · bcf9923b
      Tingyu Wang authored
      
      
      * add CuGraphSAGEConv model
      
      * fix lint issues
      
      * update model to reflect changes in make_mfg_csr(), move max_in_degree to forward()
      
      * lintrunner
      
      * allow reset_parameters()
      
      * remove norm option, simplify test
      
      * allow full graph fallback option, add example
      
      * address comments
      
      * address reviews
      
      ---------
      Co-authored-by: default avatarMufei Li <mufeili1996@gmail.com>
      bcf9923b
  5. 19 Feb, 2023 1 commit
  6. 15 Feb, 2023 1 commit
  7. 06 Dec, 2022 1 commit
  8. 18 Nov, 2022 1 commit
  9. 19 Oct, 2022 1 commit
  10. 10 Oct, 2022 1 commit
  11. 23 Sep, 2022 1 commit
  12. 07 Jul, 2022 1 commit
  13. 05 Jul, 2022 1 commit
    • Rhett Ying's avatar
      [CI] Add new CI stage for testing cugraph (#4171) · 85f28117
      Rhett Ying authored
      * [CI] add new stage specific forcuda related features based on nvidia+pytorch
      
      * build and test for gpu_nv
      
      * fix build failure
      
      * fix unit tests
      
      * make -j
      
      * install cython beforehand
      
      * copy cython lib
      
      * test cugraph tests only
      
      * fix typo
      
      * separate test script for cugraph
      
      * refactor build dgl shell
      85f28117