文件历史

1891 次代码提交

作者 SHA1 备注 提交日期
yxy235 cda8b38101 [GraphBolt] Add compacted_seeds to minibatch. (#7033)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-01-30 14:29:37 +08:00
Muhammed Fatih BALIN b085224fb9 [GraphBolt][CUDA] Dataloader feature overlap fix (#7036) 2024-01-30 09:24:22 +03:00
Rhett Ying 683772514e [DistGB] enable DistGraphServer to load graphbolt partitions (#7042) 2024-01-30 11:21:16 +08:00
Mingbang Wang fe78093fb7 [GraphBolt] Update __repr__ of FusedCSCSamplingGraph (#6956) 2024-01-26 22:29:25 +08:00
yxy235 11adb4e717 [GraphBolt] Refactor NegativeSampler. (#7001)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-01-26 14:01:42 +08:00
Rhett Ying 366fb02fbd [DistGB] enable to load GB partitions (#7029) 2024-01-26 12:38:25 +08:00
Rhett Ying 523bbb4cb1 [GraphBolt] fix preprocess issue for single ntype/etype graph (#7011) 2024-01-25 16:03:25 +08:00
Rhett Ying 0bfe34d96b [DistGB] refine convertion from dgl to graphbolt (#7007) 2024-01-25 14:55:25 +08:00
Muhammed Fatih BALIN 3a79f02189 [GraphBolt][CUDA] Make nodes optional for sampling (#6993) 2024-01-24 12:58:54 -05:00
yxy235 a47eacc192 [GraphBolt] Fix docstr of sampled_csc in SampledSubgraph. (#7004)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-01-24 15:25:34 +08:00
yxy235 d3176272c6 [GraphBolt] Update docstring of sampled subgraph. (#6998)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2024-01-23 20:32:31 +08:00
yxy235 d249744875 [GraphBolt] Add indexes to MiniBatch. (#6989)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-01-23 13:08:12 +08:00
yxy235 99a02f0776 [GraphBolt] Update docstring of SampledSubgraph. (#6991)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-01-22 17:27:45 +08:00
Rhett Ying 03ca11f560 [GraphBolt] fix random generator for shuffle among all workers (#6982) 2024-01-22 14:39:30 +08:00
yxy235 351c860afd [GraphBolt] Add check to NegativeSampler. (#6976)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-01-22 13:09:21 +08:00
Muhammed Fatih BALIN 2e6ded06b4 [GraphBolt][CUDA] Handle edge case for fetch feature overlap (#6979) 2024-01-18 20:08:58 -05:00
Mingbang Wang f7e065f767 [GraphBolt] update the docstring (#6975) 2024-01-18 22:39:10 +08:00
Muhammed Fatih BALIN cf8fea73a2 [GraphBolt][CUDA] Hot fix after inplace pinning PR (#6974) 2024-01-18 05:33:45 -05:00
Muhammed Fatih BALIN aad12df6a6 [GraphBolt][CUDA] gb.expand_indptr (#6871) 2024-01-18 04:11:01 -05:00
Muhammed Fatih BALIN f6db850d75 [GraphBolt][CUDA] Add native GPUCachedFeature instead of using DGL (#6939) 2024-01-18 02:59:35 -05:00
Muhammed Fatih BALIN 528b041c51 [GraphBolt][CUDA] Overlap feature fetcher (#6954) 2024-01-18 02:58:54 -05:00
yxy235 173257b37a [GraphBolt] Add seeds to MiniBatch. (#6968)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-01-18 15:58:44 +08:00
Muhammed Fatih BALIN c864c91065 [GraphBolt][CUDA] Inplace pin memory for Graph and TorchFeatureStore (#6962) 2024-01-18 01:51:18 -05:00
Muhammed Fatih BALIN bd74c44c39 [GraphBolt][CUDA] Add .to() method to Graph and FeatureStore. (#6957) 2024-01-16 03:27:48 -05:00
yxy235 de1eedc6e8 [GraphBolt] Add check about whether edge IDs are saved when edge feature is stored. (#6948)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-01-16 15:05:58 +08:00
Mingbang Wang 905321f855 [GraphBolt] Modify __repr__ (#6953) 2024-01-16 14:38:58 +08:00
Mingbang Wang 80f36134c1 [GraphBolt] Update the docstring of ItemSet (#6943) 2024-01-16 11:14:04 +08:00
yxy235 40816f6e40 [GraphBolt] Automatically force preprocess on-disk dataset. (#6937)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-01-16 10:04:19 +08:00
peizhou001 9a8aa8fa0f [Grapbolt]Negative node pairs should be 2D (#6951)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-21-218.ap-northeast-1.compute.internal>
2024-01-15 17:50:47 +08:00
Mingbang Wang 90e57e741f [GraphBolt] Update __repr__ of ItemSet and ItemSetDict (#6944) 2024-01-15 15:17:27 +08:00
Mingbang Wang b003732d31 [GraphBolt] Update __repr__ of TorchBasedFeature and TorchBasedFeatureStore (#6945) 2024-01-15 15:16:58 +08:00
Mingbang Wang dfff53bc24 [GraphBolt] add test for PR#6873 (#6923) 2024-01-15 12:11:40 +08:00
Rhett Ying 47a1d6a85d [release] upgrade version to 2.1 on master (#6940) 2024-01-12 08:58:00 +08:00
Rhett Ying c40f54e643 [release] upgrade version to next one 2024-01-12 08:54:11 +08:00
peizhou001 afca111427 [Graphbolt]Fix negative sampler (#6933)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-21-218.ap-northeast-1.compute.internal>
2024-01-11 16:29:50 +08:00
yxy235 04752e9f15 [GraphBolt] Add force_reload to OnDiskDataset. (#6930)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-01-10 19:21:46 +08:00
yxy235 4323986b25 [GraphBolt] Get feature keys of FeatureStore. (#6920)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-01-09 17:14:48 +08:00
yxy235 0742b85bb0 [GraphBolt] Add opt to load tasks selectively. (#6905)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-01-09 11:27:56 +08:00
yxy235 a697e79118 [GraphBolt] Support numpy for edges when constructing graph in preprocess_ondisk_dataset. (#6916)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-01-09 11:24:06 +08:00
Muhammed Fatih BALIN 61504ec5e6 [GraphBolt] Extend temporal sampling to labor (#6816) 2024-01-08 01:04:27 -05:00
Ramon Zhou 3b37918b02 [GraphBolt] Add more detail to CopyTo docstring (#6904) 2024-01-05 17:54:58 +08:00
Muhammed Fatih BALIN b9cf36c375 [GraphBolt][CUDA] Add a node_type_offset_list property. (#6886) 2024-01-05 02:46:36 -05:00
Mingbang Wang 95d6239483 [GraphBolt] Use diff() to calculate the differences for simplicity (#6884) 2024-01-04 00:43:15 -05:00
Muhammed Fatih BALIN e9162491e5 [GraphBolt][CUDA] Fix pinned edge_id index_select (#6898) 2024-01-04 00:39:30 -05:00
czkkkkkk 29c3b06d4a [Graphbolt] Change the temporal filter condition of temporal sampler. (#6893) 2024-01-04 11:20:10 +08:00
czkkkkkk 397b7599f1 [Graphbolt] Support loading heterogeneous attributes in sampling graph. (#6873) 2024-01-03 14:38:59 +08:00
czkkkkkk f598178911 [Graphbolt] Support temporal sampling in SubgraphSampler. (#6846) 2024-01-03 14:38:22 +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
yxy235 6e76bf3f62 [GraphBolt] Update docstring in NeighborSampler. (#6857)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-01-02 11:24:26 +08:00
Rhett Ying 1e34f6648a [release] upgrade latest vesion to 2.0 (#6879) 2024-01-02 10:24:32 +08:00