提交

4417 次代码提交

作者 SHA1 备注 提交日期
Muhammed Fatih BALIN add12e5777 [GraphBolt] Remove unique requirement from in_subgraph. (#7222) 2024-03-20 13:22:14 +08:00
Muhammed Fatih BALIN 329d718ed4 [GraphBolt][Doc] Correct typo to fix rendering issue. (#7224) 2024-03-19 12:39:03 +08:00
Muhammed Fatih BALIN 9632ab1d7c [GraphBolt][CUDA] Specialize non-weighted neighbor sampling impl (#7215) 2024-03-18 10:38:44 -04:00
hu chaochao 7129905e01 [Doc] The len(data) of TUDataset('DD') must be 1178. (#7219) 2024-03-18 09:42:27 -04:00
Muhammed Fatih BALIN a2c5472a74 [GraphBolt] Labor dependent template specialization. (#7220) 2024-03-18 03:08:31 -04:00
Muhammed Fatih BALIN 74c5e31dd1 [GraphBolt][Doc] Update layer_neighbor documentation for new args. (#7212) 2024-03-18 14:41:44 +08:00
yxy235 858c0b8632 [GraphBolt] Update to_pyg_data() to support get batch_size from seeds. (#7214)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-03-18 14:08:25 +08:00
Rhett Ying 396b0ec2d2 [release] add pandas into dependencies (#7218) 2024-03-18 10:24:02 +08:00
Andrei Ivanov aed161e63f [GraphBolt] Fixing warning in test_to_pyg_data. (#7210) 2024-03-17 01:22:05 -04:00
Muhammed Fatih BALIN a272efed96 [GraphBolt] Implement labor dependent minibatching - python side. (#7208) 2024-03-13 13:05:19 -04:00
Muhammed Fatih BALIN 93990a90de [GraphBolt] Refactor NeighborSamplerImpl (#7207) 2024-03-13 06:47:16 -04:00
Muhammed Fatih BALIN f0c7efa9a4 [GraphBolt] Implement dependent minibatching for labor. (#7205) 2024-03-11 08:23:36 -04:00
Rhett Ying 2bda158238 [examples] update README about partition conversion (#7203) 2024-03-08 17:12:34 +08:00
Rhett Ying 8ab27b0581 [DistGB] enable replacement sampling with GraphBolt API (#7202) 2024-03-08 14:02:48 +08:00
Andrei Ivanov b0982feb21 Reactivation of one of the GPU tests. (#7193) 2024-03-08 09:57:01 +08:00
Rhett Ying 34ae70b57c [DistGB] update documentation (#7201) 2024-03-07 16:29:16 +08:00
Andrei Ivanov 996a9364fc [DistDGL] Fixing bug in test_dist_objects (#7179) 2024-03-07 15:46:43 +08:00
Andrei Ivanov 3fd6a5d081 [DistDGL] Fixing warning in test_new_kvstore. (#7180) 2024-03-07 15:46:04 +08:00
yxy235 a7f1ab9f74 [GraphBolt] Modify labels dtype. (#7200) 2024-03-07 00:45:25 -05: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
Rhett Ying a6505e86a4 [DistGB] revert toindex() but refine tests (#7197) 2024-03-06 09:56:40 +08:00
Muhammed Fatih BALIN 97b66318e5 [GraphBolt] Add recommended PyG example. (#7183) 2024-03-05 20:18:25 -05:00
Muhammed Fatih BALIN bc978736fc [GraphBolt] torch.compile() support for gb.expand_indptr. (#7188) 2024-03-05 00:26:54 -05:00
Rhett Ying 8b266f5001 [doc] use tqdm from tqdm.auto (#7191) 2024-03-04 16:43:15 +08:00
Rhett Ying 08ad40a342 [doc] do not display nn.tensorflow and nn.mxnet (#7190) 2024-03-04 14:20:20 +08:00
Muhammed Fatih BALIN 8c28f98266 [GraphBolt] Slight gb.expand_indptr improvement on CPU. (#7189) 2024-03-03 23:08:41 -05:00
Rhett Ying 290dadb972 [doc] install cpu version by default in notebooks (#7186) 2024-03-01 16:38:09 +08:00
Rhett Ying 4bd2eadf0c [dev] bump master version to 2.2 (#7185) 2024-03-01 15:45:09 +08: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
Muhammed Fatih BALIN 09e48552cb [GraphBolt] to_pyg_data should return int64 edge_index. (#7178) 2024-02-29 20:38:11 -05:00
Rhett Ying d8d87243c8 [DistGB] restrict NID/EID as int64_t (#7177) 2024-02-29 16:03:34 +08:00
Rhett Ying ade806b460 [dev] exclude dist dir (#7176) 2024-02-29 14:59:13 +08:00
xiangyuzhi 0c3a4428c1 [Graphbolt] Add liburing dependency (#7149)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-40-250.ap-northeast-1.compute.internal>
2024-02-29 14:48:55 +08:00
Muhammed Fatih BALIN 73e01d6daa [CUDA] Update CCCL to 2.3.0 (#7171) 2024-02-29 00:37:00 -05:00
Andrei Ivanov ff66c42bfd [GCMC]Fixing warnings that appear during in gcmc training. (#7152) 2024-02-29 13:22:45 +08:00
Andrei Ivanov 85c030f673 [GraphBolt] Combining test_OnDiskDataset_preprocess_yaml_content tests for Windows and Unix. (#7148) 2024-02-29 13:21:10 +08:00
Mingbang Wang 5d2d14538a [GraphBolt] Support saving graph and TVT_Sets in int32 (#7127)
Co-authored-by: Muhammed Fatih BALIN <m.f.balin@gmail.com>
2024-02-28 21:54:19 -05:00
Yi-Chien Lin 90a9136c1d [Doc] Created a tutorial for ARGO in the CPU section (#7155) 2024-02-29 10:33:24 +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
Rhett Ying ebf505ee92 [DistGB] update top level API about use_graphbolt (#7169) 2024-02-28 15:20:37 +08:00
Mingbang Wang 7b4c8c7769 [GraphBolt] Update _init_all_nodes_set (#7168) 2024-02-28 02:05:02 -05:00
Muhammed Fatih BALIN 1e589e8543 [GraphBolt] Fix the exclude edge functions when int32 is used. (#7167) 2024-02-28 00:51:36 -05:00
Muhammed Fatih BALIN 5db18933db [GraphBolt][Tutorial] Fix the typo in the tutorial and colab instance type. (#7163) 2024-02-28 13:48:32 +08:00
Rhett Ying 5f653c32d6 [dev] remove build artifacts for cleanup (#7166) 2024-02-28 12:47:07 +08:00
Muhammed Fatih BALIN ca3556390b [GraphBolt] Fix typo in node_classification example. (#7165) 2024-02-27 21:06:05 -05:00
Rhett Ying d1bea9e87f [DistGB] format dtype when converting partition to GraphBolt format (#7150) 2024-02-28 09:24:39 +08:00
Muhammed Fatih BALIN 4091a49ce6 [GraphBolt][CUDA] Fix cudart destructor race in unpinning. (#7156) 2024-02-27 10:40:28 -05:00