Ramon Zhou
|
dfa32286a4
|
[Misc] DGL multi-gpu example run error work around (#6999)
|
2024-01-23 15:23:09 +08:00 |
|
yxy235
|
d249744875
|
[GraphBolt] Add indexes to MiniBatch. (#6989)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-01-23 13:08:12 +08:00 |
|
Ramon Zhou
|
d67dae1d8c
|
[GraphBolt] Modify multigpu example arguments (#6990)
|
2024-01-22 22:55:54 +08:00 |
|
yxy235
|
99a02f0776
|
[GraphBolt] Update docstring of SampledSubgraph. (#6991)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-01-22 17:27:45 +08:00 |
|
Rhett Ying
|
03ca11f560
|
[GraphBolt] fix random generator for shuffle among all workers (#6982)
|
2024-01-22 14:39:30 +08:00 |
|
yxy235
|
351c860afd
|
[GraphBolt] Add check to NegativeSampler. (#6976)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-01-22 13:09:21 +08:00 |
|
Muhammed Fatih BALIN
|
2e6ded06b4
|
[GraphBolt][CUDA] Handle edge case for fetch feature overlap (#6979)
|
2024-01-18 20:08:58 -05:00 |
|
Mingbang Wang
|
f7e065f767
|
[GraphBolt] update the docstring (#6975)
|
2024-01-18 22:39:10 +08:00 |
|
Ramon Zhou
|
ed9ef14ad2
|
[Misc] Turn off fused in DGL rgcn example (#6977)
|
2024-01-18 18:59:58 +08:00 |
|
Muhammed Fatih BALIN
|
cf8fea73a2
|
[GraphBolt][CUDA] Hot fix after inplace pinning PR (#6974)
|
2024-01-18 05:33:45 -05:00 |
|
Muhammed Fatih BALIN
|
aad12df6a6
|
[GraphBolt][CUDA] gb.expand_indptr (#6871)
|
2024-01-18 04:11:01 -05:00 |
|
Muhammed Fatih BALIN
|
78fa316aee
|
[GraphBolt][CUDA] Modify multiGPU example to use GPU sampling. (#6961)
|
2024-01-18 03:19:07 -05:00 |
|
Muhammed Fatih BALIN
|
f6db850d75
|
[GraphBolt][CUDA] Add native GPUCachedFeature instead of using DGL (#6939)
|
2024-01-18 02:59:35 -05:00 |
|
Muhammed Fatih BALIN
|
528b041c51
|
[GraphBolt][CUDA] Overlap feature fetcher (#6954)
|
2024-01-18 02:58:54 -05:00 |
|
yxy235
|
173257b37a
|
[GraphBolt] Add seeds to MiniBatch. (#6968)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-01-18 15:58:44 +08:00 |
|
Muhammed Fatih BALIN
|
c864c91065
|
[GraphBolt][CUDA] Inplace pin memory for Graph and TorchFeatureStore (#6962)
|
2024-01-18 01:51:18 -05:00 |
|
Muhammed Fatih BALIN
|
053c822175
|
[GraphBolt][CUDA] Enable GPU sampling in examples (#6861)
|
2024-01-16 11:16:13 -05:00 |
|
Ramon Zhou
|
c81ff6ad2d
|
[GraphBolt] Fix fanouts setting in rgcn example (#6959)
|
2024-01-16 18:20:37 +08:00 |
|
Muhammed Fatih BALIN
|
bd74c44c39
|
[GraphBolt][CUDA] Add .to() method to Graph and FeatureStore. (#6957)
|
2024-01-16 03:27:48 -05:00 |
|
Mingbang Wang
|
6f9db81345
|
[Misc] Correct test_OnDiskDataset_preprocess_homogeneous (#6922)
|
2024-01-16 15:43:57 +08:00 |
|
yxy235
|
de1eedc6e8
|
[GraphBolt] Add check about whether edge IDs are saved when edge feature is stored. (#6948)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-01-16 15:05:58 +08:00 |
|
Mingbang Wang
|
905321f855
|
[GraphBolt] Modify __repr__ (#6953)
|
2024-01-16 14:38:58 +08:00 |
|
Mingbang Wang
|
80f36134c1
|
[GraphBolt] Update the docstring of ItemSet (#6943)
|
2024-01-16 11:14:04 +08:00 |
|
yxy235
|
40816f6e40
|
[GraphBolt] Automatically force preprocess on-disk dataset. (#6937)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-01-16 10:04:19 +08:00 |
|
peizhou001
|
9a8aa8fa0f
|
[Grapbolt]Negative node pairs should be 2D (#6951)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-21-218.ap-northeast-1.compute.internal>
|
2024-01-15 17:50:47 +08:00 |
|
Mingbang Wang
|
90e57e741f
|
[GraphBolt] Update __repr__ of ItemSet and ItemSetDict (#6944)
|
2024-01-15 15:17:27 +08:00 |
|
Mingbang Wang
|
b003732d31
|
[GraphBolt] Update __repr__ of TorchBasedFeature and TorchBasedFeatureStore (#6945)
|
2024-01-15 15:16:58 +08:00 |
|
rudongyu
|
982f20284b
|
[Doc Fix] fix the format of gt doc (#6949)
|
2024-01-15 13:50:02 +08:00 |
|
Mingbang Wang
|
dfff53bc24
|
[GraphBolt] add test for PR#6873 (#6923)
|
2024-01-15 12:11:40 +08:00 |
|
Muhammed Fatih BALIN
|
0f3bfd7ecb
|
[GraphBolt][CUDA] Refactor IndexSelectCSC and add output_size argument (#6927)
|
2024-01-12 06:10:26 -05:00 |
|
Muhammed Fatih BALIN
|
3795a006b9
|
[GraphBolt][CUDA] Refactor codebase with CUB_CALL macro (#6870)
|
2024-01-12 05:00:24 -05:00 |
|
Muhammed Fatih BALIN
|
f86212edb5
|
[GraphBolt][CUDA] Enable tests for weighted sampling (#6919)
|
2024-01-12 03:51:53 -05:00 |
|
Rhett Ying
|
47a1d6a85d
|
[release] upgrade version to 2.1 on master (#6940)
|
2024-01-12 08:58:00 +08:00 |
|
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 |
|
Rhett Ying
|
3ff7ad9d2d
|
[GraphBolt] update notebooks about numpy edges (#6936)
|
2024-01-11 14:34:21 +08:00 |
|
Muhammed Fatih BALIN
|
b6087efd7f
|
[GraphBolt] PyG example typo fix (#6931)
|
2024-01-10 22:04:22 -05:00 |
|
hutiechuan
|
80203e34cd
|
[GraphBolt] add node classification example for pyg model (#6872)
Co-authored-by: Muhammed Fatih BALIN <m.f.balin@gmail.com>
|
2024-01-10 18:50:32 -05: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 |
|
Muhammed Fatih BALIN
|
1193e2e8ec
|
[GraphBolt][CUDA] Dataloader num_workers > 0 fix. (#6924)
|
2024-01-10 11:27:05 +08:00 |
|
rudongyu
|
87b08393f8
|
[Doc] Add Graph Transformer Tutorial Documentation (#6889)
|
2024-01-10 10:43:25 +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
|
b3224ce8db
|
[GraphBolt] Switch to using AT_DISPATCH_INDEX_TYPES for graph (#6912)
|
2024-01-08 02:27:17 -05:00 |
|
Muhammed Fatih BALIN
|
61504ec5e6
|
[GraphBolt] Extend temporal sampling to labor (#6816)
|
2024-01-08 01:04:27 -05:00 |
|
Ramon Zhou
|
333ce36cb4
|
[GraphBolt] Add test for CopyTo extra_attrs (#6906)
|
2024-01-05 19:55:38 +08: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 |
|
Muhammed Fatih BALIN
|
557a8f817a
|
[GraphBolt][CUDA] Multiple fanout hetero sampling support. (#6895)
|
2024-01-05 01:58:15 -05:00 |
|