Muhammed Fatih BALIN
|
864b023c47
|
[GraphBolt][CUDA] Add CooperativeConv and minor fixes. (#7797)
|
2024-09-13 00:46:41 -04:00 |
|
Muhammed Fatih BALIN
|
189b83c28c
|
[GraphBolt][CUDA] Get world_size=1 somewhat for cooperative sampling. (#7796)
|
2024-09-12 17:12:31 -04:00 |
|
Muhammed Fatih BALIN
|
ad1551d571
|
[GraphBolt][CUDA] Refactor gb.unique_and_compact, add async_op. (#7792)
|
2024-09-09 14:31:16 -04:00 |
|
Muhammed Fatih BALIN
|
e8022e9494
|
[GraphBolt][CUDA] Expose UniqueAndCompact offsets. (#7789)
|
2024-09-08 20:37:52 -04:00 |
|
Muhammed Fatih BALIN
|
fc29d0eb02
|
[GraphBolt][CUDA] Overlap original edge ids fetch. (#7714)
|
2024-08-18 10:24:55 -04:00 |
|
Muhammed Fatih BALIN
|
25210816ff
|
[GraphBolt][CUDA] Eliminate synchronization for overlap_graph_fetch. (#7709)
|
2024-08-16 17:42:14 -04:00 |
|
Muhammed Fatih BALIN
|
bca5924296
|
[GraphBolt] Rename sampled_edge_ids for clarity. (#7704)
|
2024-08-16 12:10:25 +08:00 |
|
Muhammed Fatih BALIN
|
9c874d0219
|
[GraphBolt][CUDA] Use async for GPUGraphCache. (#7707)
|
2024-08-15 20:39:58 -04:00 |
|
Muhammed Fatih BALIN
|
60d0b66182
|
[GraphBolt][CUDA] Async sample neighbors and compaction. (#7682)
|
2024-08-14 17:51:36 -04:00 |
|
Muhammed Fatih BALIN
|
4c1e14c6ef
|
[GraphBolt][CUDA] Refactor overlap_graph_fetch, simplify gb.DataLoader. (#7681)
|
2024-08-11 22:20:23 -04:00 |
|
Muhammed Fatih BALIN
|
b5ee45fd1a
|
[GraphBolt][CUDA] Fetch indices for NS later. (#7665)
|
2024-08-07 10:52:06 -04:00 |
|
Muhammed Fatih BALIN
|
5c902cd59e
|
[GraphBolt][CUDA] Remove python thread from overlap_graph_fetch. (#7632)
|
2024-08-01 11:55:09 -04:00 |
|
Hongzhi (Steve), Chen
|
ea3716d562
|
Use torch core instead of torchdata modules. (#7609)
Co-authored-by: Muhammed Fatih BALIN <m.f.balin@gmail.com>
|
2024-08-01 07:13:09 -04:00 |
|
Muhammed Fatih BALIN
|
db13f05f58
|
[GraphBolt][CUDA] Fix overlap_graph_fetch edge_ids cached case. (#7595)
|
2024-07-27 01:04:40 -04:00 |
|
Muhammed Fatih BALIN
|
bea83ed738
|
[GraphBolt][CUDA] Fix overlap_graph_fetch edge_ids. (#7594)
|
2024-07-26 19:19:36 -04:00 |
|
Muhammed Fatih BALIN
|
10e9f889fe
|
[GraphBolt] index_select_csc_batched. (#7511)
|
2024-07-10 01:46:56 -04:00 |
|
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 |
|