1. 24 Jan, 2021 1 commit
  2. 17 Jan, 2021 1 commit
  3. 14 Jan, 2021 2 commits
  4. 13 Jan, 2021 1 commit
  5. 08 Jan, 2021 1 commit
  6. 07 Jan, 2021 1 commit
  7. 06 Jan, 2021 1 commit
  8. 05 Jan, 2021 1 commit
  9. 04 Jan, 2021 2 commits
  10. 31 Dec, 2020 1 commit
  11. 26 Dec, 2020 1 commit
  12. 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
  13. 17 Dec, 2020 1 commit
  14. 15 Dec, 2020 1 commit
    • Minjie Wang's avatar
      [Test] Basic regression test setup. (#2415) · 6634b984
      Minjie Wang authored
      
      
      * add machine name
      
      * update scripts
      
      * update script
      
      * test commit
      
      * change run.sh
      
      * model acc bench for gcn and sage
      
      * get basic pipeline setup for local benchmarking
      
      * try to bridge pytest with asv
      
      * fix deps
      
      * move asv to other folders
      
      * move dir
      
      * update script
      
      * new setup
      
      * delete useless file
      
      * delete outputs
      
      * remove dependency on pytest
      
      * update script
      
      * test commit
      
      * stuck by torch version in dgl-ci-gpu
      
      * update readme
      
      * update asv conf
      
      * missing files
      
      * remove the old regression folder
      
      * api bench
      
      * add batch api bench
      Co-authored-by: default avatarJinjing Zhou <VoVAllen@users.noreply.github.com>
      6634b984
  15. 07 Dec, 2020 1 commit
  16. 22 Nov, 2020 1 commit
  17. 17 Nov, 2020 1 commit
  18. 07 Nov, 2020 1 commit
  19. 05 Nov, 2020 1 commit
    • Xiangkun Hu's avatar
      [Bugfix] GINDataset check whether labels are all valid (#2319) · 5f198763
      Xiangkun Hu authored
      * PPIDataset
      
      * Revert "PPIDataset"
      
      This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a.
      
      * check whether the original labels are valid
      
      * add unit test for gin dataset
      
      * bug of asscalar in mxnet<=1.6
      
      * mxnet<=1.6 asscalar requires ndarray to be shaped (1,)
      
      * skip gpu while testing datasets
      
      * Update test_data.py
      
      * test of gin dataset takes too much time
      5f198763
  20. 30 Oct, 2020 1 commit
    • nv-dlasalle's avatar
      [Dataloading] Add class for copying tensors to/from the GPU on a non-default stream (#2284) · f673fc25
      nv-dlasalle authored
      * Add async transferer class
      
      * Add async ndarray copy interface
      
      * Add python bindings
      
      * Fix comment
      
      * Add python class
      
      * Fix linting issues
      
      * Add python unit test
      
      * Update python interface
      
      * move async_transferer to cuda only directory
      
      * Fix linting issue
      
      * Move out of contrib
      
      * Add doc strings
      
      * Move test compute from backend
      
      * Update comment
      
      * Fix test naming
      
      * Fix argument usage
      
      * Wrap/unwrap backend parameters
      
      * Move to dataloading
      
      * Move to 'dataloading'
      
      * Make GPU/CPU compatible
      
      * Fix unit tests
      
      * Add docs
      
      * Use only backend interface for datamovement in unit test
      f673fc25
  21. 17 Oct, 2020 1 commit
  22. 29 Sep, 2020 1 commit
  23. 24 Sep, 2020 1 commit
  24. 11 Sep, 2020 2 commits
  25. 10 Sep, 2020 2 commits
  26. 08 Sep, 2020 1 commit
  27. 03 Sep, 2020 1 commit
  28. 29 Aug, 2020 2 commits
  29. 28 Aug, 2020 1 commit
  30. 27 Aug, 2020 1 commit
  31. 26 Aug, 2020 1 commit
  32. 24 Aug, 2020 1 commit
  33. 19 Aug, 2020 2 commits
  34. 18 Aug, 2020 1 commit