文件历史

912 次代码提交

作者 SHA1 备注 提交日期
Muhammed Fatih BALIN 2e1097fdc8 [GraphBolt][CUDA] Demonstrate GPUGraphCache usage in example. (#7482) 2024-06-26 12:55:15 -04:00
Muhammed Fatih BALIN 40c50d6030 [GraphBolt] Labor example (#7437) 2024-06-25 12:25:59 +08:00
Rhett Ying ed50c170dd [DistGB] fix add edge attr request (#7460) 2024-06-14 13:29:56 +08:00
Rhett Ying 7f1d164392 [DistGB]enable prob/mask sampling on graphbolt partitions (#7458) 2024-06-13 17:25:22 +08:00
Rhett Ying 0fee9be329 [DistGB] exclude edges right after sampling (#7442) 2024-06-03 10:16:44 +08:00
Rhett Ying c00b451b05 [DistGB] add demo for LP with DIstGB (#7441) 2024-05-30 16:30:03 +08:00
Rhett Ying d2a2bf0f8d [DistDGL] enable exclude_edges for sample_etype_neighbors() (#7427) 2024-05-24 13:42:46 +08:00
Andrei Ivanov de17640295 [BUG][Example] Implementing the deprecated function is_string_like. (#7411) 2024-05-24 10:47:52 +08:00
Andrei Ivanov 7614f02ed8 [FutureWarn] Fix FutureWarning in TAHIN example. (#7418) 2024-05-24 10:42:31 +08:00
Rhett Ying a3496048cc [DistGB] add NC example that uses DistEdgeDataLoader for train (#7420) 2024-05-21 14:45:35 +08:00
Rhett Ying 191681d851 [DistDGL] fix device mismatch when calling all_to_all with gloo backend (#7409) 2024-05-17 08:08:24 +08:00
Rhett Ying 5b3496892c [misc] fix path in README (#7407) 2024-05-15 08:15:27 +08:00
Muhammed Fatih BALIN 6f2ccbff3c [GraphBolt][CUDA] Make dataloader pickleable. (#7391) 2024-05-10 12:58:41 -04:00
Muhammed Fatih BALIN 7a2e8737f9 [GraphBolt] Fix typo in PyG advanced example for CPU runs. (#7390) 2024-05-10 12:00:35 +08:00
Muhammed Fatih BALIN fb36b477d5 [GraphBolt][CUDA] GPUCachedFeature update fix. (#7384) 2024-05-09 17:06:48 +08:00
peizhou001 ce37a9349a [Temporal] Add link prediction example (#7347)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-21-218.ap-northeast-1.compute.internal>
2024-04-28 12:35:20 +08:00
Xinyu Yao c997434cdb [GraphBolt][CUDA] Update copy_to. (#7332)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-04-22 11:36:30 +08:00
Songqing Zhang bc3da3717e [Misc] Fix validation dataset's usage in RGCN link example (#7308) 2024-04-16 19:54:58 +08:00
Songqing Zhang 15ace31a16 [Misc] Using the aliases of builtin types like np.int is deprecated (#7300) 2024-04-15 11:41:02 +08:00
Muhammed Fatih BALIN 279ebb1563 [GraphBolt][CUDA] Link prediction --mode=cuda-cuda fix. (#7294) 2024-04-11 01:39:22 -04:00
Xinyu Yao d9caeaaafc [GraphBolt] Update dataset names that exposed to users in examples. (#7280)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-04-08 17:06:49 +08:00
Muhammed Fatih BALIN 12f8348075 [GraphBolt] PyG advanced example torch.compile() bug workaround. (#7259) 2024-04-03 10:45:17 +08:00
Rhett Ying 8e3d810127 [DistGB] update CPU util of RGCN example (#7255) 2024-04-01 18:45:18 +08:00
yxy235 efe28493d3 [GraphBolt] Modify examples to use seeds. (#7231)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-04-01 16:45:39 +08:00
yxy235 3885da25f7 [GraphBolt] Modify _init_all_nodes_set to use seeds. (#7243)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-03-27 14:53:28 +08:00
yxy235 a3b09f7463 [GraphBolt] Fix sparse example. (#7234)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-03-20 13:45:00 +08:00
Rhett Ying 2bda158238 [examples] update README about partition conversion (#7203) 2024-03-08 17:12:34 +08:00
Rhett Ying 89e494393e [DistGB] Enable GraphBolt for node classification on heterograph (#7198) 2024-03-07 13:30:32 +08:00
Hongzhi (Steve), Chen 1ec0092e15 [Misc] Move pyg example. (#7199)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2024-03-06 14:25:06 +08:00
Ramon Zhou 12fab559b5 [GraphBolt][PyG] Add more attributes in to_pyg_data (#7196) 2024-03-06 14:15:21 +08:00
Muhammed Fatih BALIN 97b66318e5 [GraphBolt] Add recommended PyG example. (#7183) 2024-03-05 20:18:25 -05:00
Ramon Zhou d4c8a04ba8 [GraphBolt][PyG] Modify PyG example with to_pyg_data (#7123)
Co-authored-by: Muhammed Fatih BALIN <m.f.balin@gmail.com>
2024-03-01 15:36:14 +08:00
Rhett Ying 494d4cd73f [DistGB] enable graphbolt for homograph distDGL (#7182) 2024-03-01 15:03:47 +08:00
Andrei Ivanov ff66c42bfd [GCMC]Fixing warnings that appear during in gcmc training. (#7152) 2024-02-29 13:22:45 +08:00
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