文件历史

275 次代码提交

作者 SHA1 备注 提交日期
czkkkkkk 84a01a16b6 [Graphbolt] Enable cuda optimizations for UVAIndexSelect. (#6507) 2023-11-06 11:02:04 +08:00
LastWhisper 91fe0c9069 [GraphBolt] Refactor CSCSamplingGraph and update the corresponding method. (#6515) 2023-11-04 03:09:14 +08:00
Rhett Ying 9e26c8e388 [GraphBolt] upgrade CUDA to 17 and update CI gpu image to torch2.0+cu118 (#6505) 2023-10-30 13:15:29 +08:00
czkkkkkk 1b5b7de5da [Graphbolt] Support UVA index select for TorchBasedFeature (#6417) 2023-10-24 09:34:33 +08:00
Ramon Zhou 7439b7e73b [GraphBolt] Add to function for CSCSamplingGraph (#6465) 2023-10-20 14:35:30 +08:00
peizhou001 d2eca8557d [Graphbolt] Speed up exclude edges (#6464) 2023-10-19 16:15:00 +08:00
LastWhisper fc06d7fce1 [GraphBolt] Enable CSCSamplingGraph::edge_attributes save and load. (#6422) 2023-10-12 15:53:43 +08:00
czkkkkkk d627d0f46f [Graphbolt] Support cuda compilation (#6383) 2023-09-26 15:27:09 +08:00
peizhou001 ed3840fcba [Graphbolt] Replace reverse with original (#6371) 2023-09-22 12:03:48 +08:00
Hongzhi (Steve), Chen feaeb1c224 [Misc] Polish the shared memory helper. (#6279)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-09-05 09:18:56 +08:00
czkkkkkk aa562f7ebe [Graphbolt] Refactor shared memory utility. (#6198) 2023-09-04 23:11:22 +08:00
Ramon Zhou f281959ac7 [Graphbolt] Delete the expensive check (#6264) 2023-09-01 14:55:05 +08:00
Ramon Zhou bbc8ff6261 [Graphbolt] Rewrite torch::multinomial to improve sampling performance (#6217) 2023-08-31 15:49:22 +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
Muhammed Fatih BALIN 0f3f8181d6 [Graphbolt] Improve Labor performance (#6203) 2023-08-29 14:48:38 +08:00
Ramon Zhou b1153db9b2 [Graphbolt] Rewrite sampling process to eliminate torch::cat (#6152) 2023-08-23 14:38:46 +08:00
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