1. 23 Jul, 2019 2 commits
  2. 17 Jul, 2019 1 commit
    • Minjie Wang's avatar
      [Refactor] Separating graph and sparse matrix operations (#699) · b0d9e7aa
      Minjie Wang authored
      * WIP: array refactoring
      
      * WIP: implementation
      
      * wip
      
      * most csr part
      
      * WIP: on coo
      
      * WIP: coo
      
      * finish refactoring immutable graph
      
      * compiled
      
      * fix undefined ndarray copy bug; add COOToCSR when coo has no data array
      
      * fix bug in COOToCSR
      
      * fix bug in CSR constructor
      
      * fix bug in in_edges(vid)
      
      * fix OutEdges bug
      
      * pass test_graph
      
      * pass test_graph
      
      * fix bug in CSR constructor
      
      * fix bug in CSR constructor
      
      * fix bug in CSR constructor
      
      * fix stupid bug
      
      * pass gpu test
      
      * remove debug printout
      
      * fix lint
      
      * rm biparate grpah
      
      * fix lint
      
      * address comments
      
      * fix bug in Clone
      
      * cpp utests
      b0d9e7aa
  3. 15 Jul, 2019 1 commit
  4. 12 Jul, 2019 1 commit
  5. 10 Jul, 2019 1 commit
  6. 02 Jul, 2019 1 commit
  7. 01 Jul, 2019 2 commits
    • Minjie Wang's avatar
      [FFI] FFI container support, custom structure extension via Object (#693) · 90e78c58
      Minjie Wang authored
      * WIP: import tvm runtime node system
      
      * WIP: object system
      
      * containers
      
      * tested basic container composition
      
      * tested custom object
      
      * fix setattr bug
      
      * tested object container return
      
      * fix lint
      
      * some comments about get/set state
      
      * fix lint
      
      * fix lint
      
      * update cython
      
      * fix cython
      
      * ffi doc
      
      * fix doc
      90e78c58
    • HQ's avatar
      [Model] DiffPool with both DGL and tensorized operatons (#665) · 684a61ad
      HQ authored
      * diffpool original file added
      
      * make diffpool fuse up and running
      
      * minor tweak on tu dataset statistics method
      
      * fix tu
      
      * break
      
      * delete break
      
      * pre_org
      
      * diffpool fuse reorg
      
      * fix random shuffling
      
      * fix bn
      
      * add dgl layers
      
      * early stopping
      
      * add readme
      
      * fix
      
      * add diffpool preprocess script
      
      * tweak tu dataset
      
      * tweak
      
      * tweak
      
      * tweak
      
      * tweak
      
      * tweak
      
      * preprocess dataset
      
      * fix early stopping
      
      * fix
      
      * fix
      
      * fix
      
      * tweak
      
      * readme
      
      * code review
      
      * code review
      
      * dataset code review
      
      * update README
      
      * code review
      
      * tu doc
      684a61ad
  8. 28 Jun, 2019 1 commit
  9. 27 Jun, 2019 1 commit
  10. 26 Jun, 2019 1 commit
  11. 20 Jun, 2019 2 commits
  12. 19 Jun, 2019 1 commit
  13. 18 Jun, 2019 1 commit
  14. 17 Jun, 2019 1 commit
    • Da Zheng's avatar
      [API] Heterograph (#657) · 401f22ca
      Da Zheng authored
      * [Feature][RFC] Heterogeneous graph interface (#553)
      
      * heterogeneous graph interface
      
      * lint
      
      * disable lints
      
      * disable lint checks
      
      * change node_types to dict
      
      * update
      
      * update
      
      * heterograph view
      
      * message passing with types
      
      * clarifications
      
      * graph queries
      
      * clarifications
      
      * moving add_XXX to Base
      
      * from_networkx
      
      * register functions
      
      * Update heterograph.py
      
      * lint.
      401f22ca
  15. 15 Jun, 2019 2 commits
  16. 14 Jun, 2019 2 commits
  17. 13 Jun, 2019 4 commits
  18. 12 Jun, 2019 5 commits
  19. 11 Jun, 2019 3 commits
  20. 10 Jun, 2019 6 commits
  21. 09 Jun, 2019 1 commit
    • Da Zheng's avatar
      [BUGFIX] Fix bugs in shared mem graph store. (#630) · 2e9949d2
      Da Zheng authored
      * fix graph store for Pytorch.
      
      * add test.
      
      * fix dtype error in test
      
      * disable test on GPU.
      
      * test avoid windows.
      
      * fix shared-memory test.
      
      * use script to control testing environment.
      
      * update test.
      
      * enable all tests.
      
      * fix test script.
      2e9949d2