提交

提交图

  • 059b1a6d6f [Release] Bump up version (#636) Quan (Andy) Gan 2019-06-12 16:50:05 +08:00
  • f8310ed1ab Merge branch 'master' into 0.3.x Quan (Andy) Gan 2019-06-12 16:40:48 +08:00
  • 94ecb8eb96 [BUGFIX] copy graph index to shared memory. (#634) Da Zheng 2019-06-12 01:32:25 -07:00
  • f6644c0433 disable cudnn Quan Gan 2019-06-12 05:55:11 +00:00
  • 16ec2a8b10 we need to sync for mxnet. (#648) Da Zheng 2019-06-11 18:22:21 -07:00
  • d706298019 fix a bug. (#646) Da Zheng 2019-06-11 16:23:48 -07:00
  • e16e895d53 [Doc] fix some document warnings (#645) Minjie Wang 2019-06-11 13:41:41 -04:00
  • 815798139a revert Quan Gan 2019-06-11 09:32:31 +00:00
  • 8ad00b42db switch conda branch Quan Gan 2019-06-11 08:52:11 +00:00
  • 98b23bc281 conda+cuda trial Quan Gan 2019-06-11 07:34:18 +00:00
  • 463807c511 [Doc] indexing missing docs. (#625) Da Zheng 2019-06-10 18:11:36 -07:00
  • 5549c70d33 [BugFix] Fix memory leak in DGL edge softmax module (#643) Lingfan Yu 2019-06-10 15:44:23 -07:00
  • ebbb6296f9 [Doc] doc page for builtin functions (#642) Minjie Wang 2019-06-10 18:29:28 -04:00
  • d6a9265d16 [Doc] docstring for node/edge removal APIs (#639) Zihao Ye 2019-06-11 00:38:06 +08:00
  • eba585f667 bump up version Quan Gan 2019-06-10 19:20:02 +08:00
  • fb9dcc51ff [Feature] Add API to convert graph to bidirected graph (#598) Mufei Li 2019-06-10 14:02:29 +08:00
  • a1513f7c8f update known gpu arch list (#629) Quan (Andy) Gan 2019-06-10 10:40:36 +08:00
  • 411bcd7e6c [BUGFIX] extand DGLGraph graph_data. (#632) Da Zheng 2019-06-09 17:22:04 -07:00
  • 2e9949d228 [BUGFIX] Fix bugs in shared mem graph store. (#630) Da Zheng 2019-06-09 13:08:47 -07:00
  • fc7775a20f Define node/edge Ids in NodeFlow more clearly (#628) Da Zheng 2019-06-09 12:10:07 -07:00
  • dec8b49b5d [Examples] Run all the examples (#623) Minjie Wang 2019-06-09 00:26:13 -04:00
  • 74e13eea61 [Model] Update GAT model code (#622) Lingfan Yu 2019-06-08 18:41:38 -07:00
  • 993fd3f94b [Enhancement] Add DGLGraph.to for PyTorch and MXNet backend (#600) HQ 2019-06-08 16:21:29 +08:00
  • baa16231f3 [Feature] Remove nodes/edges. (#599) Zihao Ye 2019-06-08 13:44:36 +08:00
  • e7389d7c20 [BUGFIX] fix the order of the seed nodes in NodeFlow (#626) Da Zheng 2019-06-07 18:18:51 -07:00
  • 8bf97719fa [Bugfix] Fix performance bug in edge softmax operator (#624) Lingfan Yu 2019-06-07 16:15:29 -07:00
  • 7ad0485ace [BUGFIX] handle more negative layer id and block id. (#606) Da Zheng 2019-06-07 15:04:38 -07:00
  • e35e860ae3 [Build] Support older CMake & OpenMP toggle (#619) Quan (Andy) Gan 2019-06-08 02:00:34 +08:00
  • 34dfaf7532 quick-fix (#620) Zihao Ye 2019-06-08 00:49:36 +08:00
  • 5ea7a2509e Fix random BFS traversal failures (#621) Quan (Andy) Gan 2019-06-08 00:16:29 +08:00
  • 7149650f83 Fix mac compilation (#618) Minjie Wang 2019-06-07 08:27:30 -04:00
  • 5da57663cc [BUGFIX] fix sampler. (#616) Da Zheng 2019-06-06 20:47:59 -07:00
  • 70ee86648b [Docker]Move to the latest MXNet version. (#610) Da Zheng 2019-06-06 13:56:35 -07:00
  • 653428bdc7 [Feature][Kernel] DGL kernel support (#596) Lingfan Yu 2019-06-06 12:47:55 -07:00
  • da0c92a228 [BUGFix][Test] fix random bfs failure (#612) Quan (Andy) Gan 2019-06-07 01:24:18 +08:00
  • 21ff161db6 fix occasional assertion fail (#611) Quan (Andy) Gan 2019-06-06 18:23:49 +08:00
  • 84702916d3 [BugFix] Some negative layer_id/block_id are not converted to the actual one. (#584) zengxy 2019-06-05 03:19:43 +08:00
  • a3f10c2138 [bugfix] Fixed bug in from_networkx (#603) Zihao Ye 2019-06-04 11:55:21 +08:00
  • c5ab5b7204 [Doc] Tutorial minor fix (#601) VoVAllen 2019-06-03 19:13:18 +08:00
  • 3a11d26134 update (#593) Chao Ma 2019-06-03 14:41:58 +08:00
  • 01a4cc5b7b [Graph] Add API to convert graph to simple graph (#587) Minjie Wang 2019-06-01 23:32:46 -04:00
  • 372203f04a [Test] Fix tests in test_shared_mem_store. (#588) Da Zheng 2019-06-01 18:18:01 -07:00
  • 0554824830 [Doc] fix the giant graph tutorial (#591) Da Zheng 2019-06-01 14:37:17 -07:00
  • 350b485185 [CI] Fix win64 CI (#594) Minjie Wang 2019-06-01 16:05:36 -04:00
  • 5492994251 [CI] Fix CI bugs (#592) Minjie Wang 2019-06-01 14:32:39 -04:00
  • f728839bb7 [Doc] tutorial of components for giant graph (#590) Da Zheng 2019-05-31 02:37:43 -07:00
  • 16af6ebd3b [Test] Add cpp test to CI (#567) VoVAllen 2019-05-30 23:01:16 +08:00
  • e0ce190dfe [Doc] Update README.MD of demo for distributed sampler (#579) Chao Ma 2019-05-30 13:24:13 +08:00
  • e0004f7199 [Doc] sampler readme update. (#581) Da Zheng 2019-05-29 20:47:58 -07:00
  • 306bb3f9ad [Bugfix] Fix minigc (#585) Mufei Li 2019-05-30 09:59:03 +08:00
  • 21e172d076 [Bugfix] fix numpy integer bug (#580) Minjie Wang 2019-05-29 21:48:36 -04:00
  • 40dc18595b [Test] fix CI. (#586) Da Zheng 2019-05-29 18:40:16 -07:00
  • ada3786c57 [Docker]Update MXNet CI Image (#582) Lingfan Yu 2019-05-28 18:04:54 -07:00
  • bd2d2c75b5 [BUGFIX] fix for MXNet 1.5. (#552) Da Zheng 2019-05-28 14:42:44 -07:00
  • 08d4900fd1 Update README.md for the demo of distributed sampler (#577) Chao Ma 2019-05-28 17:24:33 +08:00
  • c64405b1f6 [Docker] update docker image (#575) Minjie Wang 2019-05-27 17:04:46 -04:00
  • 85f2d1d935 [CI] Fix CI for cpp test (#570) Chao Ma 2019-05-26 22:01:35 +08:00
  • 3d7c3303ac Add unittest for C++ RPC (#566) Chao Ma 2019-05-26 14:29:47 +08:00
  • 7bdc16197f add network cpp test (#565) Chao Ma 2019-05-26 13:46:37 +08:00
  • 9aa5ffcab1 [DEMO] Update demo of distributed sampler (#564) Chao Ma 2019-05-26 12:10:53 +08:00
  • b3097725f2 [BugFix] Fix error when bfs_level = 0 in Entity Classification with RGCN (#559) askliar 2019-05-26 02:38:22 +02:00
  • 8f378d90ad [BUGFIX] fix bugs for running GCN on giant graphs. (#561) Da Zheng 2019-05-25 11:09:33 -07:00
  • 14af8402f0 [Perf] lazily create msg_index. (#563) Da Zheng 2019-05-24 13:41:03 -07:00
  • de54891fc8 [Test] Add gtest to project (#547) VoVAllen 2019-05-24 15:15:47 +08:00
  • 86d60a1ff6 [DEMO] Add Pytorch demo for distributed sampler (#562) Chao Ma 2019-05-24 11:53:28 +08:00
  • ce27ebbbd0 [BUGIFX] fix a bug in edge_ids (#560) Da Zheng 2019-05-23 15:25:38 -07:00
  • 924efc6520 [Perf] Improve performance of graph store. (#554) Da Zheng 2019-05-23 12:23:31 -07:00
  • 49c4a9e4cc [DEMO] Remove duplicate code for sampling (#557) Chao Ma 2019-05-23 16:57:35 +08:00
  • 28379f927f [DEMO] Reproduce numbers of distributed training in AMLC giant graph paper (#556) Chao Ma 2019-05-23 14:23:14 +08:00
  • f99725adbc all demo use python-3 (#555) Chao Ma 2019-05-23 10:38:05 +08:00
  • 605b51857e [Refactor] Immutable graph index (#543) Minjie Wang 2019-05-21 14:28:06 -04:00
  • b2b8be25bb [API] update graph store API. (#549) Da Zheng 2019-05-21 03:27:05 -07:00
  • cdfca992e1 [BUGFix] Improve multi-processing training (#526) Da Zheng 2019-05-20 14:23:19 -07:00
  • 4b761571b2 [Feature] Add batch and unbatch for immutable graph (#539) VoVAllen 2019-05-20 23:08:43 +08:00
  • aa129522e0 [Bug Fix] Fix inplace op at backend (#546) VoVAllen 2019-05-20 11:43:54 +08:00
  • d533e9ba62 [BugFix] Fix getting src and dst id of ALL edges in NodeFlow.apply_block (#515) zengxy 2019-05-17 09:08:43 +08:00
  • d8c69d53e2 Fixing typo in JTNN after interface change (#536) Quan (Andy) Gan 2019-05-16 09:43:03 +08:00
  • acefb9a9f0 [BUGFIX] fix the problems in the sampling tutorial. (#523) Da Zheng 2019-05-07 18:19:07 -07:00
  • edf3951c18 [Tutorial] add sampling tutorial. (#522) Da Zheng 2019-05-07 17:29:18 -07:00
  • 3a1392e641 [Model] add multiprocessing training with sampling. (#484) Da Zheng 2019-05-06 23:51:56 -07:00
  • e89519150f disable pytorch reddit (#512) Ziyue Huang 2019-04-28 11:24:14 +08:00
  • 99bc3ab83b Use private buffer instead of global buffer (#511) Chao Ma 2019-04-26 12:48:01 +08:00
  • 8c79885d8b [BUGFIX] fix the error message in the data loader. (#509) Da Zheng 2019-04-26 09:52:45 +09:00
  • 2ff8ecfbac update test_batch_size (#510) Chao Ma 2019-04-25 13:28:36 +08:00
  • ca48787ae4 fix tutorial (#506) Hao Zhang 2019-04-23 15:30:59 +08:00
  • 3b96299a45 sampling (#505) Ziyue Huang 2019-04-23 12:14:38 +08:00
  • ad9da36add [Model] Add DGI Model (#501) Zhengwei 2019-04-22 11:37:06 +08:00
  • fe7d5e9b8b [Sampler] Change Distributed Sampler API (#499) Chao Ma 2019-04-22 09:41:47 +08:00
  • 3f4645918d [Model] Add edge dropout to APPNP (#493) Aymen Waheb 2019-04-18 13:58:28 +01:00
  • 6124667f42 [Model] Refactor the sampling examples (#498) Da Zheng 2019-04-17 01:31:14 -07:00
  • a3febc061b [Model] Add GIN Model (#471) kitaev-chen 2019-04-16 23:57:07 -07:00
  • fb6af16f83 [BUG] Fix crash during Cython build (#500) Quan (Andy) Gan 2019-04-17 14:18:22 +08:00
  • 06e22f1ee4 [Test] Disable unittest for shared memory temporarily (#497) Da Zheng 2019-04-16 16:27:23 -07:00
  • b89dcce16c [RPC] Refactoring networking APIs (#496) Chao Ma 2019-04-16 16:33:29 +08:00
  • 688a9228a8 fix. (#491) Da Zheng 2019-04-11 15:38:35 -07:00
  • e2e04329a6 [BUG] Update URL for JTNN dataset Quan (Andy) Gan 2019-04-11 22:23:34 +08:00
  • c69dbbb736 [Bug Fix] Fix TUDataset Processing bug (#489) VoVAllen 2019-04-11 19:30:50 +08:00
  • 00fc680aae [Dataset] Add TUDataset (#473) VoVAllen 2019-04-10 21:37:53 +08:00
  • 039a711da1 [Model] fix self-edge bug in GCN and GAT. (#482) Hao Zhang 2019-04-10 21:04:19 +08:00
  • fa887f69f4 [Model] Add APPNP model (#480) Aymen Waheb 2019-04-09 13:54:09 +02:00