提交

提交图

  • 0769122b65 update version Quan Gan 2022-09-14 01:53:10 +00:00
  • 1f8c02b31d Merge branch 'master' into better-conda Quan (Andy) Gan 2022-09-14 09:48:55 +08:00
  • 5e67f0adc2 temporarily removing for 0.9.x due to ux changes Quan (Andy) Gan 2022-07-18 23:27:45 +08:00
  • 5f60898f30 update branch Quan Gan 2022-07-14 05:20:54 +00:00
  • 51a43e6b6f update version Quan Gan 2022-07-07 01:22:32 +00:00
  • 11532198b6 [CI] only known devs are authorized to trigger CI (#4518) Rhett Ying 2022-09-08 15:37:01 +08:00
  • 684f66b7aa [Feature] Added exclude_self and output_batch to knn graph construction (Issues #4323 #4316) (#4389) ndickson-nvidia 2022-09-06 20:35:26 -04:00
  • 1c9d2a0302 [Feature] Unify the cuda stream used in core library (#4480) Chang Liu 2022-09-05 19:14:55 -07:00
  • 62af41c245 [Bug] Enable turn on/off libxsmm at runtime (#4455) peizhou001 2022-09-05 17:38:34 +08:00
  • 06608f847c [Cleanup] Remove duplicate entries of CUB submodule (issue# 4395) (#4499) Israt Nisa 2022-09-05 01:23:08 -04:00
  • 806def67a1 [Cleanup] Remove async_transferer (#4505) nv-dlasalle 2022-09-04 20:46:06 -07:00
  • fce9614089 [Example][Refactor] Refactor graphsage multigpu and full-graph example (#4430) Chang Liu 2022-09-04 18:05:56 -07:00
  • 2dd06b2152 [Build][Doc] Specify the sphinx version (#4465) Quan (Andy) Gan 2022-09-01 13:52:08 +08:00
  • 2b76674002 [Feature] Make TensorAdapter Stream Aware (#4472) Xin Yao 2022-08-31 20:09:40 +08:00
  • 468c0ca4b4 [BugFix] fix crash due to incorrect dtype in dgl.to_block() (#4487) Rhett Ying 2022-08-31 16:09:46 +08:00
  • 86656a6b34 [CI] use https instead of http (#4488) Rhett Ying 2022-08-31 14:59:40 +08:00
  • b9290e8b2d [Example] SEAL for OGBL (#4291) rudongyu 2022-08-31 11:48:07 +08:00
  • ef93518da3 [Refactor] Auto fix view.py. (#4461) Hongzhi (Steve), Chen 2022-08-30 18:31:03 +08:00
  • ab0af8146f Clarify the message name, which is 'm'. (#4462) Hongzhi (Steve), Chen 2022-08-30 13:34:54 +08:00
  • d9ec423b87 Merge branch 'master' into better-conda Quan (Andy) Gan 2022-08-30 13:20:01 +08:00
  • 97b2ab53e2 [Example] directional_GSN for ogbg-molpcba (#4405) Zhiteng Li 2022-08-26 15:37:54 +08:00
  • bd311aa68d [doc] fix invalid link in user guide (#4468) Rhett Ying 2022-08-25 23:16:44 +08:00
  • 40a2f3c760 [Example][Refactor] Refactor RGCN example (#4327) Chang Liu 2022-08-24 22:19:32 -07:00
  • 518e6c283d Update conda_build_config.yaml Quan (Andy) Gan 2022-08-24 18:14:26 +08:00
  • ea6195c253 [Doc] fix print issue in tutorial (#4459) Rhett Ying 2022-08-24 13:34:57 +08:00
  • af7dd95de9 Update build.sh Quan (Andy) Gan 2022-08-24 13:01:17 +08:00
  • fe83296faf Update build.sh Quan (Andy) Gan 2022-08-24 12:45:43 +08:00
  • 1c594ef42c Update meta.yaml Quan (Andy) Gan 2022-08-24 11:18:13 +08:00
  • 9eea7aaa2c windows stuff Quan Gan 2022-08-23 10:10:05 +00:00
  • a64ad1b974 update with default build options Quan Gan 2022-08-23 09:40:45 +00:00
  • 01dedf0308 update conda build scripts Quan Gan 2022-08-23 09:30:52 +00:00
  • 1947d87dd7 fix unpinning when tensoradaptor is not available (#4450) Xin Yao 2022-08-23 12:08:32 +08:00
  • 7a41c126f6 [Doc] Change random.py to random_partition.py in guide on distributed partition pipeline (#4438) Mufei Li 2022-08-22 18:12:55 +08:00
  • ad7be8be44 [Distributed][Feature] New distributed partitioning pipeline (#4439) Minjie Wang 2022-08-22 11:18:45 +08:00
  • 7e2ed9f8a8 Merge branch 'master' into dist_part Minjie Wang 2022-08-22 09:59:44 +08:00
  • ee672c0b4a Let distributed training launch script report error when any trainer or kvserver fails. (#4437) xiang song(charlie.song) 2022-08-21 00:44:16 -07:00
  • 2cf4bd0acf Merge branch 'master' into dist_part Minjie Wang 2022-08-20 13:42:07 +08:00
  • 2e8ae9f980 [Dist][CI] Unit test for the new distributed partitioning pipeline (#4394) Mufei Li 2022-08-19 14:20:56 +08:00
  • d077d3719c [EXAMPLE]Add multi gpu graph predication GIN+virtualnode example (#4385) peizhou001 2022-08-19 09:38:19 +08:00
  • 47993776df [Feature] Rework Dataloader cpu affinitization as helper method (#4126) Daniil Sizov 2022-08-18 16:34:12 +02:00
  • bc2fef9c32 [Doc] Misc Fix for User Guide 7.1 Data Preprocessing (#4433) Mufei Li 2022-08-18 20:27:40 +08:00
  • b039ea9944 [CI] enable ssh in docker image for dist test (#4432) Rhett Ying 2022-08-18 15:23:51 +08:00
  • d248e7686f [CI] enable ssh in docker image for dist test (#4432) Rhett Ying 2022-08-18 15:23:51 +08:00
  • e14860d9cc [Example][Bug] fix device index for dist train on GPUs (#4403) Rhett Ying 2022-08-18 13:00:21 +08:00
  • f51b31b245 Distributed Lookup service implementation to retrieve node-level mappings (#4387) kylasa 2022-08-17 16:07:42 -07:00
  • 8d3c58202a [CI] upgrade python version to 3.7.0 (#4406) Rhett Ying 2022-08-17 15:28:34 +08:00
  • cf4727a9d9 [CI] upgrade python version to 3.7.0 (#4406) Rhett Ying 2022-08-17 15:28:34 +08:00
  • 3bcb268a36 [Doc] Update distributed chapter according to new pipeline (#4275) Minjie Wang 2022-08-17 13:30:04 +08:00
  • 39987bc599 [Feature] enable graph partition book support canonical etypes (#4343) Rhett Ying 2022-08-16 11:52:02 +08:00
  • 3685000aa4 [Bugfix] Fix pinning empty tensors and graphs (#4393) Xin Yao 2022-08-15 16:18:04 +08:00
  • 49c8179548 [Example] NGNN for ogbl (#4328) Ereboas 2022-08-13 19:11:45 +08:00
  • 2523bc7a0b [Performance] Improve the performance of SpMMCsr by reconfiguration (#4363) Xin Yao 2022-08-12 17:27:18 +08:00
  • 18d89b5df6 Revert "[Dist] New distributed data preparation pipeline (#4386)" (#4391) Minjie Wang 2022-08-12 13:51:06 +08:00
  • 71ce174951 [Dist] New distributed data preparation pipeline (#4386) Minjie Wang 2022-08-11 18:06:12 +08:00
  • e9b624fe22 Merge branch 'master' into dist_part Minjie Wang 2022-08-11 16:07:41 +08:00
  • 8086d1edde Adding launch script and wrapper script to trigger distributed graph … (#4276) kylasa 2022-08-11 00:46:38 -07:00
  • 067cd74420 [Distributed] Graph chunking UX (#4365) Quan (Andy) Gan 2022-08-11 13:49:32 +08:00
  • a88e7f7e28 [Example]rgcn-ogbn-mag (#4331) YJ-Zhao 2022-08-10 20:12:31 +08:00
  • 919b783875 [Example][Bugfix] Fix infograph example (#4298) Chang Liu 2022-08-10 02:10:25 -07:00
  • 14a77c8646 Update issue templates Minjie Wang 2022-08-10 11:59:44 +08:00
  • 91f4eee06e Update issue templates Minjie Wang 2022-08-10 11:58:59 +08:00
  • 182e1ad553 [Bug] Fix broken static_assert (#4342) Xin Yao 2022-08-09 16:57:08 +08:00
  • 62c827c81c [Bug] A bunch of fixes in edge_softmax_hetero (#4336) Quan (Andy) Gan 2022-08-09 15:16:48 +08:00
  • 60bc0b7692 [Distributed] reduce memory consumption in distributed graph partitioning. (#4338) kylasa 2022-08-07 15:04:53 -07:00
  • 5ba5106aca [Bugfix] Fix the default value of num_bases in RelGraphConv module (#4321) Chang Liu 2022-08-07 01:33:16 -07:00
  • c1e01b1d80 [Distributed] use alltoall fix to bypass gloo - alltoallv bug in distributed partitioning (#4311) kylasa 2022-08-05 17:04:30 -07:00
  • 43ba94ee49 [BugFix] fix etype check in DistGraph.edge_subgraph (#4322) Rhett Ying 2022-08-03 11:56:00 +08:00
  • 463650a772 [Unittest] Improve test_dataloader (#4301) Xin Yao 2022-08-02 10:31:09 +08:00
  • 4dd16f5dd8 [BugFix] enable DistGraph.find_edge() works with str or tuple of str (#4319) Rhett Ying 2022-08-01 20:47:15 +08:00
  • 44b6864114 [Feature] Enable UVA for Weighted Samplers (#4314) Xin Yao 2022-08-01 17:56:51 +08:00
  • 9a16a5e03d [Example][Refactor] Refactor GIN example (#4280) Chang Liu 2022-07-31 22:40:28 -07:00
  • d6957c28ff [BugFix] fix incorrect _bias and bias usage (#4310) Rhett Ying 2022-07-30 17:40:54 +08:00
  • b3242e90b8 [CI] separate distributed tests from torch cpu tests (#4313) Rhett Ying 2022-07-30 16:32:35 +08:00
  • 86c81b4e92 [Feature] Add CUDA Weighted Neighborhood Sampling (#4064) Xin Yao 2022-07-29 11:08:48 +08:00
  • 17f1432ab2 [DistTest] fix incorrect shell if statement (#4304) Rhett Ying 2022-07-28 20:14:47 +08:00
  • ee91863eb0 [Example] Fixed device type in GraphSAGE inference (#4306) Wey Gu 2022-07-28 13:25:09 +08:00
  • 2cf05c5342 [Transform] Allow add data to self loop created by AddSelfLoop or add_self_loop (#4261) Pengfei Xia 2022-07-27 15:14:03 +08:00
  • 92f87f48c7 [Bugfix] Fixed fatal log output in COO class (#4286) Zhuobin Huang 2022-07-27 13:22:34 +08:00
  • 069068aa7d [Log] fix confusing error log in TCPSocket::Bind() (#4299) Rhett Ying 2022-07-27 08:25:42 +08:00
  • 4f7972957b [Bugfix] Fix dataloader pytorch cuda indexing (#4297) Chang Liu 2022-07-26 01:59:58 -07:00
  • 7e6a6b4ac0 [Feature] Add CUDA Weighted Randomwalk Sampling (#4243) Dewvin 2022-07-26 13:42:39 +08:00
  • 7cd531c4d6 [Dist][Optim] Change op order in SparseAdagrad to be numerically closer to PyTorch (#4253) Serge Panev 2022-07-24 23:53:53 -07:00
  • 8292bf329f [Dist] remove deprecated arguments from initialize() (#4284) Rhett Ying 2022-07-25 10:45:19 +08:00
  • 7f8e1cf2ee [Distributed] Change for the new input format for distributed partitioning (#4273) kylasa 2022-07-23 09:30:55 -07:00
  • 6e1be69a84 [Example][Refactor] Refactor GAT example (#4240) Chang Liu 2022-07-22 01:48:46 -07:00
  • 05d9d4969b Update (#4277) Mufei Li 2022-07-21 13:27:42 +08:00
  • 05aca98d6a [Example] Progressive Sample Selection (PSS). (#4263) Tianyue Cao 2022-07-21 08:08:33 +08:00
  • 5fc1d0c83a [Dist][Test] Add tests for multi-node DistEmbedding (#4256) Serge Panev 2022-07-20 05:04:26 -07:00
  • 701b746b82 [Example][Bugfix] graphsage node classification example (#4260) Chang Liu 2022-07-19 11:28:35 -07:00
  • 4dc5728af3 [Dist][Test] Improves DistTensor test for num_part id > 2 (#4265) Serge Panev 2022-07-19 02:53:41 -07:00
  • 740cd70610 [Doc]Fix doc typo in DistEmbedding (#4258) Rhett Ying 2022-07-19 10:37:14 +08:00
  • c7edb66b8d temporarily removing for 0.9.x due to ux changes 0.9.0 Quan (Andy) Gan 2022-07-18 23:27:45 +08:00
  • 41240d585a update branch Quan Gan 2022-07-14 05:20:54 +00:00
  • 9f37e83cc5 update version Quan Gan 2022-07-07 01:22:32 +00:00
  • 9a7ad16eaf decompose (#4259) Quan (Andy) Gan 2022-07-15 20:24:12 +08:00
  • fdbf5a0fda [DGL-Go][Doc] Update DGL-Go version to 0.0.2 and misc fix from bug bash (#4236) Mufei Li 2022-07-14 21:30:38 +08:00
  • 79b0a50afc [Unittest][Fix] Several unit tests fixes for Ampere+ and PyTorch 1.12+ (#4213) Xin Yao 2022-07-14 19:59:57 +08:00
  • 2efdaa5df3 [Bug] Revert clearing backward cache for retain_graph flag (#4249) Quan (Andy) Gan 2022-07-14 16:32:01 +08:00
  • 5c76e47f78 [Docs] fix ffi docs (#4248) Hongyi ZHANG 2022-07-14 13:20:42 +08:00
  • 20fe939741 [Doc] Fixed grammatical typos in README (#4246) alxwen711 2022-07-13 22:19:31 -07:00