4417 Commits

Author SHA1 Message Date
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
c86776d898 [GraphBolt][io_uring] Use RAII to ensure queues are returned. (#7680) 2024-08-10 13:43:02 -04:00
Muhammed Fatih BALIN
90c26be268 [GraphBolt][CUDA][Temporal] Tests and example enablement. (#7678) 2024-08-09 08:52:02 -04:00
Muhammed Fatih BALIN
6d55515dcd [GraphBolt][CUDA][Temporal] Complete implementation. (#7677) 2024-08-09 08:03:04 -04:00
Wenxuan Cao
bea7eea925 Update Jenkinsfile (#7674)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-8-126.us-west-2.compute.internal>
2024-08-08 16:34:57 +08:00
Rhett Ying
00c50af3d7 [Dist] enable partition tests (#7675) 2024-08-08 16:32:33 +08:00
Rhett Ying
82dc0809f9 [dev] do not import distributed and graphbolt when import dgl (#7676) 2024-08-08 16:32:17 +08:00
Andrei Ivanov
83595e6588 [WARNINGS] Removing warnings appearing in several distributed tests. (#7627) 2024-08-08 13:06:53 +08:00
Andrei Ivanov
7aa8a5029c [Bug] Fixing Bug in test_change_etype_to_canonical_etype.py::test_hetero_graph Test. (#7622) 2024-08-08 13:04:33 +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
ce29f5814b [GraphBolt] Implement proper IndexSelectCSC for CPU. (#7670) 2024-08-07 18:06:05 -04:00
Muhammed Fatih BALIN
b5ee45fd1a [GraphBolt][CUDA] Fetch indices for NS later. (#7665) 2024-08-07 10:52:06 -04:00
Renjie LIU
01d10e5820 [GraphBolt] Fix in_memory setting in DGL example (#7666) 2024-08-07 09:19:12 -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
d6f0771060 [GraphBolt][CUDA] Make fetching indices optional for NS. (#7662) 2024-08-06 20:37:33 -04:00
Muhammed Fatih BALIN
3746217895 [GraphBolt] Add gb::parallel_for_each. (#7661) 2024-08-06 20:30:03 -04:00
Muhammed Fatih BALIN
49783133bc [GraphBolt] Better naming for split key variable. (#7659) 2024-08-06 09:23:53 -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
Renjie LIU
90e7edd466 [GraphBolt] Add DiskBasedFeature example for DGL model (#7624)
Co-authored-by: Muhammed Fatih BALIN <m.f.balin@gmail.com>
2024-08-06 08:54:45 -04:00
Muhammed Fatih BALIN
4032c2a80a [Build] Organize cmake file. (#7657) 2024-08-06 08:48:10 -04:00
Muhammed Fatih BALIN
b79d7430ce [GraphBolt] Remove unnecessary dispatch and refine. (#7660) 2024-08-06 07:29:43 -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
cb4604aca2 [Performance] Remove phmap dependency. (#7658) 2024-08-05 11:29:40 -04:00
Muhammed Fatih BALIN
55cf23f9fb [GraphBolt] Relax memory order of cache hit case. (#7656) 2024-08-05 00:27:30 -04:00
Muhammed Fatih BALIN
7a1f63a765 [GraphBolt] Move the function object into gb::async. (#7655) 2024-08-04 20:31:28 -04:00
Muhammed Fatih BALIN
7deeff6f4c [GraphBolt] Lock-free CachePolicy::ReadWriteCompleted. (#7654) 2024-08-04 19:55:18 -04:00
Muhammed Fatih BALIN
2babaf9d66 [GraphBolt] Remove assertions from CachePolicy. (#7653) 2024-08-04 16:25:16 -04:00
Muhammed Fatih BALIN
d87b758216 [GraphBolt] Fix out-of-bounds access in CachePolicy. (#7652) 2024-08-04 15:15:40 -04:00
Muhammed Fatih BALIN
70fd2cf029 [GraphBolt] Remove duplicate CachePolicy::Insert function. (#7651) 2024-08-04 13:02:23 -04:00
Muhammed Fatih BALIN
7219bb8609 [GraphBolt] Temporary workaround for CachePolicy. (#7650) 2024-08-04 11:58:04 -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
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