peizhou001
|
34b54a8544
|
[Grapbolt]Negative node pairs should be 2D (#6951)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-21-218.ap-northeast-1.compute.internal>
|
2024-01-15 10:04:31 +00:00 |
|
Rhett Ying
|
92c8f08de4
|
[Graphbolt]Fix negative sampler (#6933) (#6938)
Co-authored-by: peizhou001 <110809584+peizhou001@users.noreply.github.com>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-21-218.ap-northeast-1.compute.internal>
v2.0.0
|
2024-01-11 18:31:37 +08:00 |
|
Rhett Ying
|
c047950394
|
[GraphBolt][CUDA] Dataloader num_workers > 0 fix. (#6924) (#6928)
Co-authored-by: Muhammed Fatih BALIN <m.f.balin@gmail.com>
|
2024-01-10 13:26:32 +08:00 |
|
Rhett Ying
|
92d4ba9071
|
[release] update version to 2.0.0 (#6915)
|
2024-01-08 10:55:35 +08:00 |
|
Rhett Ying
|
00281219d0
|
[release] cherry pick missing commits (#6914)
Co-authored-by: Mingbang Wang <100203018+Skeleton003@users.noreply.github.com>
Co-authored-by: Ramon Zhou <deluxurous@gmail.com>
|
2024-01-08 10:06:03 +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 |
|
yxy235
|
7eca061244
|
[GraphBolt] Fix attribute error when testing fused_csc_sampling_grpah. (#6842)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2023-12-27 14:26:42 +08:00 |
|
Songqing Zhang
|
d6bf038789
|
[examples] fix Graphormer as key in state_dict has changed (#6806)
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
|
2023-12-27 10:35:54 +08:00 |
|
czkkkkkk
|
898af658c6
|
[Graphbolt] Add temporal sampling unittests. (#6795)
|
2023-12-27 10:16:07 +08:00 |
|
yxy235
|
1f9ae6686e
|
[GraphBolt] Rename node_pairs to sampled_csc. (#6836)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2023-12-27 09:58:23 +08:00 |
|
Muhammed Fatih BALIN
|
437139f51a
|
[GraphBolt][CUDA] gb.isin implementation (#6829)
|
2023-12-26 10:22:35 -05:00 |
|
Rhett Ying
|
7d5d576e19
|
[dev] enable GraphBolt build for all build types (#6832)
|
2023-12-26 17:11:42 +08:00 |
|
Hongzhi (Steve), Chen
|
2056050729
|
[Misc] Fix Typo. (#6835)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
|
2023-12-26 16:49:26 +08:00 |
|
yxy235
|
6178897d3c
|
[GraphBolt] Remove opt output_cscformat from examples. (#6834)
|
2023-12-26 16:39:50 +08:00 |
|
yxy235
|
3645e493e3
|
[GraphBolt] Change default value from coo to csc in FusedCSCSamplingGraph. (#6833)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2023-12-26 16:38:52 +08:00 |
|
peizhou001
|
ca72965adf
|
[Graphbolt] Add overview in doc (#6823)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-21-218.ap-northeast-1.compute.internal>
|
2023-12-26 16:28:37 +08:00 |
|