2073 Commits

Author SHA1 Message Date
Muhammed Fatih BALIN
c6c874bf7e [2.4.0] Release branch cut. (#7738) 2024-08-29 19:53:03 -04:00
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
d6cf415cbb [GraphBolt][CUDA] Eliminate synchronization from exclude edges. (#7757) 2024-08-29 19:11:34 -04:00
Rhett Ying
9782c021de [Dist] move DistNode/EdgeDataLoader to distributed (#7755) 2024-08-29 16:10:05 +08:00
Rhett Ying
eddbfca53e [DistGB] fix return_eids argument (#7754) 2024-08-29 09:30:32 +08:00
Muhammed Fatih BALIN
240a49e68a [GraphBolt][Doc] Fix typo in documentation. (#7751) 2024-08-27 14:15:32 -04:00
Andrei Ivanov
25e7b1b7b1 [GRAPHBOLT][WARNINGS]Fixing warnings appearing in some graphbolt tests. (#7582) 2024-08-27 18:57:38 +08:00
Muhammed Fatih BALIN
f38790bfba [GraphBolt][CUDA] Fix error when empty env variable is used. (#7748) 2024-08-26 20:28:48 -04:00
Muhammed Fatih BALIN
8eccbfa283 [GraphBolt][PyG] Add to_pyg for layer input conversion. (#7745) 2024-08-26 18:53:51 -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
9514e7b9cd [GraphBolt] Minor improvement to item sampler and cache policy. (#7734) 2024-08-23 14:55:14 -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
37d1064c22 [GraphBolt] gb.DataLoader can simply be a datapipe. (#7732) 2024-08-23 13:02:17 +08: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
e5a5d76012 [GraphBolt] Always enable prefetch before CopyTo. (#7721) 2024-08-20 13:46:39 -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
921fb15f14 [GraphBolt] Refactor datapipes folder and add to_graph. (#7688) 2024-08-16 12:26:32 +08: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
Rhett Ying
c6fa8f446a [dev] add more info about load failure of GraphBolt (#7684) 2024-08-15 16:19:13 +08: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
Rhett Ying
82dc0809f9 [dev] do not import distributed and graphbolt when import dgl (#7676) 2024-08-08 16:32:17 +08:00
Hongzhi (Steve), Chen
0978ce6571 Reorder dependency list in setup (#7672)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2024-08-08 13:01:30 +08:00
Hongzhi (Steve), Chen
86fe4c20fc Remove datapipe from dgl dependency. (#7667)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2024-08-08 10:39:41 +08:00
Muhammed Fatih BALIN
c490fd08ad [GraphBolt][CUDA] Enable overlap_graph_fetch in examples. (#7669) 2024-08-07 18:06:45 -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
3bea3e0c15 [GraphBolt][CUDA] Warning there are multiple CopyTo. (#7635) 2024-08-06 09:18:46 -04:00
Muhammed Fatih BALIN
40d32455be [GraphBolt][CUDA] Warn only when cuda is available. (#7643) 2024-08-06 09:18:06 -04:00
Hongzhi (Steve), Chen
26ff09fdbf Remove dependency on torchdata. (#7638)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2024-08-06 11:20:26 +08: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
Renjie LIU
ea33b40efd [GraphBolt] Check data alignment before copying the file (#7641) 2024-08-02 19:29:02 -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
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
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