1. 21 Feb, 2023 9 commits
  2. 19 Feb, 2023 1 commit
  3. 17 Feb, 2023 4 commits
  4. 16 Feb, 2023 3 commits
  5. 15 Feb, 2023 1 commit
  6. 14 Feb, 2023 1 commit
  7. 13 Feb, 2023 2 commits
    • kylasa's avatar
      Code changes to fix order sensitivity of the pipeline (#5288) · 432c71ef
      kylasa authored
      
      
      Following changes are made in this PR.
      1. In dataset_utils.py, when reading edges from disk we follow the order defined by the STR_EDGE_TYPE key in the metadata.json file. This order is implicitly used to assign edgeid to edge types. This same order is used to read edges from the disk as well.
      2. Now the unit test framework will also randomize the order of edges read from the disk. This is done for the edges when reading from the disk for the unit tests.
      Co-authored-by: default avatarQuan (Andy) Gan <coin2028@hotmail.com>
      432c71ef
    • 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
  8. 10 Feb, 2023 1 commit
  9. 09 Feb, 2023 1 commit
  10. 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
  11. 01 Feb, 2023 1 commit
  12. 16 Jan, 2023 2 commits
  13. 13 Jan, 2023 4 commits
  14. 12 Jan, 2023 3 commits
  15. 11 Jan, 2023 1 commit
  16. 08 Jan, 2023 1 commit
  17. 06 Jan, 2023 4 commits