Rhett Ying
|
4729f7ba7b
|
[DistGB] add testcase for etype sorted graph (#7429)
|
2024-05-27 15:08:49 +08:00 |
|
Rhett Ying
|
470769c877
|
[DistGB] enable find_edges() for GraphBolt partitions (#7416)
|
2024-05-27 14:18:29 +08:00 |
|
Rhett Ying
|
d2a2bf0f8d
|
[DistDGL] enable exclude_edges for sample_etype_neighbors() (#7427)
|
2024-05-24 13:42:46 +08:00 |
|
Mingbang Wang
|
ece1210817
|
[GraphBolt] Rename ItemSetDict as HeteroItemSet (#7424)
|
2024-05-24 13:39:27 +08:00 |
|
Andrei Ivanov
|
de17640295
|
[BUG][Example] Implementing the deprecated function is_string_like. (#7411)
|
2024-05-24 10:47:52 +08:00 |
|
Andrei Ivanov
|
7614f02ed8
|
[FutureWarn] Fix FutureWarning in TAHIN example. (#7418)
|
2024-05-24 10:42:31 +08:00 |
|
Rhett Ying
|
9dcdace519
|
[DistDGL] enable exclude edges sample_neighbors() (#7425)
|
2024-05-23 11:51:38 +08:00 |
|
Muhammed Fatih BALIN
|
9faa80a35b
|
[GraphBolt][Misc] Add license to cuda backend files (#7421)
|
2024-05-21 05:22:57 -04:00 |
|
Mingbang Wang
|
3574bff42c
|
[GraphBolt] Update ItemSampler (#7408)
|
2024-05-21 14:48:47 +08:00 |
|
Rhett Ying
|
a3496048cc
|
[DistGB] add NC example that uses DistEdgeDataLoader for train (#7420)
|
2024-05-21 14:45:35 +08:00 |
|
Rhett Ying
|
191681d851
|
[DistDGL] fix device mismatch when calling all_to_all with gloo backend (#7409)
|
2024-05-17 08:08:24 +08:00 |
|
Xinyu Yao
|
08a7c74cf4
|
[Misc] Fix lint. (#7414)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-05-16 14:52:19 +08:00 |
|
Rhett Ying
|
76a014eea6
|
[GraphBolt] utilize torch.Tensor.nbytes (#7402)
|
2024-05-16 09:12:32 +08:00 |
|
Rhett Ying
|
35d98b6077
|
[dev] update minimum torch version to 2.1.0 (#7401)
|
2024-05-16 09:11:57 +08:00 |
|
Mingbang Wang
|
2ee440a68f
|
[GraphBolt] Modify ItemSet/Dict requiring items to be tensors (#7394)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-30-178.ap-northeast-1.compute.internal>
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
|
2024-05-15 11:48:56 +08:00 |
|
Rhett Ying
|
5b3496892c
|
[misc] fix path in README (#7407)
|
2024-05-15 08:15:27 +08:00 |
|
Theodore Vasiloudis
|
0851db72de
|
[DistPart] Fix corner case in dist partition which always led to an assertion error being triggered. (#7395)
|
2024-05-15 07:44:28 +08:00 |
|
Rhett Ying
|
64750575a2
|
[CI] upgrade torch to 2.3.0 and cuda to 12.1 (#7399)
|
2024-05-11 16:21:05 +08:00 |
|
Rhett Ying
|
9fde953d4b
|
[dev] remove unused dockerfiles (#7398)
|
2024-05-11 10:39:29 +08:00 |
|
Rhett Ying
|
c35a8d5613
|
[dev] Update python versions in conda_build_config.yaml
|
2024-05-11 10:32:52 +08:00 |
|
Rhett Ying
|
962b054917
|
[dev] update minimum torch and cuda version when creating conda env (#7397)
|
2024-05-11 10:20:36 +08:00 |
|
Muhammed Fatih BALIN
|
6f2ccbff3c
|
[GraphBolt][CUDA] Make dataloader pickleable. (#7391)
|
2024-05-10 12:58:41 -04:00 |
|
Muhammed Fatih BALIN
|
7a2e8737f9
|
[GraphBolt] Fix typo in PyG advanced example for CPU runs. (#7390)
|
2024-05-10 12:00:35 +08:00 |
|
Muhammed Fatih BALIN
|
fb36b477d5
|
[GraphBolt][CUDA] GPUCachedFeature update fix. (#7384)
|
2024-05-09 17:06:48 +08:00 |
|
Rhett Ying
|
15e8e916a6
|
[BugFix] add workaround for torch 2.3.0 (#7383)
|
2024-05-09 16:38:39 +08:00 |
|
Rhett Ying
|
8b6f3c2ae4
|
[graphbolt] skip non-existent types in input_nodes (#7386)
|
2024-05-09 16:28:10 +08:00 |
|
Rhett Ying
|
41381fd446
|
[dev] add expecttest into dependency for dev
|
2024-05-09 14:16:55 +08:00 |
|
Xinyu Yao
|
2da713f8a9
|
[GraphBolt] Update tests to confirm FusedCSCSampling graph can solve indptr and indices with different dtype. (#7378)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-05-08 13:30:56 +08:00 |
|
Muhammed Fatih BALIN
|
67a897fa56
|
[CUDA] Update CCCL to 2.4.0. (#7375)
|
2024-05-06 13:48:07 +08:00 |
|
Rhett Ying
|
e3082a32c4
|
[dev] bump version to 2.3 (#7374)
|
2024-05-06 11:11:52 +08:00 |
|
Ramon Zhou
|
f0213d2163
|
[GraphBolt] Refactor sampling (#7367)
|
2024-04-29 15:56:57 +08:00 |
|
Muhammed Fatih BALIN
|
6b140f28ed
|
[GraphBolt] Hetero CPU sampling bug fix. (#7369)
|
2024-04-29 00:29:41 -04:00 |
|
pyynb
|
0d9a09df18
|
[graphbolt] Disable liburing (#7366)
|
2024-04-29 11:48:06 +08:00 |
|
Ramon Zhou
|
658b2086b0
|
[GraphBolt] Optimize hetero sampling on CPU (#7360)
|
2024-04-28 13:51:27 +08:00 |
|
Xinyu Yao
|
9090a8790c
|
[GraphBolt] Hyperlink support in subgraph_sampler. (#7354)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-04-28 13:06:52 +08:00 |
|
peizhou001
|
ce37a9349a
|
[Temporal] Add link prediction example (#7347)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-21-218.ap-northeast-1.compute.internal>
|
2024-04-28 12:35:20 +08:00 |
|
Rhett Ying
|
0de1de3dcd
|
[dev] upgrade minimum required torch version to 2.0.0 (#7358)
|
2024-04-26 16:58:15 +08:00 |
|
Xinyu Yao
|
3afa105be7
|
[GraphBolt][Doc] Update docs related to seeds. (#7351)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-04-25 13:05:54 +08:00 |
|
Xinyu Yao
|
6133cecdae
|
[GraphBolt] Update tests related to seeds refactor. (#7352)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-04-25 11:58:48 +08:00 |
|
Xinyu Yao
|
ba9c1521f6
|
[GraphBolt] Update docstring related to cleaning up seed_nodes and node_pairs. (#7341)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-04-24 12:43:31 +08:00 |
|
peizhou001
|
2251683443
|
[Temporal]Fix tensor option mismatch issue (#7346)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-21-218.ap-northeast-1.compute.internal>
|
2024-04-23 16:28:42 +08:00 |
|
Xinyu Yao
|
697a9977d5
|
[GraphBolt] Remove unused attributes in minibatch. (#7337)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-04-22 15:23:04 +08:00 |
|
Xinyu Yao
|
c997434cdb
|
[GraphBolt][CUDA] Update copy_to. (#7332)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-04-22 11:36:30 +08:00 |
|
Muhammed Fatih BALIN
|
324fd97618
|
[GraphBolt][CUDA] Minibatch.to() patch. (#7330)
|
2024-04-20 08:34:26 -04:00 |
|
Muhammed Fatih BALIN
|
7de2e51b5e
|
[CUDA] Remove unused headers for CCCL 2.4 compat (#7329)
|
2024-04-20 13:34:28 +08:00 |
|
Muhammed Fatih BALIN
|
b68a2fc069
|
Revert "[GraphBolt] Quick fix for GCC 8" (#7328)
|
2024-04-19 01:40:28 -04:00 |
|
Muhammed Fatih BALIN
|
d853a010e0
|
[GraphBolt] Enable DistributedItemSampler test only on CPU. (#7323)
|
2024-04-19 10:58:57 +08:00 |
|
Muhammed Fatih BALIN
|
9a340c77b4
|
[GraphBolt][CUDA] Add missing thrust include for later CCCL versions. (#7325)
|
2024-04-19 10:58:15 +08:00 |
|
Hongzhi (Steve), Chen
|
0d62d45210
|
[Misc] Add Triston to jenkins allowlist. (#7327)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
|
2024-04-19 10:56:05 +08:00 |
|
Triston
|
a4e19691d5
|
[Determinism] Enable environment var to use cusparse spmm deterministic algorithm (#7310)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
|
2024-04-19 09:00:40 +08:00 |
|