文件历史

1545 次代码提交

作者 SHA1 备注 提交日期
ikun 3d16000b41 [Bugfix][nn/PyTorch]: add checks to avoid view/reshape (0, -1, *) on empty tensors (#7894) 2025-08-01 07:53:10 +08:00
Wenxuan Cao 17017c2899 [distGB] graphbolt graph edge's mask will be filled with 0 if these edges have no mask initial (#7846) 2025-01-09 19:52:10 +08:00
Andrei Ivanov 540dd2ba4d [TestFailure] Resolving exceptions thrown across multiple GraphBolt tests. (#7852) 2025-01-08 14:05:34 +08:00
Wenxuan Cao 88f109f173 [distGB]fix the problem when graph has few nodes or edges in distributed partition (#7824)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-8-126.us-west-2.compute.internal>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-52-174.us-west-2.compute.internal>
2024-10-18 11:43:55 +08:00
Wenxuan Cao d92c98d927 [distGB] change test_mp_dataloader (#7819)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-52-174.us-west-2.compute.internal>
2024-10-16 12:52:59 +08:00
Andrei Ivanov 4a6bfa459d Correcting Misleading Test Skip Reasons. (#7808) 2024-10-11 09:49:16 +08:00
Muhammed Fatih BALIN 5ae64001f7 [GraphBolt][CUDA] rank_sort_async for Cooperative Minibatching. (#7805) 2024-09-19 17:00:27 -04:00
Muhammed Fatih BALIN 31ad9b5a8d [GraphBolt][CUDA] Fix Cooperative Minibatching bugs. (#7804) 2024-09-19 14:57:42 -04:00
Wenxuan Cao 3bc8e228fc [DistGB] enable dist partition pipeline to save FusedCSCSamplingGraph partition directly (#7728)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-8-126.us-west-2.compute.internal>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-52-174.us-west-2.compute.internal>
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2024-09-19 17:05:11 +08:00
Muhammed Fatih BALIN 75e410c354 [GraphBolt][CUDA] Fix Cooperative bug and additional tests. (#7800) 2024-09-17 16:15:19 -04:00
Muhammed Fatih BALIN 55c224a304 [GraphBolt][CUDA] Cooperative Minibatching - Feature Loading (#7798) 2024-09-14 20:57:44 -04:00
Muhammed Fatih BALIN 864b023c47 [GraphBolt][CUDA] Add CooperativeConv and minor fixes. (#7797) 2024-09-13 00:46:41 -04:00
Muhammed Fatih BALIN 189b83c28c [GraphBolt][CUDA] Get world_size=1 somewhat for cooperative sampling. (#7796) 2024-09-12 17:12:31 -04:00
Muhammed Fatih BALIN 53e70c57fb [GraphBolt][CUDA] Cooperative Minibatching initial exchange. (#7795) 2024-09-11 17:46:50 -04:00
Rhett Ying bf125d8015 [Dist] fix node/edge map for few nodes/edges (#7785) 2024-09-10 08:10:39 +08:00
Muhammed Fatih BALIN ad1551d571 [GraphBolt][CUDA] Refactor gb.unique_and_compact, add async_op. (#7792) 2024-09-09 14:31:16 -04:00
Muhammed Fatih BALIN e8022e9494 [GraphBolt][CUDA] Expose UniqueAndCompact offsets. (#7789) 2024-09-08 20:37:52 -04:00
Rhett Ying 12841c675b [Dist] backward compatible with dgl.dataloading.DistDataLoader (#7782) 2024-09-06 11:21:52 +08:00
Muhammed Fatih BALIN 32b11c98e5 [GraphBolt][CUDA] Expose RankSort to python, reorganize and test. (#7776) 2024-09-05 17:47:42 -04:00
Wenxuan Cao 0734e33e0e [DistGB] save as graphbolt graph directly after partition test case (#7724)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-8-126.us-west-2.compute.internal>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-52-174.us-west-2.compute.internal>
2024-09-05 14:08:28 +08:00
Stanley Yang 48f47d50a7 [UnitTest] Fix "[UnitTest] AttributeError: module 'numpy' has no attribute 'ComplexWarning'" in #7766 (#7768)
Co-authored-by: Stanley Yang <stanyang@amazon.com>
Co-authored-by: Muhammed Fatih BALIN <m.f.balin@gmail.com>
2024-09-04 16:33:35 +08:00
Andrei Ivanov bb02829b6a Correcting the misleading reason for skipping the test. (#7749) 2024-08-30 13:18:16 -04:00
Muhammed Fatih BALIN d6cf415cbb [GraphBolt][CUDA] Eliminate synchronization from exclude edges. (#7757) 2024-08-29 19:11:34 -04:00
Rhett Ying 03e83ac5a8 [dev] make sure graphbolt is not imported together with dgl (#7756) 2024-08-29 16:59:06 +08:00
Rhett Ying 9782c021de [Dist] move DistNode/EdgeDataLoader to distributed (#7755) 2024-08-29 16:10:05 +08: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 8eccbfa283 [GraphBolt][PyG] Add to_pyg for layer input conversion. (#7745) 2024-08-26 18:53:51 -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
Andrei Ivanov 470cdc5789 [Warnings] Removing warnings appearing in feature_fetcher tests. (#7633) 2024-08-21 13:23:54 +08: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 2ce0ea0d0d [GraphBolt] Fix hetero sampling bug with single fanout. (#7719) 2024-08-18 19:21:54 -04: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 9c874d0219 [GraphBolt][CUDA] Use async for GPUGraphCache. (#7707) 2024-08-15 20:39:58 -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 90c26be268 [GraphBolt][CUDA][Temporal] Tests and example enablement. (#7678) 2024-08-09 08:52:02 -04:00
Rhett Ying 00c50af3d7 [Dist] enable partition tests (#7675) 2024-08-08 16:32:33 +08:00
Andrei Ivanov 83595e6588 [WARNINGS] Removing warnings appearing in several distributed tests. (#7627) 2024-08-08 13:06:53 +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 b5ee45fd1a [GraphBolt][CUDA] Fetch indices for NS later. (#7665) 2024-08-07 10:52:06 -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 c5cace79e9 [GraphBolt] CPUCachedFeature no overlap fix. (#7648) 2024-08-03 11:12:23 -04:00
Muhammed Fatih BALIN 84c2cf03e1 [GraphBolt] Keep references valid in CachePolicy. (#7644) 2024-08-02 17:17:42 -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