文件历史

提交图

878 次代码提交

作者 SHA1 备注 提交日期
Yi-Chien Lin 9d9e223783 [Bug] Fix the link to the image in argo readme (#7162)
Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
2024-02-29 10:30:22 +08:00
Muhammed Fatih BALIN ca3556390b [GraphBolt] Fix typo in node_classification example. (#7165) 2024-02-27 21:06:05 -05:00
Yi-Chien Lin 2d2ad71e8c [Feature] ARGO: an easy-to-use runtime to improve GNN training performance on multi-core processors (#7003)
Co-authored-by: Andrzej Kotłowski <Andrzej.Kotlowski@intel.com>
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2024-02-27 17:48:14 +08:00
Muhammed Fatih BALIN 8909d1ff03 [GraphBolt][CUDA] refine the node_classification examples. (#7136)
Co-authored-by: Mingbang Wang <100203018+Skeleton003@users.noreply.github.com>
2024-02-22 22:08:13 -05:00
Muhammed Fatih BALIN 3e13903352 [GraphBolt][CUDA] RGCN example (#7137) 2024-02-22 10:54:55 -05:00
Muhammed Fatih BALIN 391f513e58 [GraphBolt][CUDA] Make sure in-place pinning is used in examples. (#7138) 2024-02-22 12:29:37 +08:00
Andrei Ivanov 00f3322403 [GCMC] Fixing a parser warning appearing in one of the gcmc examples. (#7118) 2024-02-22 10:42:51 +08:00
caojy1998 e60262d33b [Benchmark] Modify node_classification test to enable sample_layer_neighbors. (#7129)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-21-37.ap-northeast-1.compute.internal>
2024-02-21 15:16:21 +08:00
SuperYY 3ded35872f fix epoch loss (#6319) 2024-02-16 22:34:57 +08:00
Lourens Touwen 8204fe1912 [Example] Super small fix for import in HGL_SP example (#6984)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2024-02-14 23:35:15 +08:00
Muhammed Fatih BALIN 43912418d8 [GraphBolt][CUDA] puregpu option for the multiGPU example. (#7089) 2024-02-06 09:50:12 +03:00
Muhammed Fatih BALIN 4b265390f4 [GraphBolt][CUDA] Fix link prediction early-stop. (#7083) 2024-02-05 12:06:44 +08:00
Muhammed Fatih BALIN 346197c477 [GraphBolt][CUDA] Add gb.index_select and fix example inferencing. (#7051) 2024-02-04 19:56:40 +03:00
Muhammed Fatih BALIN 308f099b4e [GraphBolt][CUDA] Improve GPUCache help string in multiGPU example. (#7081) 2024-02-04 14:29:29 +03:00
Muhammed Fatih BALIN 0a42d863b7 [GraphBolt][CUDA] GPUCachedFeature for multiGPU example. (#7074) 2024-02-02 14:50:06 -08:00
Muhammed Fatih BALIN b085224fb9 [GraphBolt][CUDA] Dataloader feature overlap fix (#7036) 2024-01-30 09:24:22 +03:00
Muhammed Fatih BALIN 2da6acef67 [GraphBolt][CUDA] Refine the multi-GPU example (#6980) 2024-01-26 13:13:42 +03:00
Muhammed Fatih BALIN 0a2f40f62a [GraphBolt][CUDA] Temporarily disable overlap for the multiGPU example. (#7009) 2024-01-25 13:05:14 +08:00
Rhett Ying 2fedcdc2fe [example] update RGCN README (#6996) 2024-01-23 20:36:25 +08:00
Ramon Zhou 56b6a4ebd8 [GraphBolt] Update GB node classification example learning rate (#7000) 2024-01-23 16:29:14 +08:00
Ramon Zhou dfa32286a4 [Misc] DGL multi-gpu example run error work around (#6999) 2024-01-23 15:23:09 +08:00
Ramon Zhou d67dae1d8c [GraphBolt] Modify multigpu example arguments (#6990) 2024-01-22 22:55:54 +08:00
Ramon Zhou ed9ef14ad2 [Misc] Turn off fused in DGL rgcn example (#6977) 2024-01-18 18:59:58 +08:00
Muhammed Fatih BALIN 78fa316aee [GraphBolt][CUDA] Modify multiGPU example to use GPU sampling. (#6961) 2024-01-18 03:19:07 -05:00
Muhammed Fatih BALIN 053c822175 [GraphBolt][CUDA] Enable GPU sampling in examples (#6861) 2024-01-16 11:16:13 -05:00
Ramon Zhou c81ff6ad2d [GraphBolt] Fix fanouts setting in rgcn example (#6959) 2024-01-16 18:20:37 +08:00
Muhammed Fatih BALIN b6087efd7f [GraphBolt] PyG example typo fix (#6931) 2024-01-10 22:04:22 -05:00
hutiechuan 80203e34cd [GraphBolt] add node classification example for pyg model (#6872)
Co-authored-by: Muhammed Fatih BALIN <m.f.balin@gmail.com>
2024-01-10 18:50:32 -05:00
Rhett Ying 107b4347d2 [example] update docstring (#6902) 2024-01-05 11:18:08 +08:00
Rhett Ying 55280b6727 [examples] update README for RGCN examples (#6894) 2024-01-03 20:30:23 +08:00
Rhett Ying e9deff7d16 [example] update graphbolt rgcn readme (#6891) 2024-01-03 15:42:11 +08:00
Mingbang Wang 42f5154aed [GrahpBolt] refine hetero_rgcn example (#6808)
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2024-01-03 15:24:43 +08:00
Mingbang Wang d4b5ddcde7 [Example] modify dgl rgcn example to make it consistent with graphbolt's (#6882) 2024-01-03 15:23:51 +08:00
Mingbang Wang 35b50b61a5 [Misc] using index_select to avoid IndexError (#6777)
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2024-01-02 13:31:22 +08:00
Songqing Zhang d6bf038789 [examples] fix Graphormer as key in state_dict has changed (#6806)
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2023-12-27 10:35:54 +08:00
yxy235 6178897d3c [GraphBolt] Remove opt output_cscformat from examples. (#6834) 2023-12-26 16:39:50 +08:00
yxy235 9bb36f1a27 [GraphBolt] Add opt output_cscformat to examples. (#6773)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-12-19 14:10:30 +08:00
Ramon Zhou 65d83ad70c [GraphBolt] Delete to_dgl in graphbolt examples (#6759)
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2023-12-18 13:05:57 +08:00
Rhett Ying 9d41734629 [GraphBolt] update to_dgl() in examples (#6763) 2023-12-17 23:06:47 +08:00
Ramon Zhou cad7caeb00 [Graphbolt] Rewrite to_dgl to multiple get functions (#6735) 2023-12-15 16:16:47 +08:00
Rhett Ying 70fdb69f47 [doc] add example for SubgraphSampler (#6752) 2023-12-15 11:15:26 +08:00
peizhou001 5a3c9192fc [Graphbolt[ Add reverse edgs in link prediction example (#6751)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-21-218.ap-northeast-1.compute.internal>
2023-12-14 12:49:42 +08:00
Ramon Zhou 0348ad3d30 [GraphBolt] Move to_dgl out of data loader in examples. (#6705) 2023-12-07 14:50:18 +08:00
caojy1998 9c241d83fc [Examples] Modify the output of examples for benchmark test (#6692)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-21-37.ap-northeast-1.compute.internal>
2023-12-05 17:29:19 +08:00
xiangyuzhi df3e7f1b6e [Sparse] Polish sparse example for graphbolt (#6691) 2023-12-05 16:12:36 +08:00
Zhen Liu 15d05be387 Fix num_labels to num_classes in dataset files (#6666) 2023-12-04 13:25:44 +08:00
Rhett Ying 2968c9b247 [GraphBolt] remove SingleProcessDataLoader (#6663) 2023-12-04 08:22:15 +08:00
Rhett Ying 3ea930d0d4 [example] update train time for DGL rgcn example 2023-12-01 13:14:21 +08:00
Rhett Ying aa9c11017e [examples] update train time for rgcn gb 2023-12-01 08:24:39 +08:00
Ramon Zhou e375275426 [Misc] Align dgl multi-gpu example to graphbolt (#6605) 2023-11-29 14:31:18 +08:00