- 24 Oct, 2018 5 commits
- 23 Oct, 2018 3 commits
-
-
Minjie Wang authored
* setup sphinx-gallery; work on graph tutorial * draft dglgraph tutorial * update readme to include document url * rm obsolete file * Draft the message passing tutorial
-
VoVAllen authored
Doc
-
VoVAllen authored
Sync with upstream
-
- 22 Oct, 2018 8 commits
-
-
Minjie Wang authored
-
Minjie Wang authored
-
Minjie Wang authored
-
Minjie Wang authored
-
Chao Ma authored
To fix the compiler error on Mac OSX: /dgl/src/c_api_common.cc:27:16: error: conversion from 'tvm::runtime::TVMArgValue' to 'size_t' (aka 'unsigned long') is ambiguous size_t which = args[0]; -
VoVAllen authored
-
VoVAllen authored
-
Gan Quan authored
* fixing networkx conversion with 0 edges * fixes as required * remove obsolete comment
-
- 20 Oct, 2018 2 commits
- 19 Oct, 2018 13 commits
-
-
VoVAllen authored
-
VoVAllen authored
-
VoVAllen authored
-
VoVAllen authored
-
VoVAllen authored
Sync with latest commit
-
Minjie Wang authored
[GraphIndex] Graph index and many related changes
-
Lingfan Yu authored
* CI for lint check * init submodule before run lint * install ubuntu core for lint docker * remove generator import in dgl
-
Gan Quan authored
-
Gan Quan authored
-
Minjie Wang authored
-
Minjie Wang authored
-
Lingfan Yu authored
* gcn example test code * GPU test * use python3 * use functions * gpu test use functions * remove root * use one script to run both cpu and gpu tests
-
Minjie Wang authored
-
- 18 Oct, 2018 8 commits
-
-
Da Zheng authored
* create synthetic data with scipy. * changes as comments
-
Da Zheng authored
* update mxnet. * add get_tvmtype. * remove undefined test.
-
Minjie Wang authored
-
Minjie Wang authored
* refactor frame codes * fix unit test * fix gcn example * minor doc/message changes * raise errors for non-exist columns in FrameRef; sanity check when append * fix unittest; change error msg * Add warning for none initializer * fix unittest * use warnings package
-
Minjie Wang authored
[Hotfix] Revert part of the send logic; disable the send twice test case; GCN on GPU works again. (#88)
-
Gan Quan authored
-
VoVAllen authored
Sync with latest commit
-
Gan Quan authored
* multigraph support on graph index * more tests * multigraph flag, bugfix on clear & copy * networkx interfaces * including graph index tests in Jenkins * node subgraph test * edge subgraphs * removing duplicates in pred/succ * more explicit test and doc * query source and destination from edge id * subgraphindex * renaming has_edge to has_edge_between, apply_edges adding eid * send_on and send_and_recv_on * DGLGraph edge subgraph * merged send_on and send_and_recv_on * change request * removing hashmap * creating multigraph by flag; mingw support * changes per request * reverting networkx auto multigraph discovery * notes on send/send_and_recv on multigraphs * changing test reducer from sum to max * added a fixme note in spmv scheduler
-
- 17 Oct, 2018 1 commit
-
-
Lingfan Yu authored
* python side send_and_recv shortcut * common util function for c apis * degree bucketing scheduler * scheduler c apis * cmake * python side logics * minor * fix multiple msg/red func cases * remove shell echo command in Jenkinsfile... * fuse apply for send_and_recv * fuse update func for update_all * typo... * handle anonymous * add degree bucketing for entire graph * degree bucketing executor * minor * style * rename graph_mapping to recv_nodes * fix some comments
-