1. 06 Jun, 2019 1 commit
  2. 04 Jun, 2019 2 commits
  3. 03 Jun, 2019 2 commits
  4. 02 Jun, 2019 2 commits
    • Minjie Wang's avatar
      [Graph] Add API to convert graph to simple graph (#587) · 01a4cc5b
      Minjie Wang authored
      * to simple
      
      * WIP: multigraph flag
      
      * graph index refactor; pass basic testing
      
      * graph index refactor; pass basic testing
      
      * fix bug in to_simple; pass torch test
      
      * fix mx utest
      
      * fix example
      
      * fix lint
      
      * fix ci
      
      * poke ci
      
      * poke ci
      
      * WIP
      
      * poke ci
      
      * poke ci
      
      * poke ci
      
      * change ci workspace
      
      * poke ci
      
      * poke ci
      
      * poke ci
      
      * poke ci
      
      * delete ci
      
      * use enum for multigraph flag
      01a4cc5b
    • Da Zheng's avatar
      [Test] Fix tests in test_shared_mem_store. (#588) · 372203f0
      Da Zheng authored
      * fix test.
      
      * better assert.
      
      * more asserts.
      
      * print to stderr.
      
      * destroy g.
      
      * fix tests.
      
      * add timeout in sync_barrier.
      
      * test _sync_barrier.
      
      * fix.
      
      * avoid printing messages.
      
      * fix test.
      
      * fix test.
      
      * fix.
      372203f0
  5. 01 Jun, 2019 3 commits
    • Da Zheng's avatar
      [Doc] fix the giant graph tutorial (#591) · 05548248
      Da Zheng authored
      * fix.
      
      * fix.
      05548248
    • Minjie Wang's avatar
      [CI] Fix win64 CI (#594) · 350b4851
      Minjie Wang authored
      * fix ci
      
      * poke ci
      
      * poke ci
      350b4851
    • Minjie Wang's avatar
      [CI] Fix CI bugs (#592) · 54929942
      Minjie Wang authored
      * new jenkins script
      
      * fix ci
      
      * poke ci
      
      * new config
      
      * new config
      
      * new config
      
      * poke ci
      
      * poke ci
      
      * poke ci
      
      * poke ci
      
      * poke ci
      
      * poke ci
      
      * poke ci
      
      * update docker image; poke ci
      
      * poke ci
      
      * poke ci
      
      * poke ci
      
      * poke ci
      
      * poke ci
      
      * poke ci
      
      * poke ci
      
      * poke ci
      
      * poke ci
      
      * poke ci
      
      * poke ci
      
      * update image
      
      * update image
      
      * fix
      
      * Windows CI support
      
      * typo
      
      * typo*2
      
      * missed sh
      
      * typo*3
      
      * missed dir
      54929942
  6. 31 May, 2019 1 commit
  7. 30 May, 2019 6 commits
  8. 29 May, 2019 1 commit
  9. 28 May, 2019 2 commits
  10. 27 May, 2019 1 commit
  11. 26 May, 2019 5 commits
  12. 25 May, 2019 1 commit
  13. 24 May, 2019 3 commits
  14. 23 May, 2019 5 commits
  15. 21 May, 2019 2 commits
    • Minjie Wang's avatar
      [Refactor] Immutable graph index (#543) · 605b5185
      Minjie Wang authored
      * WIP
      
      * header
      
      * WIP .cc
      
      * WIP
      
      * transpose
      
      * wip
      
      * immutable graph .h and .cc
      
      * WIP: nodeflow.cc
      
      * compile
      
      * remove all tmp dl managed ctx; they caused refcount issue
      
      * one simple test
      
      * WIP: testing
      
      * test_graph
      
      * fix graph index
      
      * fix bug in sampler; pass pytorch utest
      
      * WIP on mxnet
      
      * fix lint
      
      * fix mxnet unittest w/ unfortunate workaround
      
      * fix msvc
      
      * fix lint
      
      * SliceRows and test_nodeflow
      
      * resolve reviews
      
      * resolve reviews
      
      * try fix win ci
      
      * try fix win ci
      
      * poke win ci again
      
      * poke
      
      * lazy multigraph flag; stackoverflow error
      
      * revert node subgraph test
      
      * lazy object
      
      * try fix win build
      
      * try fix win build
      
      * poke ci
      
      * fix build script
      
      * fix compile
      
      * add a todo
      
      * fix reviews
      
      * fix compile
      605b5185
    • Da Zheng's avatar
      [API] update graph store API. (#549) · b2b8be25
      Da Zheng authored
      * add init_ndata and init_edata in DGLGraph.
      
      * adjust SharedMemoryGraph API.
      
      * print warning.
      
      * fix comment.
      
      * update example
      
      * fix.
      
      * fix examples.
      
      * add unit tests.
      
      * add comments.
      b2b8be25
  16. 20 May, 2019 3 commits
    • Da Zheng's avatar
      [BUGFix] Improve multi-processing training (#526) · cdfca992
      Da Zheng authored
      * fix.
      
      * add comment.
      
      * remove.
      
      * temp fix.
      
      * initialize for shared memory.
      
      * fix graphsage.
      
      * fix gcn.
      
      * add more unit tests.
      
      * add more tests.
      
      * avoid creating shared-memory exclusively.
      
      * redefine remote initializer.
      
      * improve initializer.
      
      * fix unit test.
      
      * fix lint.
      
      * fix lint.
      
      * initialize data in the graph store server properly.
      
      * fix test.
      
      * fix test.
      
      * fix test.
      
      * small fix.
      
      * add comments.
      
      * cleanup server.
      
      * test graph store with a random port.
      
      * print.
      
      * print to stderr.
      
      * test1
      
      * test2
      
      * remove comment.
      
      * adjust the initializer signature.
      cdfca992
    • VoVAllen's avatar
      [Feature] Add batch and unbatch for immutable graph (#539) · 4b761571
      VoVAllen authored
      * Add batch and unbatch for immutable graph
      
      * fix line seprator
      
      * fix lintr
      
      * remove unnecessary include
      
      * fix code review
      4b761571
    • VoVAllen's avatar
      [Bug Fix] Fix inplace op at backend (#546) · aa129522
      VoVAllen authored
      * Fix inplace operation
      
      * fix line seprator
      aa129522