文件历史

1967 次代码提交

作者 SHA1 备注 提交日期
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
Rhett Ying af870387fc [DistGB] add verify logic for GraphBolt partitions (#7031) 2024-01-30 16:30:00 +08:00
yxy235 cda8b38101 [GraphBolt] Add compacted_seeds to minibatch. (#7033)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-01-30 14:29:37 +08:00
Muhammed Fatih BALIN b085224fb9 [GraphBolt][CUDA] Dataloader feature overlap fix (#7036) 2024-01-30 09:24:22 +03:00
Rhett Ying 683772514e [DistGB] enable DistGraphServer to load graphbolt partitions (#7042) 2024-01-30 11:21:16 +08:00
Mingbang Wang fe78093fb7 [GraphBolt] Update __repr__ of FusedCSCSamplingGraph (#6956) 2024-01-26 22:29:25 +08:00
yxy235 11adb4e717 [GraphBolt] Refactor NegativeSampler. (#7001)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-01-26 14:01:42 +08:00
Rhett Ying 366fb02fbd [DistGB] enable to load GB partitions (#7029) 2024-01-26 12:38:25 +08:00
Rhett Ying 523bbb4cb1 [GraphBolt] fix preprocess issue for single ntype/etype graph (#7011) 2024-01-25 16:03:25 +08:00
Rhett Ying 0bfe34d96b [DistGB] refine convertion from dgl to graphbolt (#7007) 2024-01-25 14:55:25 +08:00
Muhammed Fatih BALIN 3a79f02189 [GraphBolt][CUDA] Make nodes optional for sampling (#6993) 2024-01-24 12:58:54 -05:00
yxy235 a47eacc192 [GraphBolt] Fix docstr of sampled_csc in SampledSubgraph. (#7004)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-01-24 15:25:34 +08:00
yxy235 d3176272c6 [GraphBolt] Update docstring of sampled subgraph. (#6998)
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-23 20:32:31 +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
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
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 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 bd74c44c39 [GraphBolt][CUDA] Add .to() method to Graph and FeatureStore. (#6957) 2024-01-16 03:27:48 -05:00