文件历史

515 次代码提交

作者 SHA1 备注 提交日期
Ramon Zhou 0a87bc6a8d [GraphBolt] Add DistributedItemSampler to support multi-gpu training (#6341) 2023-09-22 14:38:45 +08:00
peizhou001 ed3840fcba [Graphbolt] Replace reverse with original (#6371) 2023-09-22 12:03:48 +08:00
yxy235 7cc59bba8f [Sparse] Modify the test of sparse_matrix_str (#6364)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-09-21 19:48:41 +08:00
yxy235 2520912089 [GraphBolt] Improve MiniBatch repr layout (#6356)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-8-56.us-west-2.compute.internal>
2023-09-21 15:20:48 +08:00
Rhett Ying 9ed28089e0 [GraphBolt] add available builtin datasets into docstring (#6346) 2023-09-20 08:53:34 +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
Rhett Ying fe96f11fff [GraphBolt] enable to download built-in dataset from s3 (#6329) 2023-09-15 11:35:24 +08:00
Rhett Ying 2a715f2f6f [GraphBolt] skip empty mask (#6331) 2023-09-14 23:48:23 +08:00
peizhou001 e3bf1c0e11 [Graphbolt] Convert minibatch to dgl block instead of graph (#6318) 2023-09-14 11:03:17 +08:00
Nick Baker eb40ed550a [Model] Add Node explanation for Heterogenous PGExplainer Impl. (#6050)
Co-authored-by: Quan (Andy) Gan <coin2028@hotmail.com>
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-09-14 10:42:23 +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 5eda844011 [GraphBolt] fix type_per_edge (#6317) 2023-09-12 17:42:18 +08:00
xiangyuzhi a23b490df4 [Sparse] Sparse sample implementation (#6303) 2023-09-12 16:42:24 +08:00
peizhou001 0440806aac [Graphbolt] Move exclude edges (#6312) 2023-09-12 15:12:43 +08:00
Rhett Ying c51516a83e [GraphBolt] fix type_per_edge when convert DGLGraph to CSCSamplingGraph (#6314) 2023-09-12 14:52:41 +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
LastWhisper 1328baf7cb [Graphbolt] Use for to implement ItemSet.__iter__ (#6293)
Optimize the ItemSet.__iter__ function implementation
2023-09-11 10:59:42 +08:00
peizhou001 1ff5f09fe6 [Graphbolt] Remove link prediction format (#6298) 2023-09-08 10:43:00 +08:00
peizhou001 09c8e8d9df [Graphbolt] Add adding reverse edges helper (#6288)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-16-19.ap-northeast-1.compute.internal>
2023-09-07 20:31:05 +08:00
Rhett Ying 8d50b34b82 [GraphBolt] remove print() from test case (#6299) 2023-09-07 16:42:55 +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 37d70e541b [GraphBolt] split node_pairs to tuple of (src, dst) (#6291) 2023-09-06 16:06:39 +08:00
Rhett Ying 50b05723ff [GraphBolt] update names of ItemSet in OnDiskDataset testcases (#6289) 2023-09-06 10:03:43 +08:00
Rhett Ying 29949322bf [GraphBolt] convert item list to MiniBatch (#6281) 2023-09-05 17:03:59 +08:00
xiangyuzhi dadce86a78 [Sparse] Add sparse matrix slicing operator implementation (#6208)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-09-05 16:47:14 +08:00
Rhett Ying 729924e381 [GraphBolt] update docstring of ItemSet (#6282) 2023-09-05 16:04:35 +08:00
czkkkkkk aa562f7ebe [Graphbolt] Refactor shared memory utility. (#6198) 2023-09-04 23:11:22 +08:00
Rhett Ying 3742d5ffed [GraphBolt] rename data attributes in MiniBatch (#6274) 2023-09-04 16:24:00 +08:00
Rhett Ying fa17fd09af [GraphBolt] update tests of ItemSet to cover canonical cases (#6272) 2023-09-04 15:04:57 +08:00
peizhou001 ac49220cd4 [Graphbolt] Convert a data block to dgl graphs (#6228) 2023-09-04 14:01:44 +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 6068dc31ae [GraphBolt] add names for each item in ItemSet (#6254) 2023-09-01 08:43:17 +08:00
peizhou001 219c9f1a29 [Graphbolt]Refator feature fetcher (#6245) 2023-08-31 15:28:47 +08:00
Ramon Zhou d387e8e376 [Graphbolt] Add pickle methods for CSCSamplingGraph (#6199)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-08-31 11:20:41 +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
Hongzhi (Steve), Chen 27f6561a89 [Graphbolt] Improve basic feature store test. (#6209)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-08-29 14:41:11 +08:00
Muhammed Fatih BALIN 3fb81fcaf6 [Graphbolt] LayerNeighborSampler and tests (#6214) 2023-08-29 12:41:15 +08:00
Rhett Ying 44a9faad7a [GraphBolt] add converter of etype and update in dataset (#6230) 2023-08-29 11:59:40 +08:00
Rhett Ying 2144a3ce43 [GraphBolt] use str instead of tuple for canonical etype (#6216)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-08-28 15:41:40 +08:00
Rhett Ying 4c5489e876 [GraphBolt] remove duplicate test utils (#6220) 2023-08-28 15:25:35 +08:00
peizhou001 bc72349c0d [Graohbolt] Fix CI bug (#6224)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-16-19.ap-northeast-1.compute.internal>
2023-08-28 14:40:04 +08:00
peizhou001 d82cfdc05c [Graphbolt] Add feature fetcher udf (#6210)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-16-19.ap-northeast-1.compute.internal>
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-08-28 12:07:08 +08:00
Hongzhi (Steve), Chen 5c1206de71 [Graphbolt] Update unit test to match the official edge format. (#6215)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-08-25 14:39:54 +08:00
Muhammed Fatih BALIN 968c52dd7b [Graphbolt] Gpu cache feature store (#6005) 2023-08-25 14:14:41 +08:00
Hongzhi (Steve), Chen b8e935751d [Graphbolt] Add BasicFeatureStore. (#6204)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-08-25 09:42:11 +08:00
Hongzhi (Steve), Chen 60d4ea69d1 [Misc] Keep import in order. (#6207)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-08-24 23:30:37 +08:00