1. 30 May, 2023 1 commit
  2. 06 May, 2023 1 commit
  3. 18 Apr, 2023 1 commit
  4. 13 Apr, 2023 1 commit
  5. 22 Mar, 2023 1 commit
  6. 07 Mar, 2023 1 commit
  7. 29 Jun, 2022 1 commit
  8. 21 Aug, 2021 1 commit
  9. 29 Jun, 2021 1 commit
  10. 20 Feb, 2021 1 commit
  11. 19 Jan, 2021 1 commit
  12. 01 Jan, 2021 1 commit
  13. 25 Dec, 2020 1 commit
    • Quan (Andy) Gan's avatar
      [Performance] Use allocator from PyTorch if possible (#2328) · 9a7235fa
      Quan (Andy) Gan authored
      * first commit
      
      * some thoughts
      
      * move around
      
      * more commit
      
      * more fixes
      
      * now it uses torch allocator
      
      * fix symbol export error
      
      * fix
      
      * fixes
      
      * test fix
      
      * add script
      
      * building separate library per version
      
      * fix for vs2019
      
      * more fixes
      
      * fix on windows build
      
      * update jenkinsfile
      
      * auto copy built dlls for windows
      
      * lint and installation guide update
      
      * fix
      
      * specify conda environment
      
      * set environment for ci
      
      * fix
      
      * fix
      
      * fix
      
      * fix again
      
      * revert
      
      * fix cmake
      
      * fix
      
      * switch to using python interpreter path
      
      * remove scripts
      
      * debug
      
      * oops sorry
      
      * Update index.rst
      
      * Update index.rst
      
      * copies automatically, no need for this
      
      * do not print message if library not found
      
      * tiny fixes
      
      * debug on nightly
      
      * replace add_compile_definitions to make CMake 3.5 happy
      
      * fix linking to wrong lib for multiple pytorch envs
      
      * changed building strategy
      
      * fix nightly
      
      * fix windows
      
      * fix windows again
      
      * setup bugfix
      
      * address comments
      
      * change README
      9a7235fa
  14. 15 Dec, 2020 1 commit
  15. 30 Nov, 2020 1 commit
  16. 01 Oct, 2020 1 commit
  17. 25 May, 2020 1 commit
  18. 02 Apr, 2020 1 commit
  19. 30 Mar, 2020 1 commit
  20. 25 Mar, 2020 1 commit
  21. 16 Mar, 2020 1 commit
  22. 08 Mar, 2020 1 commit
  23. 20 Jan, 2020 1 commit
  24. 24 Dec, 2019 1 commit
  25. 01 Dec, 2019 1 commit
  26. 27 Nov, 2019 1 commit
  27. 22 Nov, 2019 1 commit
  28. 19 Sep, 2019 1 commit
  29. 30 Jul, 2019 1 commit
  30. 15 Jul, 2019 1 commit
  31. 19 Jun, 2019 1 commit
  32. 14 Jun, 2019 1 commit
  33. 10 Jun, 2019 1 commit
  34. 14 Feb, 2019 1 commit
  35. 04 Jan, 2019 2 commits
    • Minjie Wang's avatar
      [Doc] main doc page update and contribute guide (#336) · 6f9ae8d6
      Minjie Wang authored
      * reorg the doc mainpage
      
      * contribute guide
      6f9ae8d6
    • Mufei Li's avatar
      [Feature] Reversed Graph and Transform Module (#331) · 24bbdb74
      Mufei Li authored
      * reverse a graph
      
      * Reverse a graph
      
      * Fix
      
      * Revert "Fix"
      
      This reverts commit 1728826b4f3a083b76dfc0fdecd2bbf943a971b2.
      
      * Fix
      
      * Fix
      
      * Delete vcs.xml
      
      * Delete Project_Default.xml
      
      * Fix
      
      * Fix
      
      * Fix
      
      * Remove outdated test
      
      * Reorg transform and update reverse (#2)
      
      * Reorg transform and update reverse
      
      * Fix doc and test
      
      * Update test
      
      * Resolve conflict
      
      * CI oriented fix
      
      * Remove outdated import
      
      * Fix import
      
      * Fix import
      
      * define __all__ for wildcard imports
      
      * Fix import
      
      * Address circular imports
      
      * Fix
      
      * Fix test case
      
      * Fix
      
      * Fix
      
      * Remove unused import
      
      * Fix
      
      * Fix
      
      * Fix
      24bbdb74
  36. 11 Dec, 2018 1 commit
  37. 07 Dec, 2018 1 commit
    • Gan Quan's avatar
      [Release] 0.1.2: Require Windows 10 (#277) · 322bd713
      Gan Quan authored
      * 0.1.2 release
      
      * oops
      
      * more fixes on windows
      
      * [Bugfix] fix download dir (#275)
      
      * fix download dir
      
      * add doc for the env var
      
      * windows 7 -> 10
      
      * doc update
      322bd713
  38. 05 Dec, 2018 1 commit
    • Lingfan Yu's avatar
      [Refactor] Rename before release (#261) · a1d50f0f
      Lingfan Yu authored
      * include/dgl/runtime
      
      * include
      
      * src/runtime
      
      * src/graph
      
      * src/scheduler
      
      * src
      
      * clean up CMakeLists
      
      * further clean up in cmake
      
      * install commands
      
      * python/dgl/_ffi/_cython
      
      * python/dgl/_ffi/_ctypes
      
      * python/dgl/_ffi
      
      * python/dgl
      
      * some fix
      
      * copy right
      a1d50f0f
  39. 03 Dec, 2018 1 commit
    • Gan Quan's avatar
      [Doc] Installation guide (#223) · 419ffbde
      Gan Quan authored
      * docstrings for graph mutation & queries
      
      * [Doc] contrib.sampler. (#200)
      
      * subgraph docs
      
      * updates
      
      * added installation guide
      
      * style fix
      
      * package name fixes
      
      * adding it back...
      
      * fix as requested
      
      * adding link
      
      * mac os build instructions
      
      * OS -> macOS
      419ffbde