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 |
|
Rhett Ying
|
5db90b0e48
|
[GraphBolt] avoid pre-defined metadata size (#6700)
|
2023-12-07 11:21:59 +08:00 |
|
Rhett Ying
|
2c325b2d30
|
[GraphBolt] add node/edge_type_to_id into pickle (#6701)
|
2023-12-07 11:10:58 +08:00 |
|
Rhett Ying
|
3cdc37ccd7
|
[GraphBolt] add ntype/etype_to_id into graph and save/load() (#6687)
|
2023-12-05 15:56:10 +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
|
9c36ddcd2b
|
[GraphBolt] Modify exclude_edges to support csc format. (#6648)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2023-12-05 12:58:47 +08:00 |
|
Rhett Ying
|
2968c9b247
|
[GraphBolt] remove SingleProcessDataLoader (#6663)
|
2023-12-04 08:22:15 +08:00 |
|
Andrei Ivanov
|
a67d9e6ff1
|
Improved GraphBolt ondisk_dataset tests. (#6641)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
|
2023-11-30 12:39:33 +08:00 |
|
Muhammed Fatih BALIN
|
096bbf9660
|
[Graphbolt][CUDA] Optimize UVA index select (#6632)
|
2023-11-29 09:41:11 +08:00 |
|
yxy235
|
d63130a7fe
|
[GraphBolt] Modify to_dgl to support Sampled Subgraph Impl (csc formats) (#6606)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2023-11-28 11:38:01 +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
|
74684bbe88
|
[GraphBolt] Fix minibatch layout. (#6616)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2023-11-27 14:27:27 +08:00 |
|
Hongzhi (Steve), Chen
|
969276eb1d
|
[Misc] Move dataset_tests to an independent directory. (#6617)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
|
2023-11-27 11:16:21 +08:00 |
|
yxy235
|
e242de9cb5
|
[GraphBolt] Fix DGL_MiniBatch layout. (#6604)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2023-11-24 10:53:39 +08:00 |
|
czkkkkkk
|
81ac9d27dd
|
[Graphbolt] Add MiniBatchBase (#6531)
|
2023-11-23 09:53:38 +08:00 |
|
Rhett Ying
|
f6345635b7
|
[GraphBolt] enable metadata for feature data in OnDiskDataset (#6595)
|
2023-11-22 13:02:23 +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 |
|
Rhett Ying
|
308f8ca39b
|
[GraphBolt] enable more dtypes for sample_neighbors (#6523)
|
2023-11-21 08:44:21 +08:00 |
|
Ramon Zhou
|
46d7b1d972
|
[GraphBolt] Rewrite DistributeItemSampler logic (#6565)
|
2023-11-20 00:40:37 +08:00 |
|
Mingbang Wang
|
81c7781b5f
|
[Mics] Provide options for bidirectional edge (#6566)
|
2023-11-20 00:20:17 +08:00 |
|
Rhett Ying
|
0024c7e197
|
[BugFix] return batch related ids in g.idtype (#6578)
|
2023-11-17 17:51:22 +08:00 |
|
Andrei Ivanov
|
7643e5371e
|
Elimination of warnings in two GraphBolt tests. (#6573)
|
2023-11-17 14:04:51 +08:00 |
|
Hongzhi (Steve), Chen
|
6d4958c2fb
|
[Graphbolt] Support feature metadata. (#6576)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
|
2023-11-17 14:00:47 +08:00 |
|
Mingbang Wang
|
8c3fc0d374
|
[GraphBolt] Implement InSubgraphSampler (#6556)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
|
2023-11-16 18:51:38 +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 |
|
Will
|
12f02c3c44
|
Update heterograph.py (#6506)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
|
2023-11-16 11:18:02 +08:00 |
|
Rhett Ying
|
7d43c769cb
|
[GraphBolt] add end2end tests for OnDiskDataset (#6562)
|
2023-11-15 13:35:19 +08:00 |
|
Rhett Ying
|
eb43489397
|
[GraphBolt] fix incorrect indptr of in_subgraph (#6555)
|
2023-11-10 17:21:34 +08:00 |
|
Mingbang Wang
|
b35757a006
|
[GraphBolt] Enable FusedCSCSamplingGraph.in_subgraph() to accept dict (#6550)
|
2023-11-09 17:13:32 +08:00 |
|
Andrei Ivanov
|
16033d1277
|
Improvement in running tests from the GRAPHBOLT test suite. (#6540)
|
2023-11-09 10:16:38 +08:00 |
|
Ramon Zhou
|
d79701db12
|
[GraphBolt] Use indexing in DistributedItemSampler (#6508)
|
2023-11-08 20:46:22 +08:00 |
|
Mingbang Wang
|
0b5abba824
|
[GraphBolt] Modify the return type of CSCSamplingGraph.in_subgraph() (#6517)
|
2023-11-08 16:22:25 +08:00 |
|
LastWhisper
|
382a2de73c
|
[GraphBolt] Refactor SampledSubgraph and update the corresponding method. (#6533)
|
2023-11-08 15:29:56 +08:00 |
|
LastWhisper
|
a24a38bcb0
|
[GraphBolt] Fix Link Prediction eample evaluation function bug and Enable cuda execution (#6522)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-42-141.ap-northeast-1.compute.internal>
|
2023-11-08 15:29:31 +08:00 |
|
czkkkkkk
|
84a01a16b6
|
[Graphbolt] Enable cuda optimizations for UVAIndexSelect. (#6507)
|
2023-11-06 11:02:04 +08:00 |
|
LastWhisper
|
91fe0c9069
|
[GraphBolt] Refactor CSCSamplingGraph and update the corresponding method. (#6515)
|
2023-11-04 03:09:14 +08:00 |
|
Rhett Ying
|
9111deee81
|
[GraphBolt] add testcase for multiple tasks in OnDiskDataset (#6525)
|
2023-11-03 17:46:02 +08:00 |
|
yxy235
|
a93b6fec5e
|
[GraphBolt] Modify random hetero graph generation in tests. (#6500)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2023-10-27 16:09:09 +08:00 |
|
Ramon Zhou
|
02443df14f
|
[GraphBolt] Add to function for SampledSubgraph (#6480)
|
2023-10-24 16:50:52 +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 |
|
czkkkkkk
|
1b5b7de5da
|
[Graphbolt] Support UVA index select for TorchBasedFeature (#6417)
|
2023-10-24 09:34:33 +08:00 |
|