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 |
|
yxy235
|
51ff825521
|
[GraphBolt] Remove FusedSampledSubgraphImpl. (#6858)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-01-02 09:39:18 +08:00 |
|
yxy235
|
af990f37cc
|
[GraphBolt] Remove unique_and_compact_node_pairs. (#6859)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-01-02 09:36:24 +08:00 |
|
Rhett Ying
|
fa4bf67585
|
[GraphBolt] set buffer_size as whole itemset in default (#6866)
|
2024-01-02 08:38:46 +08:00 |
|
yxy235
|
e8be515cae
|
[GraphBolt] Optimize _convert_to_sampled_subgraph. (#6867)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2023-12-31 00:26:00 +08:00 |
|
czkkkkkk
|
3200b88b55
|
[Graphbolt] Add TemporalNeighborSampler. (#6814)
|
2023-12-30 12:51:38 +08:00 |
|
Muhammed Fatih BALIN
|
93a583439c
|
[GraphBolt][CUDA] Remove unnecessary check and synchronization (#6863)
|
2023-12-29 00:01:14 -05:00 |
|
Muhammed Fatih BALIN
|
5b51e96800
|
[GraphBolt][CUDA] Fix graph pinning and add tests (#6864)
|
2023-12-28 19:49:35 -05:00 |
|
Muhammed Fatih BALIN
|
085691391b
|
[GraphBolt][CUDA] Add .pin_memory_() to FusedCSCSamplingGraph (#6839)
|
2023-12-28 11:05:21 -05:00 |
|
Muhammed Fatih BALIN
|
e7f0c3a160
|
[GraphBolt][CUDA] SampleNeighbors (Without replacement for now) (#6770)
|
2023-12-28 10:59:20 -05:00 |
|
Muhammed Fatih BALIN
|
01df9bade9
|
[GraphBolt][CUDA] InSubgraph (#6830)
|
2023-12-28 09:52:28 -05:00 |
|
yxy235
|
fa1ae3b7c5
|
[GraphBolt] Remove coo from FusedCSCSamplingGraph. (#6849)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2023-12-28 16:13:39 +08:00 |
|
Muhammed Fatih BALIN
|
f81e514df0
|
[GraphBolt][Bug] Quick fix for GPU sampling case. (#6856)
|
2023-12-28 02:50:26 -05:00 |
|
yxy235
|
46a566afb2
|
[GraphBolt] Remove coo from blocks in MiniBatch. (#6855)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2023-12-28 15:44:25 +08:00 |
|
Rhett Ying
|
aa7e35241d
|
[dev] fix docstring
|
2023-12-28 15:21:29 +08:00 |
|
yxy235
|
9b69ff8465
|
[GraphBolt] Remove coo from exclude_edges. (#6848)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2023-12-28 15:08:38 +08:00 |
|
yxy235
|
884a378c76
|
[GraphBolt] Update docstring in FusedCSCSamplingGraph. (#6837)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2023-12-28 15:03:34 +08:00 |
|
Rhett Ying
|
6d3610c4d1
|
[dev] fix typo in docstring
|
2023-12-28 10:31:30 +08:00 |
|
Ramon Zhou
|
0cb309a1b4
|
[GraphBolt] Refine CopyTo (#6791)
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
|
2023-12-27 16:54:03 +08:00 |
|
yxy235
|
d780f6d0fb
|
[GraphBolt] Remove coo from InSubgraphSampler. (#6845)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2023-12-27 16:43:12 +08: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
|
3645e493e3
|
[GraphBolt] Change default value from coo to csc in FusedCSCSamplingGraph. (#6833)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2023-12-26 16:38:52 +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
|
5ce4266830
|
[GraphBolt] Modify docstring of SampledSubgraph. (#6821)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2023-12-26 13:45:25 +08:00 |
|
yxy235
|
35e2d9a375
|
[GraphBolt] Modify docstring example of InSubgraphSampler. (#6822)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2023-12-26 11:04:14 +08:00 |
|
Muhammed Fatih BALIN
|
208fa3683d
|
[GraphBolt][CUDA] Unique and Compact (#6738)
|
2023-12-25 20:29:46 -05: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 |
|
czkkkkkk
|
e42c7fcdec
|
[Graphbolt] Implement Temporal Neighbor Sampling. (#6784)
|
2023-12-22 14:50:05 +08:00 |
|
Rhett Ying
|
017b6bb357
|
[doc] update YAML spec (#6812)
|
2023-12-22 14:40:50 +08:00 |
|
Rhett Ying
|
3e59b1d477
|
[doc] update OnDiskDataset (#6811)
|
2023-12-22 14:15:11 +08:00 |
|
Rhett Ying
|
ca675ed41d
|
[GraphBolt] add torchdata into DGL dependencies (#6809)
|
2023-12-22 11:26:36 +08:00 |
|
Rhett Ying
|
498188dd19
|
[GraphBolt] exclude nothing if edge is not found in node pairs (#6807)
|
2023-12-22 10:48:15 +08:00 |
|
yxy235
|
e5199ac214
|
[GraphBolt] Add __repr__ to OnDiskTask. (#6804)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
|
2023-12-21 19:19:12 +08:00 |
|