文件历史

37 次代码提交

作者 SHA1 备注 提交日期
Muhammed Fatih BALIN dfd491568d [GraphBolt][CUDA] Optimize CopyTo performance. (#7634) 2024-08-01 13:10:43 -04:00
Muhammed Fatih BALIN 5c902cd59e [GraphBolt][CUDA] Remove python thread from overlap_graph_fetch. (#7632) 2024-08-01 11:55:09 -04:00
Hongzhi (Steve), Chen ea3716d562 Use torch core instead of torchdata modules. (#7609)
Co-authored-by: Muhammed Fatih BALIN <m.f.balin@gmail.com>
2024-08-01 07:13:09 -04:00
Muhammed Fatih BALIN ee20edb83d [GraphBolt][CUDA] Enable non_blocking copy_to in gb.DataLoader. (#7603) 2024-07-27 22:19:28 -04:00
Muhammed Fatih BALIN a004a2535b [GraphBolt][CUDA] Add non_blocking option to CopyTo. (#7602) 2024-07-27 21:03:14 -04:00
Muhammed Fatih BALIN ea281961f6 [GraphBolt][CUDA] gb.indptr_edge_ids python API and tests. (#7593) 2024-07-26 17:58:41 -04:00
Muhammed Fatih BALIN 472bef87b2 [GraphBolt][CUDA] Add stream for host to device copies. (#7534) 2024-07-17 05:34:57 -04:00
Muhammed Fatih BALIN b0706d783d [GraphBolt] Add additional capabilities to gb.index_select. (#7532) 2024-07-16 21:52:55 -04:00
Muhammed Fatih BALIN 4d497d1782 [GraphBolt] Fix issue on torch 2.3.1 (#7521) 2024-07-13 15:10:59 +08:00
Muhammed Fatih BALIN 5434fc35db [GraphBolt][Standalone] Reduce and mark dependencies on DGL. (#7499) 2024-07-09 05:58:20 -04:00
Muhammed Fatih BALIN f9a34b6439 [GraphBolt] Fix deprecation warning (#7493) 2024-06-30 23:23:23 -04:00
Mingbang Wang d3e4f4f375 [Misc] modify workaround for DILL_AVAILABLE in torch 2.3.0 (#7474) 2024-06-26 08:28:40 +08:00
Muhammed Fatih BALIN 6f2ccbff3c [GraphBolt][CUDA] Make dataloader pickleable. (#7391) 2024-05-10 12:58:41 -04:00
Rhett Ying 15e8e916a6 [BugFix] add workaround for torch 2.3.0 (#7383) 2024-05-09 16:38:39 +08:00
Xinyu Yao 9090a8790c [GraphBolt] Hyperlink support in subgraph_sampler. (#7354)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-04-28 13:06:52 +08:00
Xinyu Yao c997434cdb [GraphBolt][CUDA] Update copy_to. (#7332)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-04-22 11:36:30 +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
Muhammed Fatih BALIN bc978736fc [GraphBolt] torch.compile() support for gb.expand_indptr. (#7188) 2024-03-05 00:26:54 -05:00
Muhammed Fatih BALIN 7a10bcb688 [GraphBolt][Doc] Minor fixes and clarifications. (#7135) 2024-02-22 09:13:32 +08:00
Muhammed Fatih BALIN badeaf19dc [GraphBolt][CUDA] Pipelined sampling optimization (#7039) 2024-02-05 12:20:15 +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
Muhammed Fatih BALIN aad12df6a6 [GraphBolt][CUDA] gb.expand_indptr (#6871) 2024-01-18 04:11:01 -05:00
Ramon Zhou 3b37918b02 [GraphBolt] Add more detail to CopyTo docstring (#6904) 2024-01-05 17:54:58 +08:00
Muhammed Fatih BALIN 93a583439c [GraphBolt][CUDA] Remove unnecessary check and synchronization (#6863) 2023-12-29 00:01:14 -05: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
Rhett Ying a9656e2c24 [GraphBolt] fix typo in docstring 2023-12-21 15:46:55 +08:00
yxy235 90c3c76173 [GraphBolt] Add to to CSCFormatBase. (#6746)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-12-14 10:52:59 +08:00
Rhett Ying f6fa920d7e [GraphBolt] Add functional name into docstring (#6739) 2023-12-13 10:18:22 +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
Hongzhi (Steve), Chen a40672a409 [Graphbolt] Support set seed for graphbolt. (#6613)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-11-27 13:16:28 +08:00
Rhett Ying 19c6491b66 [DistGB] recover dist unit tests while skip unstable ones (#6582) 2023-11-21 16:44:10 +08:00
yxy235 1785acffa6 [GraphBolt] Refactor csc format sampled subgraph. (#6553)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-11-16 15:45:22 +08:00
Ramon Zhou 02443df14f [GraphBolt] Add to function for SampledSubgraph (#6480) 2023-10-24 16:50:52 +08:00
peizhou001 d2eca8557d [Graphbolt] Speed up exclude edges (#6464) 2023-10-19 16:15:00 +08:00
peizhou001 d08075d4f9 [Graphbolt] Support return reverse edge ids in sampling (#6347) 2023-09-25 10:00:51 +08:00
Rhett Ying ec4952392d [GraphBolt] enable to invoke gb samplers in functional form (#6297) 2023-09-07 15:57:52 +08:00
Rhett Ying 44a9faad7a [GraphBolt] add converter of etype and update in dataset (#6230) 2023-08-29 11:59:40 +08:00