4417 Commits

Author SHA1 Message Date
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
Rhett Ying
743e65fa3b [docs] update doc website 2025-02-11 08:26:08 +08:00
elohmeier
51907e0485 fix(dgl/runtime): add static_cast to fix clang compilation when using OpenMP (#7844) 2025-01-25 18:21:01 -08:00
Andrei Ivanov
ba731332bd [DeprecationWarning] Replacing soon-to-be-deprecated lazyInitCUDA with lazyInitDevice(at::kCUDA) (#7855) 2025-01-16 09:53:23 +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
Andrei Ivanov
275183b16b [Test] Fixing issues related to SampledHeteroCSC and StaticHeteroCSC deprecation. (#7799) 2025-01-06 10:34:28 +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
Andrei Ivanov
433ffb34b1 [FutureWarning] Resolving the warning related to the use of a single-element series. (#7813) 2024-10-10 13:29:33 +08:00
Andrei Ivanov
31115aece2 [UserWarning] Eliminating the use of the deprecated verbose parameter. (#7812) 2024-10-10 13:25:54 +08:00
Rhett Ying
0dc0d57faa [DistDGL] back-compatible with dgl.dataloading (#7817) 2024-10-06 08:38:09 +08:00
Wenxuan Cao
adbefc6c77 [DistGB]Restore the gb_convert_single_dgl_partition of the public function in partition.py (#7803)
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-25 10:40:07 +08:00
Muhammed Fatih BALIN
55d66fe6c4 [GraphBolt][PyG] Refine examples. (#7806) 2024-09-24 13:22:21 -04: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
d3453c3f14 [GraphBolt][CUDA] Add Cooperative Minibatching example. (#7801) 2024-09-18 22:04:12 -04: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
Wenxuan Cao
165e2507e7 [DistGB] modify partition.py to save FusedCSCSamplingGraph directly (#7727)
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-12 16:55:33 +08: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
Muhammed Fatih BALIN
bbe00c04ba [GraphBolt][Dataset] Merging part of #7708, igb-het small datasets by Bowen Yao's (#7788)
Co-authored-by: Bowen Yao <112051015+BowenYao18@users.noreply.github.com>
Co-authored-by: BowenYao18 <by18@rice.edu>
2024-09-07 15:43:19 -04:00
Rhett Ying
8772c02db7 [DistGB] fix prob attr not exist (#7783) 2024-09-06 13:56:20 +08:00
Bowen Yao
f9097ee438 [Graphbolt][Dataset] Add igb-hom dataset (#7781)
Co-authored-by: Muhammed Fatih BALIN <m.f.balin@gmail.com>
2024-09-06 01:04:53 -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
Muhammed Fatih BALIN
f71427f33f [GraphBolt][CUDA] Return partition offsets to be utilized in all_to_all. (#7775) 2024-09-05 02:59:25 -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
Muhammed Fatih BALIN
4c8653339c [GraphBolt][CUDA] Fix hetero UniqueAndCompact bug. (#7773) 2024-09-05 00:00:36 -04: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
Muhammed Fatih BALIN
8fd6c68031 [GraphBolt][Doc] Clarify gb.fused_csc_sampling_graph type_per_edge arg. (#7771) 2024-09-04 13:27:50 +08:00
Bowen Yao
b60ad557f5 [Graphbolt][Dataset] Add igb-hom-large to scripts (#7770)
Co-authored-by: Muhammed Fatih BALIN <m.f.balin@gmail.com>
2024-09-04 00:55:58 -04:00
Muhammed Fatih BALIN
7aabe208b2 [GraphBolt][CUDA] Refine the added partition function for later reuse. (#7769) 2024-09-04 00:08:48 -04:00
Renjie LIU
c4c0037047 Include <optional> header file in utils.h (#7763) 2024-09-03 20:09:33 -04:00
Muhammed Fatih BALIN
d1161229e0 [GraphBolt][CUDA] Cooperative Minibatching [1] - UniqueAndCompact. (#7765) 2024-09-03 17:45:03 -04:00
Muhammed Fatih BALIN
9a86a665ef [GraphBolt][CUDA] Remove unused num_bits argument from UniqueAndCompact (#7764) 2024-09-02 17:50:08 -04:00
Muhammed Fatih BALIN
6cd7fe99c9 [release] bump version to 2.5 for nightly (#7762) 2024-09-02 13:21:09 +08:00
Rhett Ying
694ef6518c [Dist] import dgl.distributed for examples (#7761) 2024-09-02 10:55:48 +08:00
Andrei Ivanov
bb02829b6a Correcting the misleading reason for skipping the test. (#7749) 2024-08-30 13:18:16 -04:00
Bowen Yao
a71946539f [Graphbolt] Add igb-hom-[tiny|small|medium] to disk_based_feature (#7759)
Co-authored-by: Muhammed Fatih BALIN <m.f.balin@gmail.com>
2024-08-30 12:56:52 -04:00
Muhammed Fatih BALIN
647d8ea815 [GraphBolt][PyG] Add igb datasets to the examples. (#7758) 2024-08-29 19:52:56 -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