Ramon Zhou
|
12fab559b5
|
[GraphBolt][PyG] Add more attributes in to_pyg_data (#7196)
|
2024-03-06 14:15:21 +08:00 |
|
Rhett Ying
|
a6505e86a4
|
[DistGB] revert toindex() but refine tests (#7197)
|
2024-03-06 09:56:40 +08:00 |
|
Muhammed Fatih BALIN
|
bc978736fc
|
[GraphBolt] torch.compile() support for gb.expand_indptr. (#7188)
|
2024-03-05 00:26:54 -05:00 |
|
Rhett Ying
|
8b266f5001
|
[doc] use tqdm from tqdm.auto (#7191)
|
2024-03-04 16:43:15 +08:00 |
|
Rhett Ying
|
4bd2eadf0c
|
[dev] bump master version to 2.2 (#7185)
|
2024-03-01 15:45:09 +08:00 |
|
Rhett Ying
|
494d4cd73f
|
[DistGB] enable graphbolt for homograph distDGL (#7182)
|
2024-03-01 15:03:47 +08:00 |
|
Muhammed Fatih BALIN
|
09e48552cb
|
[GraphBolt] to_pyg_data should return int64 edge_index. (#7178)
|
2024-02-29 20:38:11 -05:00 |
|
Rhett Ying
|
d8d87243c8
|
[DistGB] restrict NID/EID as int64_t (#7177)
|
2024-02-29 16:03:34 +08:00 |
|
Mingbang Wang
|
5d2d14538a
|
[GraphBolt] Support saving graph and TVT_Sets in int32 (#7127)
Co-authored-by: Muhammed Fatih BALIN <m.f.balin@gmail.com>
|
2024-02-28 21:54:19 -05:00 |
|
Rhett Ying
|
ebf505ee92
|
[DistGB] update top level API about use_graphbolt (#7169)
|
2024-02-28 15:20:37 +08:00 |
|
Mingbang Wang
|
7b4c8c7769
|
[GraphBolt] Update _init_all_nodes_set (#7168)
|
2024-02-28 02:05:02 -05:00 |
|
Muhammed Fatih BALIN
|
1e589e8543
|
[GraphBolt] Fix the exclude edge functions when int32 is used. (#7167)
|
2024-02-28 00:51:36 -05:00 |
|
Rhett Ying
|
d1bea9e87f
|
[DistGB] format dtype when converting partition to GraphBolt format (#7150)
|
2024-02-28 09:24:39 +08:00 |
|
Muhammed Fatih BALIN
|
4091a49ce6
|
[GraphBolt][CUDA] Fix cudart destructor race in unpinning. (#7156)
|
2024-02-27 10:40:28 -05:00 |
|
Muhammed Fatih BALIN
|
dbafbe4159
|
[GraphBolt] Fix scalar itemset dtype issue (#7147)
|
2024-02-26 12:39:02 -05:00 |
|
Rhett Ying
|
045beeba14
|
[DistGB] remove toindex() as torch tensor is always be expected (#7146)
|
2024-02-26 14:04:35 +08:00 |
|
Rhett Ying
|
63541c88f1
|
[DistGB] enable int32 id ranges in IdMap (#7144)
|
2024-02-26 10:28:59 +08:00 |
|
Muhammed Fatih BALIN
|
7c51cd1643
|
[GraphBolt] Cast sampled data to minimum dtype. (#7131)
|
2024-02-22 22:53:29 -05:00 |
|
yxy235
|
4440ac7548
|
[GraphBolt] Modify exclude_seed_edges to support seeds. (#7114)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-02-22 14:25:12 +08:00 |
|
Rhett Ying
|
b0080d5bac
|
[DistGB] add graphbolt flag into top level API (#7122)
|
2024-02-22 09:26:45 +08:00 |
|
Muhammed Fatih BALIN
|
7a10bcb688
|
[GraphBolt][Doc] Minor fixes and clarifications. (#7135)
|
2024-02-22 09:13:32 +08:00 |
|
caojy1998
|
3ced3411e5
|
[Dataset] Add dataset ogbn-papers100M (#7096)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-21-37.ap-northeast-1.compute.internal>
|
2024-02-20 13:35:00 +08:00 |
|
Ramon Zhou
|
2df85862a5
|
[GraphBolt] Correct to_pyg_data (#7124)
|
2024-02-20 11:11:05 +08:00 |
|
Mingbang Wang
|
458b938c42
|
[GraphBolt] modify preprocess_ondisk_dataset() (#6986)
|
2024-02-18 01:04:39 +08:00 |
|
Rhett Ying
|
8e6cbd621f
|
[DistGB] sample with graphbolt on heterograph via DistNodeDataLoader (#7112)
|
2024-02-09 15:51:39 +08:00 |
|
Andrei Ivanov
|
924c5669e6
|
Fixing problem with complex numbers appearing in the lap_pe function. (#6925)
|
2024-02-09 10:54:26 +08:00 |
|
Rhett Ying
|
6735a3ae3d
|
[DistGB] enable sample etype neighbors on heterograph (#7095)
|
2024-02-09 10:09:16 +08:00 |
|
Rhett Ying
|
3ebdee7768
|
[DistGB] sample with graphbolt on homograph via DistNodeDataLoader (#7108)
|
2024-02-09 09:58:32 +08:00 |
|
Ramon Zhou
|
8cf5ad84b6
|
[GraphBolt] Add to_pyg_data for MiniBatch (#7076)
|
2024-02-07 11:02:28 +08:00 |
|
Rhett Ying
|
0504bc2c11
|
[DistGB] use expand_indptr for csc to coo (#7090)
|
2024-02-07 10:08:56 +08:00 |
|
Muhammed Fatih BALIN
|
43912418d8
|
[GraphBolt][CUDA] puregpu option for the multiGPU example. (#7089)
|
2024-02-06 09:50:12 +03:00 |
|
yxy235
|
845864d2a0
|
[GraphBolt] Modify SubgraphSampler to support seeds. (#7049)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-02-06 14:26:06 +08:00 |
|
Rhett Ying
|
ee8b7b39ce
|
[DistGB] enable GB sampling on heterograph (#7087)
|
2024-02-06 11:22:38 +08:00 |
|
Muhammed Fatih BALIN
|
a2e1c79618
|
[GraphBolt][CUDA] Pipelined sampling accuracy fix (#7088)
|
2024-02-05 20:01:31 +03:00 |
|
Rhett Ying
|
4ee0a8bddb
|
[DistGB] return global eids from GB sampling on homograph (#7085)
|
2024-02-05 13:22:44 +08:00 |
|
Muhammed Fatih BALIN
|
badeaf19dc
|
[GraphBolt][CUDA] Pipelined sampling optimization (#7039)
|
2024-02-05 12:20:15 +08:00 |
|
Muhammed Fatih BALIN
|
4b265390f4
|
[GraphBolt][CUDA] Fix link prediction early-stop. (#7083)
|
2024-02-05 12:06:44 +08:00 |
|
Rhett Ying
|
f3af2a9fd4
|
[DistGB] return eids together with etype_ids in sampling (#7084)
|
2024-02-05 09:48:20 +08:00 |
|
Muhammed Fatih BALIN
|
346197c477
|
[GraphBolt][CUDA] Add gb.index_select and fix example inferencing. (#7051)
|
2024-02-04 19:56:40 +03:00 |
|
yxy235
|
af0b63eda6
|
[GraphBolt] Fix gpu NegativeSampler for seeds. (#7068)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-02-04 13:24:34 +08:00 |
|
Mingbang Wang
|
3d854a6b9b
|
[Misc] Correct docstrings in python/dgl/convert.py (#7060)
|
2024-02-04 11:39:43 +08:00 |
|
Rhett Ying
|
6459a688ae
|
[DistGB] enable GB sampling on homograph (#7061)
|
2024-02-04 10:39:44 +08:00 |
|
Rhett Ying
|
9273387ead
|
[GraphBolt] move return_eids check to internal python API (#7071)
|
2024-02-04 10:37:45 +08:00 |
|
Muhammed Fatih BALIN
|
50eb1014ac
|
[GraphBolt] Refactor NeighborSampler and expose fine-grained datapipes. (#6983)
|
2024-02-01 10:07:30 +03:00 |
|
Muhammed Fatih BALIN
|
bf8f05df36
|
[GraphBolt][CUDA] Use deque instead of Queue for Bufferer. (#7050)
|
2024-02-01 09:46:50 +03:00 |
|
Rhett Ying
|
571340dac6
|
[DistGB] update partition_graph to support graphbolt (#7053)
|
2024-02-01 11:37:43 +08:00 |
|
Rhett Ying
|
df6b3250f4
|
[DistGB] enable DistGraph to load graphbolt partitions (#7048)
|
2024-02-01 09:39:50 +08:00 |
|
Muhammed Fatih BALIN
|
7a97609875
|
[GraphBolt] Eliminate test warning (#7044)
|
2024-01-31 14:58:13 +03:00 |
|
Muhammed Fatih BALIN
|
f051a5cc69
|
[GraphBolt][CUDA] Add is_pinned method to TorchBasedFeatureStore. (#7041)
|
2024-01-31 14:57:24 +03:00 |
|
yxy235
|
e7c3454f12
|
[GraphBolt] Fix NegativeSampler seeds support. (#7043)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
|
2024-01-31 15:14:24 +08:00 |
|