文件历史

53 次代码提交

作者 SHA1 备注 提交日期
Muhammed Fatih BALIN a004a2535b [GraphBolt][CUDA] Add non_blocking option to CopyTo. (#7602) 2024-07-27 21:03:14 -04:00
Muhammed Fatih BALIN 781cc500c5 [GraphBolt] Move get_attributes utils. (#7601) 2024-07-27 20:28:19 -04:00
Muhammed Fatih BALIN 3299bbd126 [GraphBolt] Edge feature fetch fix. (#7589) 2024-07-26 08:10:12 -04:00
Muhammed Fatih BALIN 5434fc35db [GraphBolt][Standalone] Reduce and mark dependencies on DGL. (#7499) 2024-07-09 05:58:20 -04:00
Xinyu Yao e489e3843a [GraphBolt] Fix blocks in minibatch when facing with empty edges in subgraph. (#7413)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-30-178.ap-northeast-1.compute.internal>
Co-authored-by: Skeleton003 <799284168.qq.com>
Co-authored-by: Skeleton003 <799284168@qq.com>
Co-authored-by: Mingbang Wang <100203018+Skeleton003@users.noreply.github.com>
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2024-06-13 17:36:38 +08:00
Xinyu Yao ba9c1521f6 [GraphBolt] Update docstring related to cleaning up seed_nodes and node_pairs. (#7341)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-04-24 12:43:31 +08:00
Xinyu Yao 697a9977d5 [GraphBolt] Remove unused attributes in minibatch. (#7337)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-04-22 15:23:04 +08:00
Muhammed Fatih BALIN 324fd97618 [GraphBolt][CUDA] Minibatch.to() patch. (#7330) 2024-04-20 08:34:26 -04:00
Xinyu Yao 41a38486a5 [GraphBolt] Remove old version to in MiniBatch. (#7309)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-04-16 21:04:22 +08:00
yxy235 fde1896f59 [GraphBolt] Fix to when using seeds. (#7245)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-03-28 13:38:14 +08:00
yxy235 2f585940a8 [GraphBolt] Modify _seeds_preprocess in subgraph_sampler. (#7242)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-03-27 10:53:17 +08:00
Muhammed Fatih BALIN 7815fe8adc [CUDA] Make sanity check optional for dgl.create_block. (#7240) 2024-03-26 10:14:03 +08:00
yxy235 1ad78fba61 [GraphBolt] Update minibatch to to support seeds. (#7235)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-03-22 13:47:06 +08:00
yxy235 858c0b8632 [GraphBolt] Update to_pyg_data() to support get batch_size from seeds. (#7214)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-03-18 14:08:25 +08:00
Ramon Zhou 12fab559b5 [GraphBolt][PyG] Add more attributes in to_pyg_data (#7196) 2024-03-06 14:15:21 +08:00
Muhammed Fatih BALIN 09e48552cb [GraphBolt] to_pyg_data should return int64 edge_index. (#7178) 2024-02-29 20:38:11 -05:00
Muhammed Fatih BALIN dbafbe4159 [GraphBolt] Fix scalar itemset dtype issue (#7147) 2024-02-26 12:39:02 -05:00
Muhammed Fatih BALIN 7c51cd1643 [GraphBolt] Cast sampled data to minimum dtype. (#7131) 2024-02-22 22:53:29 -05:00
Ramon Zhou 2df85862a5 [GraphBolt] Correct to_pyg_data (#7124) 2024-02-20 11:11:05 +08:00
Ramon Zhou 8cf5ad84b6 [GraphBolt] Add to_pyg_data for MiniBatch (#7076) 2024-02-07 11:02:28 +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
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 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
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
Muhammed Fatih BALIN 93a583439c [GraphBolt][CUDA] Remove unnecessary check and synchronization (#6863) 2023-12-29 00:01:14 -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
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 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
Ramon Zhou 67cd09d7d8 [GraphBolt] Support heterogeneous graph in node_pairs_with_labels (#6787) 2023-12-20 17:01:09 +08:00
Ramon Zhou 97ed294df0 [GraphBolt] Delete DGLMiniBatch (#6760) 2023-12-20 10:10:50 +08:00
yxy235 1db71cfefe [GraphBolt] Fix MiniBatch blocks. (#6766)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-12-18 15:43:21 +08:00
Ramon Zhou cad7caeb00 [Graphbolt] Rewrite to_dgl to multiple get functions (#6735) 2023-12-15 16:16:47 +08:00
yxy235 659b9289e6 [GraphBolt] Move get_attributes function to internal. (#6634)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-11-28 14:48:36 +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 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
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
LastWhisper 382a2de73c [GraphBolt] Refactor SampledSubgraph and update the corresponding method. (#6533) 2023-11-08 15:29:56 +08:00
peizhou001 72b3e078af [Graphbolt] Remove redundant data in to_dgl (#6466) 2023-10-19 15:38:39 +08:00
yxy235 3f958d7c6a [GraphBolt] modify DGLMiniBatch layout. (#6410)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-10-11 15:58:57 +08:00
Ramon Zhou 617979d60a [GraphBolt] Add to function for DGLMiniBatch and MiniBatch (#6413) 2023-10-10 17:53:49 +08:00
Rhett Ying 3349d34195 [GraphBolt][Doc] update top level APIs (#6415) 2023-10-10 10:49:55 +08:00
peizhou001 7bcc27ff33 [Graphbolt] Add to dgl (#6381) 2023-09-27 10:57:01 +08:00
peizhou001 cef5a14a67 [Graphbolt] Add dgl minibatch (#6370) 2023-09-22 17:07:42 +08:00
peizhou001 ed3840fcba [Graphbolt] Replace reverse with original (#6371) 2023-09-22 12:03:48 +08:00
yxy235 2520912089 [GraphBolt] Improve MiniBatch repr layout (#6356)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-8-56.us-west-2.compute.internal>
2023-09-21 15:20:48 +08:00
peizhou001 c036222be8 [Graphbolt] Move exclude edges helper to util file (#6332) 2023-09-15 11:00:23 +08:00
Hongzhi (Steve), Chen 4ea2bd45eb [Graphbolt] Add MiniBatchTransformer to support exclude edges. (#6330) 2023-09-14 18:18:49 +08:00
peizhou001 e3bf1c0e11 [Graphbolt] Convert minibatch to dgl block instead of graph (#6318) 2023-09-14 11:03:17 +08:00
Hongzhi (Steve), Chen df1ea757a6 [Misc] Reorder the variables in minibatch.py. (#6275)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-09-04 17:12:26 +08:00