1. 13 Feb, 2023 2 commits
    • Zahi Kakish's avatar
      Documentation equation syntax fix for EGATConv (#5284) · 21733e90
      Zahi Kakish authored
      
      
      Some weird formatting occurred in the documentation for EGATConv, so this quick commit should fix that.
      Co-authored-by: default avatarMufei Li <mufeili1996@gmail.com>
      21733e90
    • Quan (Andy) Gan's avatar
      enable sparse on windows and mac (#5277) · f62669b0
      Quan (Andy) Gan authored
      
      
      * enable sparse on windows and mac
      
      * that was stupid
      
      * let's see what's going on..
      
      * [Sparse] Fix the import error on Mac OS.
      
      When using template functions that are defined in source files from DGL,
      the loader of MacOS somehow cannot find their definitions. This fix simply
      avoids depending on template functions from DGL headers.
      
      With this fix, the sparse tests all pass on the MAC environment.
      
      * ok this is the problem
      
      * make errors clearer
      
      * uh
      
      * test
      
      * Update __init__.py
      
      * disabling ddp on windows
      
      ---------
      Co-authored-by: default avatarczkkkkkk <zekucai@gmail.com>
      f62669b0
  2. 10 Feb, 2023 4 commits
  3. 09 Feb, 2023 1 commit
  4. 08 Feb, 2023 1 commit
    • ZhenyuLU_Heliodore's avatar
      [Transform] Add SVDPE Transform Module (#5121) · 5598503a
      ZhenyuLU_Heliodore authored
      * add SVD positional encoding
      
      * modify importing module
      
      * Fixed certain problems
      
      * Change the test unit to a nonsigular one
      
      * Fixed typo and make accord with lintrunner
      
      * added svd_pe into dgl.rst
      
      * Modified dgl.rst
      5598503a
  5. 03 Feb, 2023 2 commits
  6. 02 Feb, 2023 1 commit
  7. 01 Feb, 2023 3 commits
  8. 30 Jan, 2023 3 commits
  9. 29 Jan, 2023 1 commit
    • Muhammed Fatih BALIN's avatar
      [Doc] Labor sampling improvement (#5221) · 5888d9d1
      Muhammed Fatih BALIN authored
      * [Doc] Labor sampling improvement
      
      When importance sampling option is used, the returned blocks include edge weights that need to be used during the message passing operation. So, I am including this in the documentation.
      
      * Add documentation to weighted sampling case also
      5888d9d1
  10. 27 Jan, 2023 1 commit
  11. 23 Jan, 2023 1 commit
  12. 22 Jan, 2023 1 commit
  13. 20 Jan, 2023 14 commits
  14. 19 Jan, 2023 5 commits