文件历史

439 次代码提交

作者 SHA1 备注 提交日期
yxy235 9286621cdd [GraphBolt] Add multi-fanout per layer test. (#6890)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-01-05 13:29:36 +08:00
yxy235 566910d86c [GraphBolt] Update gpu sampling tests of sample_beighbors. (#6892)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-01-04 16:28:49 +08:00
yxy235 c09d466082 [GraphBolt] Add gpu tests to NeighborSampler. (#6880)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
Co-authored-by: Muhammed Fatih BALIN <m.f.balin@gmail.com>
2024-01-04 15:56:14 +08:00
Mingbang Wang 95d6239483 [GraphBolt] Use diff() to calculate the differences for simplicity (#6884) 2024-01-04 00:43:15 -05:00
czkkkkkk 29c3b06d4a [Graphbolt] Change the temporal filter condition of temporal sampler. (#6893) 2024-01-04 11:20:10 +08:00
Rhett Ying 57281e9f21 [GraphBolt] sample with unknown etype (#6888) 2024-01-03 20:24:24 +08:00
czkkkkkk f598178911 [Graphbolt] Support temporal sampling in SubgraphSampler. (#6846) 2024-01-03 14:38:22 +08:00
Muhammed Fatih BALIN ce223b3693 [GraphBolt][CUDA] Add type_per_edge reading support and ensure same types are consecutive (#6865)
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2024-01-01 21:53:28 -05: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
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 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
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
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
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 7eca061244 [GraphBolt] Fix attribute error when testing fused_csc_sampling_grpah. (#6842)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-12-27 14:26:42 +08:00
czkkkkkk 898af658c6 [Graphbolt] Add temporal sampling unittests. (#6795) 2023-12-27 10:16:07 +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
Muhammed Fatih BALIN 437139f51a [GraphBolt][CUDA] gb.isin implementation (#6829) 2023-12-26 10:22:35 -05: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
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
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
Ramon Zhou 88833e6f16 [Misc] Delete all the DGLMiniBatch from docs and comments. (#6805) 2023-12-21 16:13:55 +08:00
yxy235 2b966da2d6 [GraphBolt] Add __repr__ to ItemSet. (#6790)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-12-21 13:20:16 +08:00
yxy235 3cf8246291 [GraphBolt] Add __repr__ to feature store. (#6788)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-12-21 08:33:40 +08:00
Ramon Zhou 67cd09d7d8 [GraphBolt] Support heterogeneous graph in node_pairs_with_labels (#6787) 2023-12-20 17:01:09 +08:00
Rhett Ying 541f2ba4cc [GraphBolt] make in_memory optional in OnDiskDataset (#6789) 2023-12-20 17:00:10 +08:00
Mingbang Wang c6abbb13aa [GraphBolt] Add a check assertion for data type of nodes (#6767) 2023-12-19 14:18:18 +08:00
Rhett Ying e181ef15d7 [GraphBolt] add node_attributes into FusedCSCSamplingGraph (#6757) 2023-12-15 16:27:45 +08:00
Ramon Zhou cad7caeb00 [Graphbolt] Rewrite to_dgl to multiple get functions (#6735) 2023-12-15 16:16:47 +08:00
yxy235 109aed560f [GraphBolt] Add check in unique_and_compact_csc_format. (#6744)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-12-14 10:50:01 +08:00
yxy235 a1724c182c [GraphBolt] Modify InSubgraphSampler to support csc format. (#6724)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-12-13 14:01:36 +08:00
Muhammed Fatih BALIN 1f15e3bc31 [Graphbolt][CUDA] Implementing the sparse UVA and nonUVA index select functionality for graphs (#6645) 2023-12-12 17:05:59 +08:00
yxy235 84f90644c7 [GraphBolt] Rewrite tests from random to hard code. (#6731)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-12-12 16:20:25 +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
Rhett Ying 50cbb0ecfe [GraphBolt] remove single process DGL test (#6729) 2023-12-12 14:36:49 +08:00
OlegPlatonov ffe2871b05 [Feature] Adjusted homophily and label informativeness (#6516)
Co-authored-by: rudongyu <ru_dongyu@outlook.com>
2023-12-12 02:29:37 +08:00
Rhett Ying d873acc254 [GraphBolt] add more APIs for SamplingGraph (#6719) 2023-12-11 15:25:45 +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
Hongzhi (Steve), Chen 3d2c37ebbd [Graphbolt] Support converting dgl node classification dataset to graphbolt. (#6698)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-12-11 14:14:58 +08:00
Rhett Ying c213444268 [GraphBolt] use torch.load/save instead of load/save_fused_xxx() (#6707) 2023-12-07 17:17:31 +08:00