文件历史

提交图

139 次代码提交

作者 SHA1 备注 提交日期
Rhett Ying 3cdc37ccd7 [GraphBolt] add ntype/etype_to_id into graph and save/load() (#6687) 2023-12-05 15:56:10 +08:00
Muhammed Fatih BALIN 99fcdfece7 [Bug] Update thrust to the new monorepo CCCL (#6166)
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2023-12-05 15:22:36 +08:00
Muhammed Fatih BALIN 5185c522b0 [Misc] Eliminate compile warnings (#6685) 2023-12-04 21:47:28 -05:00
Muhammed Fatih BALIN 5e64481be3 [Graphbolt][CUDA] Simplify allocator class by discarding tensors (#6654) 2023-12-03 23:24:31 -05:00
Muhammed Fatih BALIN 4795e1634f [Graphbolt][CUDA] Add third_party thrust and cub dependency (#6650) 2023-11-30 22:11:17 -05:00
Muhammed Fatih BALIN d873b09ae5 [Graphbolt][CUDA] Optimize UVA by using CUB sort (#6635) 2023-11-29 23:54:11 -05:00
Muhammed Fatih BALIN 096bbf9660 [Graphbolt][CUDA] Optimize UVA index select (#6632) 2023-11-29 09:41:11 +08:00
Muhammed Fatih BALIN a28f1f9af4 [Graphbolt][CUDA] Migrate utils and cuda common from dgl (#6631) 2023-11-28 11:02:38 -05:00
Hongzhi (Steve), Chen a40672a409 [Graphbolt] Support set seed for graphbolt. (#6613)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-11-27 13:16:28 +08:00
Rhett Ying 2bc4df229e [GraphBolt] replace item<> with raw pointer (#6601) 2023-11-23 11:22:36 +08:00
Rhett Ying 308f8ca39b [GraphBolt] enable more dtypes for sample_neighbors (#6523) 2023-11-21 08:44:21 +08:00
yxy235 2364907193 [GraphBolt] Add sort to Pick in sampling. (#6571)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-11-15 17:54:51 +08:00
Rhett Ying eb43489397 [GraphBolt] fix incorrect indptr of in_subgraph (#6555) 2023-11-10 17:21:34 +08:00
LastWhisper 382a2de73c [GraphBolt] Refactor SampledSubgraph and update the corresponding method. (#6533) 2023-11-08 15:29:56 +08:00
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