文件历史

提交图

48 次代码提交

作者 SHA1 备注 提交日期
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
Hongzhi (Steve), Chen 4b73c37540 [misc] fix the comment format. (#5705)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-05-18 20:28:43 +08:00
Rhett Ying 77fd747f16 [GraphBolt] enable load/save for CSCSamplingGraph (#5702) 2023-05-18 12:13:06 +08:00
peizhou001 585ce94b97 [GraphBolt] Fix lint (#5701)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-16-19.ap-northeast-1.compute.internal>
2023-05-17 16:40:09 +08:00
peizhou001 317e70b42b [GraphBolt] Add sampling graph C side code (#5697) 2023-05-17 10:42:59 +08:00
peizhou001 29df6ec49e [GraphBolt] Remove cuda option in cmake (#5699)
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-05-16 21:50:55 +08:00
Hongzhi (Steve), Chen 8858725554 Polish the CMakeList. (#5694)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
Co-authored-by: peizhou001 <110809584+peizhou001@users.noreply.github.com>
2023-05-16 13:46:37 +08:00
peizhou001 494d2b7a07 [GraphBolt] Add graphbolt build into dgl build (#5696)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-25-242.ap-northeast-1.compute.internal>
2023-05-16 08:58:31 +08:00
peizhou001 7ea9efa7c2 [GraphBolt] Add cmake file (#5683)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-25-242.ap-northeast-1.compute.internal>
2023-05-15 12:30:37 +08:00
Rhett Ying 0b386a1d4f Merge Graphbolt to master (#5680)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-25-242.ap-northeast-1.compute.internal>
2023-05-12 12:09:17 +08:00