提交

提交图

3978 次代码提交

作者 SHA1 备注 提交日期
yxy235 9286621cdd [GraphBolt] Add multi-fanout per layer test. (#6890)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-01-05 13:29:36 +08:00
Muhammed Fatih BALIN 25eabbb4ef [GraphBolt] Setting manual seed also sets the seed now. (#6900) 2024-01-04 22:26:26 -05:00
Rhett Ying 107b4347d2 [example] update docstring (#6902) 2024-01-05 11:18:08 +08:00
yxy235 566910d86c [GraphBolt] Update gpu sampling tests of sample_beighbors. (#6892)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-01-04 16:28:49 +08:00
yxy235 c09d466082 [GraphBolt] Add gpu tests to NeighborSampler. (#6880)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
Co-authored-by: Muhammed Fatih BALIN <m.f.balin@gmail.com>
2024-01-04 15:56:14 +08:00
Mingbang Wang 95d6239483 [GraphBolt] Use diff() to calculate the differences for simplicity (#6884) 2024-01-04 00:43:15 -05:00
Muhammed Fatih BALIN e9162491e5 [GraphBolt][CUDA] Fix pinned edge_id index_select (#6898) 2024-01-04 00:39:30 -05:00
czkkkkkk 29c3b06d4a [Graphbolt] Change the temporal filter condition of temporal sampler. (#6893) 2024-01-04 11:20:10 +08:00
Rhett Ying 55280b6727 [examples] update README for RGCN examples (#6894) 2024-01-03 20:30:23 +08:00
Rhett Ying 57281e9f21 [GraphBolt] sample with unknown etype (#6888) 2024-01-03 20:24:24 +08:00
Rhett Ying e9deff7d16 [example] update graphbolt rgcn readme (#6891) 2024-01-03 15:42:11 +08:00
Mingbang Wang 42f5154aed [GrahpBolt] refine hetero_rgcn example (#6808)
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2024-01-03 15:24:43 +08:00
Mingbang Wang d4b5ddcde7 [Example] modify dgl rgcn example to make it consistent with graphbolt's (#6882) 2024-01-03 15:23:51 +08:00
czkkkkkk 397b7599f1 [Graphbolt] Support loading heterogeneous attributes in sampling graph. (#6873) 2024-01-03 14:38:59 +08:00
czkkkkkk f598178911 [Graphbolt] Support temporal sampling in SubgraphSampler. (#6846) 2024-01-03 14:38:22 +08:00
Rhett Ying d32a5980ca [doc] update gb utilities (#6881) 2024-01-02 15:45:31 +08:00
Rhett Ying cc1ebdf8b9 [dist] disable tool tests due to glitch 2024-01-02 15:02:54 +08:00
Mingbang Wang 35b50b61a5 [Misc] using index_select to avoid IndexError (#6777)
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2024-01-02 13:31:22 +08:00
yxy235 6e76bf3f62 [GraphBolt] Update docstring in NeighborSampler. (#6857)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-01-02 11:24:26 +08:00
Muhammed Fatih BALIN ce223b3693 [GraphBolt][CUDA] Add type_per_edge reading support and ensure same types are consecutive (#6865)
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2024-01-01 21:53:28 -05:00
Rhett Ying 1e34f6648a [release] upgrade latest vesion to 2.0 (#6879) 2024-01-02 10:24:32 +08:00
yxy235 51ff825521 [GraphBolt] Remove FusedSampledSubgraphImpl. (#6858)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-01-02 09:39:18 +08:00
yxy235 af990f37cc [GraphBolt] Remove unique_and_compact_node_pairs. (#6859)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-01-02 09:36:24 +08:00
Rhett Ying fa4bf67585 [GraphBolt] set buffer_size as whole itemset in default (#6866) 2024-01-02 08:38:46 +08:00
Rhett Ying 212a6a1ffd [dist] skip verify_partitions as it is out-dated (#6878) 2024-01-02 08:31:37 +08:00
Rhett Ying 326ffba1ba [CI] loose accuracy in test 2024-01-02 08:26:31 +08:00
yxy235 e8be515cae [GraphBolt] Optimize _convert_to_sampled_subgraph. (#6867)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-12-31 00:26:00 +08:00
czkkkkkk 3200b88b55 [Graphbolt] Add TemporalNeighborSampler. (#6814) 2023-12-30 12:51:38 +08:00
Rhett Ying f758c7c1d1 [DistDGL] fix distributed partition issue (#6847) 2023-12-30 07:48:59 +08:00
Muhammed Fatih BALIN 93a583439c [GraphBolt][CUDA] Remove unnecessary check and synchronization (#6863) 2023-12-29 00:01:14 -05:00
peizhou001 a2cb2ecd0e [Graphbolt]Fix windows nominmax issue (#6853)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-21-218.ap-northeast-1.compute.internal>
2023-12-29 09:48:57 +08:00
Muhammed Fatih BALIN 5b51e96800 [GraphBolt][CUDA] Fix graph pinning and add tests (#6864) 2023-12-28 19:49:35 -05:00
Muhammed Fatih BALIN 22a2513d0a [GraphBolt][CUDA] Reduce and hide unique_and_compact synchronizations. (#6841) 2023-12-28 11:16:21 -05:00
Muhammed Fatih BALIN 085691391b [GraphBolt][CUDA] Add .pin_memory_() to FusedCSCSamplingGraph (#6839) 2023-12-28 11:05:21 -05:00
Muhammed Fatih BALIN e7f0c3a160 [GraphBolt][CUDA] SampleNeighbors (Without replacement for now) (#6770) 2023-12-28 10:59:20 -05:00
Muhammed Fatih BALIN 01df9bade9 [GraphBolt][CUDA] InSubgraph (#6830) 2023-12-28 09:52:28 -05:00
yxy235 fa1ae3b7c5 [GraphBolt] Remove coo from FusedCSCSamplingGraph. (#6849)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-12-28 16:13:39 +08:00
Muhammed Fatih BALIN f81e514df0 [GraphBolt][Bug] Quick fix for GPU sampling case. (#6856) 2023-12-28 02:50:26 -05:00
yxy235 46a566afb2 [GraphBolt] Remove coo from blocks in MiniBatch. (#6855)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-12-28 15:44:25 +08:00
czkkkkkk 59bb5406b3 Revert "[Sparse] Fix Windows.h dependency issue (#6741)" (#6843)
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2023-12-28 15:24:49 +08:00
Rhett Ying aa7e35241d [dev] fix docstring 2023-12-28 15:21:29 +08:00
yxy235 9b69ff8465 [GraphBolt] Remove coo from exclude_edges. (#6848)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-12-28 15:08:38 +08:00
yxy235 884a378c76 [GraphBolt] Update docstring in FusedCSCSamplingGraph. (#6837)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-12-28 15:03:34 +08:00
Rhett Ying 749ac593b2 [doc] add graphbolt overview jpg (#6854) 2023-12-28 12:06:51 +08:00
Rhett Ying 6d3610c4d1 [dev] fix typo in docstring 2023-12-28 10:31:30 +08:00
Muhammed Fatih BALIN fd4ce7cc7c [GraphBolt][CUDA] Optimize gb.isin and refactor sort use in codebase (#6840) 2023-12-27 09:08:31 -05:00
Ramon Zhou 0cb309a1b4 [GraphBolt] Refine CopyTo (#6791)
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2023-12-27 16:54:03 +08:00
yxy235 d780f6d0fb [GraphBolt] Remove coo from InSubgraphSampler. (#6845)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-12-27 16:43:12 +08:00
Rhett Ying 40ee9e3762 [dev] add lintrunner into dev conda env 2023-12-27 16:06:47 +08:00
yxy235 abd4a7e8c4 [GraphBolt] Remove coo from neighborsampler. (#6844)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-12-27 15:30:56 +08:00