- 22 Oct, 2018 2 commits
-
-
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]; -
Gan Quan authored
* fixing networkx conversion with 0 edges * fixes as required * remove obsolete comment
-
- 19 Oct, 2018 8 commits
-
-
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 7 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
-
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 2 commits
-
-
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
-
Gan Quan authored
* node/edge filtering * changing to tensor operations (what did i do???) * ???
-
- 16 Oct, 2018 1 commit
-
-
Gan Quan authored
-
- 14 Oct, 2018 4 commits
-
-
Da Zheng authored
* support mxnet. * add mxnet version of GCN. * rename mxnet.nd as F. * add mxnet GAT. * enable GPU for GCN. * fix MXNet GCN train. * Use adam to optimize GAT * support more operators. * support sparse arrays. * update mxnet backend. * support index_copy. * remove NN. * update mxnet backend. * temp check in. * fix data conversion. * add test. * clean up mxnet backend. * update mxnet examples. * Revert "remove NN." This reverts commit d815d9a0ec619f9ce9099c48cd35db9d8e947483. * temp disable MXNet version of NN.
-
GaiYu0 authored
-
GaiYu0 authored
[MODEL] CDGNN and line graph
-
GaiYu0 authored
-
- 13 Oct, 2018 1 commit
-
-
GaiYu0 authored
-
- 10 Oct, 2018 2 commits
-
-
-
GaiYu0 authored
-
- 09 Oct, 2018 4 commits
-
-
GaiYu0 authored
-
Minjie Wang authored
-
-
GaiYu0 authored
-
- 08 Oct, 2018 3 commits
-
-
Minjie Wang authored
-
Minjie Wang authored
-
GaiYu0 authored
-
- 07 Oct, 2018 3 commits
-
-
GaiYu0 authored
-
Lingfan Yu authored
* Test CPP branch CI (#2) * Fix batching node-only graphs (#62) * fixing batching with graphs with no edges * oops forgot test * fix readme * Docker and Jenkins (#1) * docker ci cpu * install python packages * docker ci gpu * add readme * use dgl cpu image * run command in container as root * use python3 * fix test case * remove nose from docker file * docker folder readme * parallelize cpu and gpu * top level stages * comment out python2 related installation * fix * remove igraph * building for cpp * change building order * export env in test stage * withEnv * run docker container as root * fix test cases * fix test cases * minor * remove old build
-
GaiYu0 authored
-
- 06 Oct, 2018 3 commits