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 |
|
Xinyu Yao
|
6309483d05
|
[GraphBolt] Remove old version subgraph sampler. (#7305)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-04-16 16:31:59 +08:00 |
|
Muhammed Fatih BALIN
|
78df81015a
|
[GraphBolt] Add optimized unique_and_compact_batched. (#7239)
|
2024-04-07 04:55:08 -04:00 |
|
Mingbang Wang
|
3df6e30180
|
[GraphBolt] Update __len__() and __getitem__() of ItemSet (#7253)
|
2024-04-02 11:04:08 +08:00 |
|
yxy235
|
2f585940a8
|
[GraphBolt] Modify _seeds_preprocess in subgraph_sampler. (#7242)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-03-27 10:53:17 +08:00 |
|
yxy235
|
4440ac7548
|
[GraphBolt] Modify exclude_seed_edges to support seeds. (#7114)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-02-22 14:25:12 +08:00 |
|
Andrei Ivanov
|
13e7c2faeb
|
[GraphBolt] Improving subgraph_sampler tests. (#7047)
|
2024-02-14 23:36:00 +08:00 |
|
yxy235
|
845864d2a0
|
[GraphBolt] Modify SubgraphSampler to support seeds. (#7049)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2024-02-06 14:26:06 +08:00 |
|
Muhammed Fatih BALIN
|
557a8f817a
|
[GraphBolt][CUDA] Multiple fanout hetero sampling support. (#6895)
|
2024-01-05 01:58:15 -05:00 |
|
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 |
|
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 |
|
czkkkkkk
|
29c3b06d4a
|
[Graphbolt] Change the temporal filter condition of temporal sampler. (#6893)
|
2024-01-04 11:20:10 +08:00 |
|
Rhett Ying
|
57281e9f21
|
[GraphBolt] sample with unknown etype (#6888)
|
2024-01-03 20:24:24 +08:00 |
|
czkkkkkk
|
f598178911
|
[Graphbolt] Support temporal sampling in SubgraphSampler. (#6846)
|
2024-01-03 14:38:22 +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 |
|
Muhammed Fatih BALIN
|
e7f0c3a160
|
[GraphBolt][CUDA] SampleNeighbors (Without replacement for now) (#6770)
|
2023-12-28 10:59:20 -05: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
|
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 |
|
yxy235
|
869bfb67ac
|
[GraphBolt] Change default sampled subgraph output from coo to csc. (#6819)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2023-12-25 16:02:05 +08:00 |
|
Rhett Ying
|
498188dd19
|
[GraphBolt] exclude nothing if edge is not found in node pairs (#6807)
|
2023-12-22 10:48:15 +08:00 |
|
Rhett Ying
|
e9d5156e3c
|
[GraphBolt] rename from_fused_csc as fused_csc_sampling_graph (#6732)
|
2023-12-12 16:19:41 +08:00 |
|
Rhett Ying
|
1a8e0c00a9
|
[GraphBolt] remove GraphMeta and update API accordingly (#6709)
|
2023-12-12 14:49:50 +08:00 |
|
Rhett Ying
|
50cbb0ecfe
|
[GraphBolt] remove single process DGL test (#6729)
|
2023-12-12 14:36:49 +08:00 |
|
yxy235
|
e6f78c10cb
|
[GraphBolt] Add unique_and_compact_csc_format. (#6703)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2023-12-11 15:21:01 +08:00 |
|
yxy235
|
4df2e3991e
|
[GraphBolt] Add not_deduplication compact. (#6579)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2023-11-21 16:29:31 +08:00 |
|
Mingbang Wang
|
81c7781b5f
|
[Mics] Provide options for bidirectional edge (#6566)
|
2023-11-20 00:20:17 +08:00 |
|
LastWhisper
|
91fe0c9069
|
[GraphBolt] Refactor CSCSamplingGraph and update the corresponding method. (#6515)
|
2023-11-04 03:09:14 +08:00 |
|
yxy235
|
a93b6fec5e
|
[GraphBolt] Modify random hetero graph generation in tests. (#6500)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2023-10-27 16:09:09 +08:00 |
|
yxy235
|
598f3f3602
|
Revert "[GraphBolt] Add NOT deduplication func to homo graph." (#6489)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
|
2023-10-24 15:57:51 +08:00 |
|
yxy235
|
13c754c15d
|
[GraphBolt] Add NOT deduplication func to homo graph. (#6436)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
|
2023-10-23 15:44:20 +08:00 |
|
peizhou001
|
7bcc27ff33
|
[Graphbolt] Add to dgl (#6381)
|
2023-09-27 10:57:01 +08:00 |
|
Rhett Ying
|
06074d7387
|
[GraphBolt] enrich node types for input/output nodes of sampled subgraph (#6348)
|
2023-09-19 17:15:52 +08:00 |
|
Hongzhi (Steve), Chen
|
a848aa3e9b
|
[Graphbolt] Reorder the parameters of UniformNegativeSampler. (#6322)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
|
2023-09-14 10:05:31 +08:00 |
|
Rhett Ying
|
337b5ea770
|
[GraphBolt] enable fanouts to be a list of int (#6309)
|
2023-09-12 10:26:51 +08:00 |
|
Rhett Ying
|
6aba92e969
|
[GraphBolt] fix test cases about datapipe (#6305)
|
2023-09-11 14:11:20 +08:00 |
|
peizhou001
|
1ff5f09fe6
|
[Graphbolt] Remove link prediction format (#6298)
|
2023-09-08 10:43:00 +08:00 |
|
Rhett Ying
|
ec4952392d
|
[GraphBolt] enable to invoke gb samplers in functional form (#6297)
|
2023-09-07 15:57:52 +08:00 |
|
Rhett Ying
|
79a954777f
|
[GraphBolt] clean up minibatch collator in testcases and docstring (#6294)
|
2023-09-07 12:21:15 +08:00 |
|
Rhett Ying
|
3742d5ffed
|
[GraphBolt] rename data attributes in MiniBatch (#6274)
|
2023-09-04 16:24:00 +08:00 |
|
peizhou001
|
86f739b374
|
[Graphbolt] Change data_block to mini_batch (#6256)
|
2023-09-04 13:20:22 +08:00 |
|
Rhett Ying
|
240e28a223
|
[GraphBolt] rename MinibatchSampler as ItemSampler (#6255)
|
2023-09-01 13:44:13 +08:00 |
|
Rhett Ying
|
6b99f32880
|
[GraphBolt] use str etype in graphs (#6235)
|
2023-08-30 11:46:03 +08:00 |
|
Rhett Ying
|
911c4aba73
|
[GraphBolt] use str etype in sampler (#6232)
|
2023-08-30 09:50:59 +08:00 |
|
Muhammed Fatih BALIN
|
3fb81fcaf6
|
[Graphbolt] LayerNeighborSampler and tests (#6214)
|
2023-08-29 12:41:15 +08:00 |
|
peizhou001
|
f6dec3596c
|
[Graphbolt]Subgraph sampler udf (#6129)
|
2023-08-23 13:42:06 +08:00 |
|
peizhou001
|
7c2ea23aaf
|
[Graphbolt] Change input/output of sample neighbors to hetero format (#5980)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-16-19.ap-northeast-1.compute.internal>
|
2023-07-12 16:47:26 +08:00 |
|
Quan (Andy) Gan
|
ac53c1fae2
|
[GraphBolt] Subgraph sampler base datapipe (#5904)
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
|
2023-06-30 16:33:23 +08:00 |
|