文件历史

2073 次代码提交

作者 SHA1 备注 提交日期
Xinyu Yao 65272a53f2 [GraphBolt] Update docstring of ondisk dataset. (#7306)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-04-16 16:30:40 +08:00
Xinyu Yao 7612af0f18 [GraphBolt] Remove old version negative sampler. (#7302)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-04-15 12:51:09 +08:00
Xinyu Yao 21aeed86e3 [GraphBolt] Update docstring of itemset.py. (#7303)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-04-15 12:50:32 +08:00
Xinyu Yao 20e5e26697 [GraphBolt] Remove old version exclude edges. (#7299)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-04-12 14:30:06 +08:00
Mingbang Wang c264a4109a [Misc] rename a variable (#7260) 2024-04-10 13:33:08 +08:00
Xinyu Yao 0bd79a2bd9 [GraphBolt] Update name used in LegacyDataset. (#7283)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-04-09 13:03:56 +08: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 78df81015a [GraphBolt] Add optimized unique_and_compact_batched. (#7239) 2024-04-07 04:55:08 -04:00
Muhammed Fatih BALIN e5b92d2b79 [GraphBolt][CUDA] Remove overlap graph variable hacks. (#7263) 2024-04-06 19:56:00 -04:00
Muhammed Fatih BALIN d3483fe1f1 [GraphBolt][CUDA] Optimize hetero sampling. (#7223) 2024-04-03 03:18:30 -04:00
yxy235 b743cdef71 [GraphBolt] Hack for original seed_nodes and node_pairs. (#7248)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-04-02 16:25:46 +08:00
Mingbang Wang 3df6e30180 [GraphBolt] Update __len__() and __getitem__() of ItemSet (#7253) 2024-04-02 11:04:08 +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
xiangyuzhi b725ee53d7 [Graphbolt] Disk feature fetcher (#7128)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-40-250.ap-northeast-1.compute.internal>
2024-04-01 16:01:43 +08:00
yxy235 fde1896f59 [GraphBolt] Fix to when using seeds. (#7245)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-03-28 13:38:14 +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 2f585940a8 [GraphBolt] Modify _seeds_preprocess in subgraph_sampler. (#7242)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-03-27 10:53:17 +08:00
Muhammed Fatih BALIN 7815fe8adc [CUDA] Make sanity check optional for dgl.create_block. (#7240) 2024-03-26 10:14:03 +08:00
yxy235 1ad78fba61 [GraphBolt] Update minibatch to to support seeds. (#7235)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-03-22 13:47:06 +08:00
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
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 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
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
Rhett Ying 8ab27b0581 [DistGB] enable replacement sampling with GraphBolt API (#7202) 2024-03-08 14:02:48 +08:00
yxy235 a7f1ab9f74 [GraphBolt] Modify labels dtype. (#7200) 2024-03-07 00:45:25 -05: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 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 4bd2eadf0c [dev] bump master version to 2.2 (#7185) 2024-03-01 15:45:09 +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
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
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
Rhett Ying 5f653c32d6 [dev] remove build artifacts for cleanup (#7166) 2024-02-28 12:47:07 +08: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
Muhammed Fatih BALIN dbafbe4159 [GraphBolt] Fix scalar itemset dtype issue (#7147) 2024-02-26 12:39:02 -05:00
Rhett Ying 045beeba14 [DistGB] remove toindex() as torch tensor is always be expected (#7146) 2024-02-26 14:04:35 +08:00
Rhett Ying 63541c88f1 [DistGB] enable int32 id ranges in IdMap (#7144) 2024-02-26 10:28:59 +08:00
Muhammed Fatih BALIN 7c51cd1643 [GraphBolt] Cast sampled data to minimum dtype. (#7131) 2024-02-22 22:53:29 -05:00
yxy235 4440ac7548 [GraphBolt] Modify exclude_seed_edges to support seeds. (#7114)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-02-22 14:25:12 +08:00