文件历史

1798 次代码提交

作者 SHA1 备注 提交日期
peizhou001 34b54a8544 [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 10:04:31 +00:00
Rhett Ying 92c8f08de4 [Graphbolt]Fix negative sampler (#6933) (#6938)
Co-authored-by: peizhou001 <110809584+peizhou001@users.noreply.github.com>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-21-218.ap-northeast-1.compute.internal>
2024-01-11 18:31:37 +08:00
Rhett Ying 92d4ba9071 [release] update version to 2.0.0 (#6915) 2024-01-08 10:55:35 +08:00
Rhett Ying 00281219d0 [release] cherry pick missing commits (#6914)
Co-authored-by: Mingbang Wang <100203018+Skeleton003@users.noreply.github.com>
Co-authored-by: Ramon Zhou <deluxurous@gmail.com>
2024-01-08 10:06:03 +08:00
Mingbang Wang 35b50b61a5 [Misc] using index_select to avoid IndexError (#6777)
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2024-01-02 13:31:22 +08:00
yxy235 6e76bf3f62 [GraphBolt] Update docstring in NeighborSampler. (#6857)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-01-02 11:24:26 +08:00
Rhett Ying 1e34f6648a [release] upgrade latest vesion to 2.0 (#6879) 2024-01-02 10:24:32 +08: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
Rhett Ying fa4bf67585 [GraphBolt] set buffer_size as whole itemset in default (#6866) 2024-01-02 08:38:46 +08:00
yxy235 e8be515cae [GraphBolt] Optimize _convert_to_sampled_subgraph. (#6867)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-12-31 00:26:00 +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 085691391b [GraphBolt][CUDA] Add .pin_memory_() to FusedCSCSamplingGraph (#6839) 2023-12-28 11:05:21 -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
Muhammed Fatih BALIN f81e514df0 [GraphBolt][Bug] Quick fix for GPU sampling case. (#6856) 2023-12-28 02:50:26 -05: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
Rhett Ying aa7e35241d [dev] fix docstring 2023-12-28 15:21:29 +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
yxy235 884a378c76 [GraphBolt] Update docstring in FusedCSCSamplingGraph. (#6837)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-12-28 15:03:34 +08:00
Rhett Ying 6d3610c4d1 [dev] fix typo in docstring 2023-12-28 10:31:30 +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 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
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
yxy235 5a24d02d2c [GraphBolt] Update docstring examples of NeighborSampler and LayerNeighborSampler. (#6820)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-12-26 14:20:48 +08:00
yxy235 5ce4266830 [GraphBolt] Modify docstring of SampledSubgraph. (#6821)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-12-26 13:45:25 +08:00
yxy235 35e2d9a375 [GraphBolt] Modify docstring example of InSubgraphSampler. (#6822)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-12-26 11:04:14 +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
czkkkkkk e42c7fcdec [Graphbolt] Implement Temporal Neighbor Sampling. (#6784) 2023-12-22 14:50:05 +08:00
Rhett Ying 017b6bb357 [doc] update YAML spec (#6812) 2023-12-22 14:40:50 +08:00
Rhett Ying 3e59b1d477 [doc] update OnDiskDataset (#6811) 2023-12-22 14:15:11 +08:00
Rhett Ying ca675ed41d [GraphBolt] add torchdata into DGL dependencies (#6809) 2023-12-22 11:26:36 +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
Rhett Ying 7eeac69a74 [dev] remove torchdata from dep 2023-12-21 16:47:01 +08:00
Rhett Ying 4dd92922a7 [dev] do not specify version for torchdata 2023-12-21 16:36:35 +08:00
Ramon Zhou 88833e6f16 [Misc] Delete all the DGLMiniBatch from docs and comments. (#6805) 2023-12-21 16:13:55 +08:00
Rhett Ying a9656e2c24 [GraphBolt] fix typo in docstring 2023-12-21 15:46:55 +08:00
Rhett Ying 02f8b6ceff [dev] add progress bar for download() (#6800) 2023-12-21 15:01:13 +08:00
Rhett Ying 80763d4ba3 [dev] add torchdata dependency into DGL requirements (#6801) 2023-12-21 15:00:49 +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