文件历史

300 次代码提交

作者 SHA1 备注 提交日期
Bowen Yao b4bd509226 [Dataset] Contribute IGB-Homo dataset to node_classification.py (#7717)
Co-authored-by: Muhammed Fatih BALIN <m.f.balin@gmail.com>
2024-08-29 19:15:29 -04:00
Muhammed Fatih BALIN 240a49e68a [GraphBolt][Doc] Fix typo in documentation. (#7751) 2024-08-27 14:15:32 -04:00
Muhammed Fatih BALIN ffe3bb22e8 [GraphBolt][Doc] Fix read_async doc display issue. (#7741) 2024-08-25 17:05:29 -04:00
Muhammed Fatih BALIN f37f24c77c [GraphBolt] Do not expose CPUFeatureCache storage tensor. (#7735) 2024-08-23 14:43:01 -04:00
Muhammed Fatih BALIN c45d299c1d [GraphBolt] CachedFeature can handle hetero features now. (#7731) 2024-08-21 13:27:26 -04:00
Muhammed Fatih BALIN 8bdcd7eeea [GraphBolt] Feature.count(). (#7730) 2024-08-21 11:27:33 -04:00
Muhammed Fatih BALIN 0e649fc68c [GraphBolt] Rename feature cache files and add max_size. (#7729) 2024-08-21 11:15:09 -04:00
Muhammed Fatih BALIN aca40c869c [GraphBolt] Make CachePolicy hetero capable [1] (#7723) 2024-08-20 14:38:36 -04:00
Muhammed Fatih BALIN 513a50f189 [GraphBolt][Doc] Improve documentation. (#7718) 2024-08-20 18:04:12 +08:00
Muhammed Fatih BALIN fc29d0eb02 [GraphBolt][CUDA] Overlap original edge ids fetch. (#7714) 2024-08-18 10:24:55 -04:00
Muhammed Fatih BALIN 25210816ff [GraphBolt][CUDA] Eliminate synchronization for overlap_graph_fetch. (#7709) 2024-08-16 17:42:14 -04:00
Muhammed Fatih BALIN bca5924296 [GraphBolt] Rename sampled_edge_ids for clarity. (#7704) 2024-08-16 12:10:25 +08:00
Muhammed Fatih BALIN 9c874d0219 [GraphBolt][CUDA] Use async for GPUGraphCache. (#7707) 2024-08-15 20:39:58 -04:00
Muhammed Fatih BALIN fcbdcceb9e [GraphBolt][CUDA] Eliminate GPUCache synchronization. (#7705) 2024-08-15 13:56:48 -04:00
Muhammed Fatih BALIN 60d0b66182 [GraphBolt][CUDA] Async sample neighbors and compaction. (#7682) 2024-08-14 17:51:36 -04:00
Muhammed Fatih BALIN 4c1e14c6ef [GraphBolt][CUDA] Refactor overlap_graph_fetch, simplify gb.DataLoader. (#7681) 2024-08-11 22:20:23 -04:00
Muhammed Fatih BALIN 6d55515dcd [GraphBolt][CUDA][Temporal] Complete implementation. (#7677) 2024-08-09 08:03:04 -04:00
Muhammed Fatih BALIN b5ee45fd1a [GraphBolt][CUDA] Fetch indices for NS later. (#7665) 2024-08-07 10:52:06 -04:00
Muhammed Fatih BALIN 8e9eb8b544 [GraphBolt][CUDA] sampled_edge_ids to fetch indices later. (#7664) 2024-08-07 00:32:50 -04:00
Muhammed Fatih BALIN ae457160ba [GraphBolt] Remove unused return_eids option. (#7663) 2024-08-06 23:48:17 -04:00
Muhammed Fatih BALIN 0b31bdd4e7 [GraphBolt] Refactor CachePolicy more. (#7649) 2024-08-03 23:12:34 -04:00
Muhammed Fatih BALIN 683a25a8ec [GraphBolt] Update CPUCachedFeature docstring. (#7646) 2024-08-03 11:12:51 -04:00
Muhammed Fatih BALIN c5cace79e9 [GraphBolt] CPUCachedFeature no overlap fix. (#7648) 2024-08-03 11:12:23 -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 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 65f85b50bb [GraphBolt] Use query_and_then_replace_async in read_async. (#7626) 2024-07-31 11:02:24 -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 87ea76b02a [GraphBolt] Test CachePolicy::QueryAndThenReplace for num_parts==1. (#7620) 2024-07-30 15:16:23 -04:00
Muhammed Fatih BALIN f989f9da14 [GraphBolt] Reuse CachePolicy::Query partition result. (#7608) 2024-07-29 03:03:41 -04:00
Muhammed Fatih BALIN 1202d22181 [GraphBolt] Optimize CachePolicy even further. (#7606) 2024-07-28 08:21:36 -04:00
Muhammed Fatih BALIN 781cc500c5 [GraphBolt] Move get_attributes utils. (#7601) 2024-07-27 20:28:19 -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 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 b8604a5491 [GraphBolt] CachePolicy Writer lock for read_async correctness. (#7581) 2024-07-24 19:02:28 -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 bed1d35261 [GraphBolt][CUDA] Eliminate memory leaks in FeatureFetcher. (#7573) 2024-07-23 07:51:41 -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 d775ab1dd1 [GraphBolt] Refactor and extend FeatureStore. (#7558) 2024-07-22 01:20:05 -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 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