文件历史

提交图

59 次代码提交

作者 SHA1 备注 提交日期
Ramon Zhou 58d98e0390 [Graphbolt] Utilize pre-allocation in sampling (#6132) 2023-08-14 13:20:55 +08:00
peizhou001 9116f67304 [Graphbolt]Unique and compact OP (#6098) 2023-08-11 07:58:33 +08:00
peizhou001 1e16e4ca5f [Graphbolt]Throw exception when id not found (#6128) 2023-08-10 17:02:48 +08:00
Hongzhi (Steve), Chen c8414962f1 [Misc] Remove blank files. (#6126)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-08-10 16:14:53 +08:00
Ramon Zhou 45da2b23f6 [Graphbolt] Add num_pick_fn into neighbor sampling (#6101) 2023-08-09 17:28:46 +08:00
Muhammed Fatih BALIN a2234d6075 [Graphbolt] Modify labor to fix inconsistencies (#6117)
Co-authored-by: Ramon Zhou <deluxurous@gmail.com>
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-08-09 11:37:53 +08:00
peizhou001 707f2ae996 [Graphbolt]Add concurrent id hash map (#6082) 2023-08-09 09:57:02 +08:00
Ramon Zhou 144a491b8d [Graphbolt] Update the sampler algorithm documentation for fanout = -1. (#6114) 2023-08-09 09:25:04 +08:00
Ramon Zhou b53f9365f8 [Graphbolt] SampleNeighbors code refactor: add pick_fn (#6086)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-08-04 15:11:37 +08:00
keli-wen 80d16efac3 [Graphbolt] Add cat optimization for UniformPick (#6030) 2023-07-25 16:06:34 +08:00
Hongzhi (Steve), Chen 327589c8dc [Misc] Polish the graphbolt code for labor sampling. (#6038)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-07-25 13:53:22 +08:00
Muhammed Fatih BALIN e34a507292 [Graphbolt][Feature] LABOR-0 implementation into sample_neighbors with tests (#5986)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-07-18 16:44:16 +08:00
Hongzhi (Steve), Chen e7ff22f7be [Misc] Simplify the comment. (#6007)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-07-18 13:06:34 +08:00
Hongzhi (Steve), Chen 807a753c31 Revert "[Graphbolt] Add pickle serialization support for Graphbolt SampledSubgraph" (#5997) 2023-07-13 14:23:48 +08:00
Ramon Zhou 09e5aa961d [Graphbolt] Add pickle serialization support for Graphbolt SampledSubgraph (#5979) 2023-07-12 23:03:22 +08:00
peizhou001 a33fafb713 [Graphbolt] Change probs to name of attribute (#5968) 2023-07-12 14:15:55 +08:00
peizhou001 4b4565077c [Graphbolt] Add edge attributes (#5966) 2023-07-11 18:31:58 +08:00
keli-wen e178158616 [Graphbolt] Add optimization for UniformPick in Sampling. (#5932)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-07-10 15:32:59 +08:00
Hongzhi (Steve), Chen f26316edb0 [Misc] Quick code polish of csc_sampling_graph.cc. (#5957)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-07-06 18:01:11 +08:00
peizhou001 86befc63bd [Graphbolt] Add negative sampler function in csc graph (#5922) 2023-07-06 16:33:19 +08:00
peizhou001 330571b6fe [Graphbolt] Fix asseration bug (#5952) 2023-07-06 09:31:32 +08:00
keli-wen 6ba6dd602e [GraphBolt] Add Random Engine for Sampling (#5905) 2023-06-30 02:47:26 +08:00
peizhou001 69d9b72654 [Graphbolt] Use binary search in neighbor sample (#5891) 2023-06-29 15:00:45 +08:00
peizhou001 2ef90be0c2 [GraphBolt] Dispatch type edges in neighbor sampling (#5890) 2023-06-28 18:45:58 +08:00
peizhou001 2c03fe9952 [Graphbolt] Dispatch edge ids in neighbor sampling (#5889) 2023-06-28 10:56:05 +08:00
peizhou001 c4aa74baf8 [GraphBolt] Add probs for neighbor sampling (#5774) 2023-06-05 13:18:07 +08:00
peizhou001 95cf6924a1 [Graphbolt] Return etypes in the neighbor sampling (#5773) 2023-06-04 10:42:59 +08:00
peizhou001 ae97049e6c [GraphBolt] Add return_eid for neighbor sampling (#5772) 2023-06-04 10:05:22 +08:00
peizhou001 b32345169b [GraphBolt] Add sample etype neighbors (#5771) 2023-06-03 15:20:23 +08:00
peizhou001 704aa4230f [GraphBolt] Add replace for neighbor sampling (#5770)
[Graphbolt] Add replace for sampling
2023-06-02 19:48:27 +08:00
peizhou001 c9c165f7cb [GraphBolt] Add fanout for neighbor sampling (#5768)
[Graphbolt] Add fanout for sampling
2023-06-02 18:50:04 +08:00
peizhou001 a99095e78c [GraphBolt]Simple neighbor sampling that picking all neighbors for given nodes (#5765)
[GraphBolt] Add neighbor sampling picking all neighbors for given nodes
2023-06-02 16:05:05 +08:00
peizhou001 ee00729bbe [Graphbolt] Define API for Neighbor sampling (#5766)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-25-242.ap-northeast-1.compute.internal>
2023-06-02 14:17:36 +08:00
czkkkkkk f0b612227e [Graphbolt] Improve code quality (#5762) 2023-06-02 14:08:37 +08:00
czkkkkkk c9dfafe607 [Graphbolt] Avoid transitive inclusion (include what you need) (#5759) 2023-06-01 21:20:47 +08:00
Hongzhi (Steve), Chen 8a3256d8ff [Misc] Add const reference for Tensor in FromCSC. (#5750)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-05-30 13:14:21 +08:00
czkkkkkk 6f675eb758 [Graphbolt] Read/write CSCSamplingGraph on shared memory. (#5738)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-05-30 12:05:38 +08:00
Hongzhi (Steve), Chen 53714ca831 [graphbolt] Add const for const reference. (#5744)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-05-30 10:17:06 +08:00
Rhett Ying 236ffa0f63 [GraphBolt] add in_subgraph() API at the python level (#5743) 2023-05-26 15:37:07 +08:00
Rhett Ying 2cb7c69d28 [GraphBolt] add InSubgraph() for CSCSamplingGraph in c++ level (#5728) 2023-05-26 10:26:51 +08:00
czkkkkkk 4c54a4c858 [Graphbolt] Add SharedMemory (#5737) 2023-05-25 20:27:04 +08:00
peizhou001 1a64965706 [GraphBolt] Add subgraph binding (#5741) 2023-05-25 17:59:25 +08:00
peizhou001 7438b108a1 [GraphBolt] Add sampled subgraph (#5729) 2023-05-25 12:21:38 +08:00
Rhett Ying 70af8f0d85 [GraphBolt] add support for load/save CSCSamplingGraph in python level (#5733) 2023-05-24 17:24:43 +08:00
peizhou001 567a9df2d0 [GraphBolt] Add csc sampling graph python side code (#5700) 2023-05-23 16:59:59 +08:00
peizhou001 c83350dade [Graphbolt] Remove node and edge types from C graph (#5721)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-16-19.ap-northeast-1.compute.internal>
2023-05-23 07:03:43 +08:00
Rhett Ying fccf0a31c3 [doc] Fix comment typo 2023-05-22 15:55:58 +08:00
peizhou001 af8451c223 [GraphBolt] Use string triplet for edge type (#5712)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-25-242.ap-northeast-1.compute.internal>
2023-05-21 20:00:36 +08:00
Rhett Ying 72d16f78a1 [GraphBolt] optimize load/save logic (#5713) 2023-05-19 15:40:37 +08:00
czkkkkkk 1e295c537a [Graphbolt] Move headers to include/graphbolt & add include guard (#5706) 2023-05-19 13:35:40 +08:00