1. 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
  2. 20 Aug, 2020 1 commit
    • Minjie Wang's avatar
      [Doc] Scan the API docs and make many changes (#2080) · f13b9b62
      Minjie Wang authored
      
      
      * WIP: api
      
      * dgl.sampling, dgl.data
      
      * dgl.sampling; dgl.dataloading
      
      * sampling packages
      
      * convert
      
      * subgraph
      
      * deprecate
      
      * subgraph APIs
      
      * All docstrings for convert/subgraph/transform
      
      * almost all funcs under dgl namespace
      
      * WIP: DGLGraph
      
      * done graph query
      
      * message passing functions
      
      * lint
      
      * fix merge error
      
      * fix test
      
      * lint
      
      * fix
      Co-authored-by: default avatarQuan Gan <coin2028@hotmail.com>
      f13b9b62
  3. 17 Aug, 2020 2 commits
  4. 13 Aug, 2020 1 commit