Commit Graph

4280 Commits

Author SHA1 Message Date
Muhammed Fatih BALIN
cfeb9a0d1c [GraphBolt] Cleanup and refine CachePolicy. (#7647) 2024-08-03 10:10:22 -04:00
Muhammed Fatih BALIN
04940ae766 [GraphBolt][CUDA] Update CCCL to 2.6.0. (#7636) 2024-08-02 19:43:13 -04:00
Renjie LIU
ea33b40efd [GraphBolt] Check data alignment before copying the file (#7641) 2024-08-02 19:29:02 -04:00
Muhammed Fatih BALIN
7db086e9e9 [GraphBolt] Enable exceptions for gb::parallel_for. (#7645) 2024-08-02 19:02:09 -04:00
Muhammed Fatih BALIN
84c2cf03e1 [GraphBolt] Keep references valid in CachePolicy. (#7644) 2024-08-02 17:17:42 -04:00
Muhammed Fatih BALIN
8243921620 [GraphBolt][io_uring] Fix queue assignment bug. (#7642) 2024-08-02 09:09:40 -04:00
Muhammed Fatih BALIN
56a1e64945 [GraphBolt][CUDA] Use better memory allocation algorithm to avoid OOM. (#7618) 2024-08-02 07:25:06 -04:00
Muhammed Fatih BALIN
f724ec0a00 [GraphBolt] Change hash table for performance. (#7631) 2024-08-02 06:46:50 -04:00
Muhammed Fatih BALIN
1a8cf7e0fd [GraphBolt][Doc] Fix rest of the read_async docs. (#7640) 2024-08-02 11:49:32 +08:00
pyynb
f1c28d3e9a [GraphBolt] Fix GPUCachedFeature docstring typo (#7639) 2024-08-02 11:28:45 +08:00
Muhammed Fatih BALIN
2260992423 [GraphBolt][Doc] Add new features to documentation. (#7637) 2024-08-02 10:46:19 +08:00
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
Muhammed Fatih BALIN
489ab1a81e [GraphBolt] QueryAndReplace replaces QueryAndThenReplace. (#7628) 2024-08-01 10:23:18 -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
105f0c6834 [GraphBolt] Parallel backend experimentation (#7596) 2024-08-01 06:37:25 -04:00
Hongzhi (Steve), Chen
69eef91422 Update Jenkinsfile (#7630) 2024-08-01 17:39:17 +08:00
pyynb
d7461cd10a [GraphBolt]support torch2.4&cuda12.4 (#7629) 2024-08-01 16:36:43 +08:00
Muhammed Fatih BALIN
65f85b50bb [GraphBolt] Use query_and_then_replace_async in read_async. (#7626) 2024-07-31 11:02:24 -04:00
Muhammed Fatih BALIN
f37741c9ad [GraphBolt] Test query_and_then_replace more rigorously. (#7625) 2024-07-31 10:20:21 -04:00
Muhammed Fatih BALIN
cfe0541802 [GraphBolt] CachePolicy::QueryAndThenReplace for num_parts>1. (#7621) 2024-07-31 02:41:00 -04:00
Muhammed Fatih BALIN
eafb53013f [GraphBolt] Address #7592 review and rename variable. (#7617) 2024-07-31 09:51:09 +08:00
Muhammed Fatih BALIN
87ea76b02a [GraphBolt] Test CachePolicy::QueryAndThenReplace for num_parts==1. (#7620) 2024-07-30 15:16:23 -04:00
Muhammed Fatih BALIN
0462538c5c [GraphBolt] CachePolicy::QueryAndThenReplace. (#7619) 2024-07-30 13:02:42 -04:00
Muhammed Fatih BALIN
9550f0ecab [GraphBolt][io_uring] Launch parallel_for when queues are available. (#7614) 2024-07-30 08:01:52 -04:00
Muhammed Fatih BALIN
be2873a2cf [GraphBolt] Overhaul unique_and_compact CPU. (#7613)
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2024-07-30 08:01:11 -04:00
Hongzhi (Steve), Chen
7ea7ccc404 Revert "[GraphBolt] Enable CXX20." (#7615)
Co-authored-by: Muhammed Fatih BALIN <m.f.balin@gmail.com>
2024-07-30 15:23:09 +08:00
Theodore Vasiloudis
ceb6672e63 [GraphBolt] Allow using multiple processes for GraphBolt partition conversion (#7497) 2024-07-30 13:28:29 +08:00
Muhammed Fatih BALIN
0e0046041c [GraphBolt] Enable CXX20. (#7610) 2024-07-29 10:04:45 -04:00
Muhammed Fatih BALIN
f989f9da14 [GraphBolt] Reuse CachePolicy::Query partition result. (#7608) 2024-07-29 03:03:41 -04:00
Muhammed Fatih BALIN
def2a1b01d [GraphBolt] Make CachePolicy hash table types generic. (#7607) 2024-07-28 19:17:49 -04:00
Muhammed Fatih BALIN
1202d22181 [GraphBolt] Optimize CachePolicy even further. (#7606) 2024-07-28 08:21:36 -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
781cc500c5 [GraphBolt] Move get_attributes utils. (#7601) 2024-07-27 20:28:19 -04:00
Muhammed Fatih BALIN
0af92c2303 [GraphBolt] recursive_apply_reduce_all. (#7600) 2024-07-27 19:55:23 -04:00
Muhammed Fatih BALIN
6b60d7a548 [GraphBolt][Example] Change variable name. (#7599) 2024-07-27 08:26:46 -04:00
Muhammed Fatih BALIN
1af3fe8b04 [GraphBolt][PyG] Optimize LABOR example further. (#7598) 2024-07-27 06:41:42 -04:00
Muhammed Fatih BALIN
e7895c4818 [GraphBolt[PyG] Optimize advanced example further. (#7597) 2024-07-27 05:12:23 -04:00
Muhammed Fatih BALIN
db13f05f58 [GraphBolt][CUDA] Fix overlap_graph_fetch edge_ids cached case. (#7595) 2024-07-27 01:04:40 -04:00
Muhammed Fatih BALIN
bea83ed738 [GraphBolt][CUDA] Fix overlap_graph_fetch edge_ids. (#7594) 2024-07-26 19:19:36 -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
3cab227e93 [GraphBolt][CUDA] gb.indptr_edge_ids. (#7592) 2024-07-26 17:53:37 -04:00
Muhammed Fatih BALIN
3299bbd126 [GraphBolt] Edge feature fetch fix. (#7589) 2024-07-26 08:10:12 -04:00
Muhammed Fatih BALIN
46f68e0bcc [GraphBolt] Use parallel_for and return replace partition out. (#7585) 2024-07-25 21:58:59 -04:00
Muhammed Fatih BALIN
31cc41a7cc [GraphBolt] Use graphbolt::parallel_for for IndexSelect. (#7584) 2024-07-25 20:26:53 -04:00
Muhammed Fatih BALIN
58328a619a [GraphBolt] Add graphbolt::parallel_for. (#7583) 2024-07-25 19:44:09 -04:00
Muhammed Fatih BALIN
b8604a5491 [GraphBolt] CachePolicy Writer lock for read_async correctness. (#7581) 2024-07-24 19:02:28 -04:00
Muhammed Fatih BALIN
b80c8f5422 [GraphBolt][Example] Refine the labor example. (#7578) 2024-07-24 05:52:49 -04:00
Muhammed Fatih BALIN
c227b5ad2a [GraphBolt][Example] Refine the advanced PyG example. (#7579) 2024-07-24 05:20:40 -04:00