Commit Graph

4248 Commits

Author SHA1 Message Date
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
Muhammed Fatih BALIN
b737f18e07 [GraphBolt] Option to use DiskBasedFeature to OnDiskDataset.load() (#7541) 2024-07-24 05:11:34 -04:00
Muhammed Fatih BALIN
7551a5da2e [GraphBolt][CUDA] GPUGraphCache is being unnecessarily created. (#7577) 2024-07-24 04:13:30 -04:00
Muhammed Fatih BALIN
849f1ce4b2 [GraphBolt][io_uring] Use the interop pool for io_uring workers. (#7575)
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2024-07-23 23:23:45 -04:00
Rhett Ying
dd02406c99 Dev liburing gnu (#7574) 2024-07-24 08:13:32 +08:00
Muhammed Fatih BALIN
bed1d35261 [GraphBolt][CUDA] Eliminate memory leaks in FeatureFetcher. (#7573) 2024-07-23 07:51:41 -04:00
Rhett Ying
0f849088c9 [dev] define _POSIX_C_SOURCE for metis build only (#7571) 2024-07-23 14:08:21 +08:00
Hongzhi (Steve), Chen
321e61f83b Delete examples/pytorch/transformer directory (#7568) 2024-07-23 12:29:22 +08:00
Rhett Ying
b5fe4737bb [dev] add more dependencies into setup (#7570) 2024-07-23 07:56:31 +08:00
Muhammed Fatih BALIN
53f2c00879 [GraphBolt][PyG] Support different numbers of layers. (#7569) 2024-07-22 18:33:39 -04:00
Rhett Ying
d0a0e048df [dev] install GNU C++ runtime library (#7567) 2024-07-23 06:31:25 +08:00
Rhett Ying
853dd06cde [dev] add -D_POSIX_C_SOURCE=200809L for metis build (#7565) 2024-07-23 06:30:58 +08:00
Muhammed Fatih BALIN
91c7a25755 [GraphBolt][Example] Minor bug fix. (#7566) 2024-07-22 15:32:10 -04:00
Muhammed Fatih BALIN
c83acdddd6 [GraphBolt] Per-thread RandomEngine initialization fix. (#7557) 2024-07-22 12:22:12 -04:00
Muhammed Fatih BALIN
5b4635a3e6 [GraphBolt] Async feature fetch refactor (#7540) 2024-07-22 06:59:08 -04:00
Muhammed Fatih BALIN
2074cbf556 [GraphBolt] Refactor FeatureFetcher to use read_async. (#7559) 2024-07-22 06:39:27 -04:00
Muhammed Fatih BALIN
d11cb874c3 [GraphBolt][Example] Slightly improve examples. (#7563) 2024-07-22 06:39:18 -04:00
Muhammed Fatih BALIN
afcf65c0a2 [GraphBolt][CUDA] Ensure GPUCache has can store at least 1 item. (#7544) 2024-07-22 04:02:08 -04:00
Muhammed Fatih BALIN
8ef4a442b7 [GraphBolt][io_uring] Make OnDiskNpyArray threadsafe. (#7562) 2024-07-22 04:01:28 -04:00
Muhammed Fatih BALIN
4dacc79378 [GraphBolt] Make PartitionedCachePolicy thread safe. (#7561) 2024-07-22 04:01:10 -04:00
Muhammed Fatih BALIN
c218b197f1 [GraphBolt] Avoid initializing CUDAContext in DataLoader workers. (#7560) 2024-07-22 02:05:28 -04:00
Muhammed Fatih BALIN
d775ab1dd1 [GraphBolt] Refactor and extend FeatureStore. (#7558) 2024-07-22 01:20:05 -04:00
Muhammed Fatih BALIN
69fd95e370 [GraphBolt] Fix new delete mismatch for CachePolicy. (#7556) 2024-07-21 00:38:46 -04:00
Muhammed Fatih BALIN
a4418a2ab7 [GraphBolt][CUDA] GPUCachedFeature.read_async tests 2. [10] (#7555) 2024-07-20 17:06:15 -04:00
Muhammed Fatih BALIN
8fb50d7b8d [GraphBolt] CPUCachedFeature.read_async tests [9] (#7554) 2024-07-20 17:05:37 -04:00
Muhammed Fatih BALIN
4093f7934a [GraphBolt] CPUCachedFeature.read_async branch 2 [7] (#7552) 2024-07-20 16:31:43 -04:00
Muhammed Fatih BALIN
606693ba55 [GraphBolt] CPUCachedFeature.read_async branch 1 [6] (#7551) 2024-07-20 16:29:27 -04:00
Muhammed Fatih BALIN
78a86115f1 [GraphBolt] CPUCachedFeature.read_async branch 3 [8] (#7553) 2024-07-20 15:34:26 -04:00
Muhammed Fatih BALIN
68b49625ae [GraphBolt] CPUCachedFeature.read_async body. [4] (#7549) 2024-07-20 14:49:45 -04:00
Muhammed Fatih BALIN
b902171813 [GraphBolt][CUDA] GPUCachedFeature read_async tests 1. [5] (#7550) 2024-07-20 14:38:46 -04:00
Muhammed Fatih BALIN
ddef6ab7c5 [GraphBolt][CUDA] GPUCachedFeature.read_async. [3] (#7548) 2024-07-20 13:56:37 -04:00
Muhammed Fatih BALIN
42901740cf [GraphBolt] TorchBasedFeature.read_async. [2] (#7547) 2024-07-20 13:55:02 -04:00
Muhammed Fatih BALIN
8d770b6100 [GraphBolt] Add read_async to gb.Feature. [1] (#7546) 2024-07-20 13:06:07 -04:00