提交

提交图

  • e963256882 [Doc] Update message-api.rst (#3844) István Ketykó 2022-03-25 16:22:20 +01:00
  • f73c7a648b [bugfix] Set stacklevel=2 for dgl_warning (#3816) Tong He 2022-03-25 23:21:05 +08:00
  • 7d4160869c [Bug] Fix multiple issues in distributed multi-GPU GraphSAGE example (#3870) Quan (Andy) Gan 2022-03-25 22:04:02 +08:00
  • 16409ff852 [Doc] fix display issue of node/edge_split (#3858) Rhett Ying 2022-03-25 09:18:08 +08:00
  • a0e8cf0d3e [Bugfix] Fix UVA sampling with lazy feature slicing (#3862) Quan (Andy) Gan 2022-03-24 20:13:01 +08:00
  • 223a3da5ae [Bugfix] Fix multiple bugs and code refactor (#3841) Quan (Andy) Gan 2022-03-24 18:24:49 +08:00
  • 12e97c54ac [Feature] get_attention parameter in GlobalAttentionPooling (#3837) Sai Kandregula 2022-03-24 10:19:40 +05:30
  • e9fd65e9c9 [BugFix] send rpc messages blockingly in case of congestion (#3867) Rhett Ying 2022-03-24 09:51:45 +08:00
  • 172949d429 [Example] Fix multi-GPU RGCN example (#3871) Xin Yao 2022-03-24 00:28:36 +08:00
  • 61edb7980a [NN] Update GNNExplainer (#3848) Mufei Li 2022-03-23 18:40:49 +08:00
  • 8005978e1e [NN] Grouped reversible residual connections for GNNs (#3842) Mufei Li 2022-03-23 16:58:39 +08:00
  • a3fd059537 Fix jenkins (#3875) Jinjing Zhou 2022-03-23 14:13:45 +08:00
  • 480a4ae35c [BugFix] pass ntype/etype into partition book when node/edge_split (#3828) Rhett Ying 2022-03-15 06:11:01 +08:00
  • 57d2f31f20 [Examples] Add pure gpu example of graphsage (#3796) nv-dlasalle 2022-03-10 17:33:23 -08:00
  • f908f35c38 [Example]Add P-GNN example (#3823) RecLusIve-F 2022-03-10 17:39:32 +08:00
  • eec219abbc Change the parameter of curand_init (#3794) paoxiaode 2022-03-10 16:31:09 +08:00
  • 520cef88df [Feature] Compatibility to DLPack 0.6 in tensoradapter (#3803) Quan (Andy) Gan 2022-03-10 10:32:52 +08:00
  • 27d3af01fb Fix benchmark problem (#3762) Jinjing Zhou 2022-03-08 19:27:00 +08:00
  • 3800da288e Merge branch 'master' into 0.8.x 0.8.0post1 Quan Gan 2022-03-07 15:18:24 +00:00
  • 44638b9336 fix ddp dataloader in heterogeneous cases (#3801) Quan (Andy) Gan 2022-03-07 16:56:43 +08:00
  • bb6cec23b4 [BugFix] fix incorrect name when fetch data in sparse optim (#3808) Rhett Ying 2022-03-07 02:43:43 +08:00
  • 8f0136b0e3 Remove unnecessary jenkins part (#3806) Jinjing Zhou 2022-03-04 17:21:19 +08:00
  • 0528e90d7d [Examples] fix path for load_graph (#3797) Rhett Ying 2022-03-03 15:36:48 +08:00
  • 1d80d91a32 [BugFix] call g.is_homogenous instead of len(g.etypes) (#3793) Rhett Ying 2022-03-02 14:27:52 +08:00
  • 7f1a5e080b bump version (#3795) Quan (Andy) Gan 2022-03-02 13:02:55 +08:00
  • 5834604248 update branch Quan Gan 2022-02-28 09:02:38 +00:00
  • d2474b8280 update version Quan Gan 2022-02-28 07:22:49 +00:00
  • 396d71809c [Build] Working around broken name mangling in MSVC 16.5.5 + CUDA 11.3 (#3790) Quan (Andy) Gan 2022-03-01 22:59:23 +08:00
  • 0ec439247a [Examples] re-locate load_graph for share (#3784) Rhett Ying 2022-03-01 09:32:53 +08:00
  • e0f0fa2a78 Fix a bug in sparse optimizer. (#3779) Da Zheng 2022-02-28 12:04:32 -08:00
  • a55e499e1b update branch 0.8.0 Quan Gan 2022-02-28 09:02:38 +00:00
  • c2b6376ed1 update version Quan Gan 2022-02-28 07:22:49 +00:00
  • 3521fbe9ae [Build] Split spmm.cu and sddmm.cu for building on Windows (#3789) Quan (Andy) Gan 2022-03-01 03:04:51 +08:00
  • 6e1c69904e [Build or bug?] Fix VS2019 compilation error in randomwalk GPU kernel (#3788) Quan (Andy) Gan 2022-02-28 22:02:23 +08:00
  • 8425c936c2 update doc for gpu&uva sampling (#3787) Xin Yao 2022-02-28 21:17:32 +08:00
  • 861666fa55 [Bugfix] Fix RGCN Example (#3785) Xin Yao 2022-02-28 18:55:06 +08:00
  • ec64581c96 [Doc] Misc fix for doc (#3782) Mufei Li 2022-02-28 16:03:32 +08:00
  • 62e23bd5b1 [Bugs] Fix distributed example error and import error (#3783) Quan (Andy) Gan 2022-02-28 14:58:50 +08:00
  • 7ab10348ed Sort recipe in DGL-Go (#3781) Jinjing Zhou 2022-02-28 13:27:02 +08:00
  • 869991d7dc [Doc] Update README; add DGL-Go related Minjie Wang 2022-02-28 11:44:55 +08:00
  • e36cada2e8 [Doc] Update readme for DGL-Go Minjie Wang 2022-02-28 10:53:16 +08:00
  • 266b21e535 [DGL-Go] Change name to dglgo (#3778) Jinjing Zhou 2022-02-28 10:40:01 +08:00
  • d41d07d0f6 [Doc and bugfix] Add docs and user guide and update tutorial for sampling pipeline (#3774) Quan (Andy) Gan 2022-02-28 02:21:51 +08:00
  • 3bd5a9b6d1 [Doc] Fix Doc (#3777) Mufei Li 2022-02-25 17:21:06 +08:00
  • 6d9433b04f [Transform] [Doc] Rename transform to transforms and update doc (#3765) Mufei Li 2022-02-24 21:28:15 +08:00
  • ccaa0bf282 [Doc] refine docstring and examples for reorder_graph (#3770) Rhett Ying 2022-02-24 17:31:00 +08:00
  • 609a49a9ba [Doc] fix example in dataset adapter docstring (#3772) Rhett Ying 2022-02-24 16:57:25 +08:00
  • 2f4146a4c2 [Dataset] add train_idx/val_idx/test_idx as dataset attributes (#3769) Rhett Ying 2022-02-24 15:17:40 +08:00
  • e7ad4c9c8b Fixes the bug when total_nnz is > integer limit (#3766) sanchit-misra 2022-02-24 03:04:34 +05:30
  • 4b182b9063 toctree typo for dataset adapters (#3764) Rhett Ying 2022-02-23 18:46:19 +08:00
  • 8db2dd3355 [Dataset][Fix] Allow non-numeric values and some fix on doc (#3757) Rhett Ying 2022-02-23 17:26:12 +08:00
  • bf649d940c [Bugfix][Performance] Update nccl to 2.11.4 (#3761) nv-dlasalle 2022-02-22 21:51:41 -08:00
  • 0227ddfb66 [NN] Rework RelGraphConv and HGTConv (#3742) Minjie Wang 2022-02-23 12:10:20 +08:00
  • 4f00d5ac6f [Bugfix] Fix graph being duplicated in multi-GPU and CPU dataloader workers (#3760) Quan (Andy) Gan 2022-02-22 18:00:47 +08:00
  • 3f138ebaaf [Bugfix] Bug fixes in new dataloader (#3727) Quan (Andy) Gan 2022-02-22 01:30:31 +08:00
  • 7b9afbfa28 [Performance][GPU] Improving _SegmentMaskColKernel (#3745) ayasar70 2022-02-18 14:52:18 -08:00
  • f247d29f6c Minor fix to DGL Enter (#3753) Jinjing Zhou 2022-02-18 18:04:07 +08:00
  • 5558ce2911 [Fix] Convert float64 to float32 when creating tensor (#3751) Rhett Ying 2022-02-18 17:34:07 +08:00
  • e424d29614 [CI] Use torch 1.9.0 in CI (#3752) Jinjing Zhou 2022-02-18 16:35:24 +08:00
  • 539335cece DGL Enter (#3690) Jinjing Zhou 2022-02-18 15:55:41 +08:00
  • 80fb4dbe26 [Doc] fix examples (#3747) Rhett Ying 2022-02-17 18:46:13 +08:00
  • 9e358dfe66 [NN] HeteroLinear and HeteroEmbedding (#3678) dddg617 2022-02-17 16:16:51 +08:00
  • e9c3c0e8ad [Model] Simplify RGCN Mufei Li 2022-02-17 15:33:27 +08:00
  • 22272de652 [Fix] normalize by dst if edge_weight is None (#3744) Rhett Ying 2022-02-17 13:51:37 +08:00
  • 8a8d36e907 [Doc] add doc for DGLCSVDataset Minjie Wang 2022-02-17 10:59:53 +08:00
  • 6ce3c178b0 fix typo RhettYing 2022-02-17 02:11:16 +00:00
  • 6106a99d0a refine RhettYing 2022-02-17 02:00:10 +00:00
  • 3b49370d3e refine doc RhettYing 2022-02-17 00:50:04 +00:00
  • 1722935223 add link for blitz RhettYing 2022-02-14 07:54:28 +00:00
  • 8d861d9443 refine especiaaly for data parser RhettYing 2022-02-11 03:19:12 +00:00
  • e0f054fb27 [Doc] add doc for DGLCSVDataset RhettYing 2022-02-10 10:06:40 +00:00
  • 39121dfdb8 [Feature] support non-numeric node_id/src_id/dst_id/graph_id and rena… (#3740) Rhett Ying 2022-02-17 08:35:39 +08:00
  • 42f8c8f335 [doc] fix module typo (#3734) Rhett Ying 2022-02-16 11:10:06 +08:00
  • 97a6d740ad [doc] fix error in example results (#3735) Rhett Ying 2022-02-16 09:40:45 +08:00
  • 4f7ad2582c [doc] fix error in example (#3736) Rhett Ying 2022-02-15 18:44:15 +08:00
  • 8b8fd2c0be [Dataset] Add transform argument to built-in datasets (#3733) Mufei Li 2022-02-15 16:45:47 +08:00
  • b3d3a2c4b0 [Feature] Gather mm (#3641) Israt Nisa 2022-02-14 22:27:23 -05:00
  • ab50eb9b4e Add unbuffered to distributed test (#3732) Jinjing Zhou 2022-02-15 10:23:45 +08:00
  • d8dd2bb542 [DOC] list transform in api reference (#3731) Rhett Ying 2022-02-14 18:25:58 +08:00
  • 3b34a5a7ec Add links to RNAGlib in the DGL Readme (#3728) Jonathan Broadbent 2022-02-11 18:00:18 -05:00
  • dc78e11c3f [Dataset] Adapter to convert a dataset for link prediction task (#3699) Jinjing Zhou 2022-02-11 16:59:14 +08:00
  • bc8f8b0b7a New fused edge_softmax op (#3650) ranzhejiang 2022-02-11 13:34:24 +08:00
  • 45ac57260a [data] refine AsNodePredDataset and add tests for DGLCSVDataset (#3722) Rhett Ying 2022-02-10 17:46:39 +08:00
  • fcd8ed9acc [Feature] Launch Long Live Servers and Multiple Client Groups (#3688) Rhett Ying 2022-02-09 15:56:38 +08:00
  • 738e8318fd [Feature] CUDA UVA sampling for MultiLayerNeighborSampler (#3674) Xin Yao 2022-02-09 14:06:17 +08:00
  • fa343873a8 Fix docs on GraphSAGE normalization (#3711) KoyamaSohei 2022-02-07 18:56:04 +09:00
  • 0767c5fcc9 Fix dist example padding problem (#3687) Jinjing Zhou 2022-02-07 17:44:44 +08:00
  • f282ee30ad [bugfix] Fix set_default_backend() keyword (#3710) nv-dlasalle 2022-02-07 00:15:02 -08:00
  • 3512207560 Change standard to c++14 to be compatible to tensorpipe's dependencies (#3712) nv-dlasalle 2022-02-06 22:55:09 -08:00
  • 25c9221b83 Add check for aggregator_type enum in SAGEConv init (#3691) Jeremy Goh 2022-02-03 12:02:35 +08:00
  • 9c8c162a00 [Fix] sleep for a while when launching clients which will connect to … (#3704) Rhett Ying 2022-01-30 16:59:26 +08:00
  • 701b4fccc2 [Sampling] New sampling pipeline plus asynchronous prefetching (#3665) Quan (Andy) Gan 2022-01-30 16:13:00 +08:00
  • 5152a87982 [Data] Utility function and class for converting a dataset for node prediction (#3695) Minjie Wang 2022-01-30 14:31:37 +08:00
  • 56b5d0e53a [Transform] Allow Disabling Adding Reverse Edges for Self Loops (#3701) Mufei Li 2022-01-29 18:38:09 +08:00
  • 92db4bd5a0 fix (#3700) Quan (Andy) Gan 2022-01-28 20:51:15 +08:00
  • da877df238 [CI] Migrate to pylint 2.6.0 (#3698) Quan (Andy) Gan 2022-01-28 18:32:18 +08:00
  • 268f617642 Fix race condition in creating directory (#3696) nv-dlasalle 2022-01-27 23:58:03 -08:00
  • bf5497a25d [Fix] reduce concurrent client/server processes to avoid port already in use (#3697) Rhett Ying 2022-01-28 14:19:15 +08:00
  • 6255c95aae [Fix] too many open files (#3694) Rhett Ying 2022-01-28 13:24:20 +08:00
  • 05c6c3c5ec [NN] Fix GINConv (#3692) Mufei Li 2022-01-27 12:46:29 +08:00