文件历史

59 次代码提交

作者 SHA1 备注 提交日期
Muhammed Fatih BALIN 95dc96a631 [GraphBolt][CUDA] Incremental GPU graph cache into gb.Dataloader. (#7475)
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2024-06-26 15:38:31 -04:00
Xinyu Yao e489e3843a [GraphBolt] Fix blocks in minibatch when facing with empty edges in subgraph. (#7413)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-30-178.ap-northeast-1.compute.internal>
Co-authored-by: Skeleton003 <799284168.qq.com>
Co-authored-by: Skeleton003 <799284168@qq.com>
Co-authored-by: Mingbang Wang <100203018+Skeleton003@users.noreply.github.com>
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2024-06-13 17:36:38 +08:00
Xinyu Yao ba9c1521f6 [GraphBolt] Update docstring related to cleaning up seed_nodes and node_pairs. (#7341)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-04-24 12:43:31 +08: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
Muhammed Fatih BALIN 329d718ed4 [GraphBolt][Doc] Correct typo to fix rendering issue. (#7224) 2024-03-19 12:39:03 +08:00
Muhammed Fatih BALIN 74c5e31dd1 [GraphBolt][Doc] Update layer_neighbor documentation for new args. (#7212) 2024-03-18 14:41:44 +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
Muhammed Fatih BALIN a2e1c79618 [GraphBolt][CUDA] Pipelined sampling accuracy fix (#7088) 2024-02-05 20:01:31 +03:00
Muhammed Fatih BALIN badeaf19dc [GraphBolt][CUDA] Pipelined sampling optimization (#7039) 2024-02-05 12:20:15 +08:00
Muhammed Fatih BALIN 50eb1014ac [GraphBolt] Refactor NeighborSampler and expose fine-grained datapipes. (#6983) 2024-02-01 10:07:30 +03:00
czkkkkkk f598178911 [Graphbolt] Support temporal sampling in SubgraphSampler. (#6846) 2024-01-03 14:38: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
czkkkkkk 3200b88b55 [Graphbolt] Add TemporalNeighborSampler. (#6814) 2023-12-30 12:51:38 +08:00
Muhammed Fatih BALIN e7f0c3a160 [GraphBolt][CUDA] SampleNeighbors (Without replacement for now) (#6770) 2023-12-28 10:59:20 -05:00
yxy235 abd4a7e8c4 [GraphBolt] Remove coo from neighborsampler. (#6844)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-12-27 15:30:56 +08:00
yxy235 1f9ae6686e [GraphBolt] Rename node_pairs to sampled_csc. (#6836)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-12-27 09:58:23 +08:00
yxy235 5a24d02d2c [GraphBolt] Update docstring examples of NeighborSampler and LayerNeighborSampler. (#6820)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-12-26 14:20:48 +08:00
yxy235 869bfb67ac [GraphBolt] Change default sampled subgraph output from coo to csc. (#6819)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-12-25 16:02:05 +08:00
Rhett Ying 70fdb69f47 [doc] add example for SubgraphSampler (#6752) 2023-12-15 11:15:26 +08:00
Rhett Ying f6fa920d7e [GraphBolt] Add functional name into docstring (#6739) 2023-12-13 10:18:22 +08:00
Rhett Ying 06dc1dc4f2 [doc] update docstring for gb.sample_neighbor (#6740) 2023-12-13 10:15:21 +08:00
Rhett Ying ad1b926926 [doc] update docstring typo 2023-12-13 09:00:22 +08:00
Rhett Ying e9d5156e3c [GraphBolt] rename from_fused_csc as fused_csc_sampling_graph (#6732) 2023-12-12 16:19:41 +08:00
Rhett Ying 1a8e0c00a9 [GraphBolt] remove GraphMeta and update API accordingly (#6709) 2023-12-12 14:49:50 +08:00
yxy235 e6f78c10cb [GraphBolt] Add unique_and_compact_csc_format. (#6703)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-12-11 15:21:01 +08:00
yxy235 37fde7edf1 [GraphBolt] Add opt to LayerNeighborSampler. (#6695)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-12-05 17:24:12 +08:00
yxy235 93b39729ee [GraphBolt] Add option to select node_pairs or csc_format. (#6689)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-12-05 15:33:52 +08:00
yxy235 9aca30923d [GraphBolt] Rename and move utils files. (#6627)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-11-28 10:49:20 +08:00
yxy235 4df2e3991e [GraphBolt] Add not_deduplication compact. (#6579)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-11-21 16:29:31 +08:00
yxy235 1785acffa6 [GraphBolt] Refactor csc format sampled subgraph. (#6553)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-11-16 15:45:22 +08:00
Mingbang Wang 2d68923580 [Misc] Update comments in python code (#6551) 2023-11-09 16:34:01 +08:00
LastWhisper 382a2de73c [GraphBolt] Refactor SampledSubgraph and update the corresponding method. (#6533) 2023-11-08 15:29:56 +08:00
LastWhisper 91fe0c9069 [GraphBolt] Refactor CSCSamplingGraph and update the corresponding method. (#6515) 2023-11-04 03:09:14 +08:00
yxy235 598f3f3602 Revert "[GraphBolt] Add NOT deduplication func to homo graph." (#6489)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-10-24 15:57:51 +08:00
yxy235 13c754c15d [GraphBolt] Add NOT deduplication func to homo graph. (#6436)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-10-23 15:44:20 +08:00
peizhou001 f5b045587b [Graphbolt] Fix fanout order (#6447) 2023-10-16 18:16:14 +08:00
Hongzhi (Steve), Chen a548805dc0 [Misc] Rename the variables in NeighborSampler for better readability. (#6451)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-10-16 17:47:45 +08:00
Hongzhi (Steve), Chen 63bc44dac1 [Graphbolt] Pass down the original eid. (#6444)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-10-16 15:51:39 +08:00
yxy235 2595fa9842 [GraphBolt] Fix intent bug of class LayerNeighborSampler DOC (#6429)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-10-12 14:31:48 +08:00
yxy235 ec5c515c26 [GraphBolt] Add parameter to NeighborSampler to support NOT deduplication. (#6419)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-10-12 10:22:24 +08:00
Rhett Ying a2a3a91325 [GraphBolt][Doc] update examples and display methods on page (#6426) 2023-10-11 16:41:42 +08:00
Rhett Ying 7d87dcec6a [GraphBolt][Doc] update impl (#6418) 2023-10-11 15:11:37 +08:00
peizhou001 ed3840fcba [Graphbolt] Replace reverse with original (#6371) 2023-09-22 12:03:48 +08:00
Muhammed Fatih BALIN 7e49ccef39 Update Labor sampler docs, add NeurIPS acceptance (#6369) 2023-09-22 12:01:56 +08:00
Rhett Ying 06074d7387 [GraphBolt] enrich node types for input/output nodes of sampled subgraph (#6348) 2023-09-19 17:15:52 +08:00
Hongzhi (Steve), Chen 4ea2bd45eb [Graphbolt] Add MiniBatchTransformer to support exclude edges. (#6330) 2023-09-14 18:18:49 +08:00
peizhou001 47c6fb1ff0 [Graphbolt]Fix docstring example (#6328) 2023-09-14 15:28:51 +08:00
peizhou001 53153b423a [Graphbolt] Fix sample bugs (#6311) 2023-09-12 13:05:45 +08:00