文件历史

提交图

81 次代码提交

作者 SHA1 备注 提交日期
Muhammed Fatih BALIN a3d20dce88 [GraphBolt][CUDA] Make _convert_to_sampled_subgraph lighter. (#7312) 2024-04-18 12:44:57 -04:00
Muhammed Fatih BALIN 78df81015a [GraphBolt] Add optimized unique_and_compact_batched. (#7239) 2024-04-07 04:55:08 -04:00
Muhammed Fatih BALIN d4a6f8a036 [GraphBolt][CUDA] Refactor Gather operation. (#7269) 2024-04-06 23:45:58 +08:00
Muhammed Fatih BALIN d3483fe1f1 [GraphBolt][CUDA] Optimize hetero sampling. (#7223) 2024-04-03 03:18:30 -04:00
Muhammed Fatih BALIN 9632ab1d7c [GraphBolt][CUDA] Specialize non-weighted neighbor sampling impl (#7215) 2024-03-18 10:38:44 -04:00
Muhammed Fatih BALIN a2c5472a74 [GraphBolt] Labor dependent template specialization. (#7220) 2024-03-18 03:08:31 -04:00
Muhammed Fatih BALIN a272efed96 [GraphBolt] Implement labor dependent minibatching - python side. (#7208) 2024-03-13 13:05:19 -04:00
Muhammed Fatih BALIN f0c7efa9a4 [GraphBolt] Implement dependent minibatching for labor. (#7205) 2024-03-11 08:23:36 -04:00
Muhammed Fatih BALIN 3a79f02189 [GraphBolt][CUDA] Make nodes optional for sampling (#6993) 2024-01-24 12:58:54 -05:00
Muhammed Fatih BALIN aad12df6a6 [GraphBolt][CUDA] gb.expand_indptr (#6871) 2024-01-18 04:11:01 -05:00
Muhammed Fatih BALIN 0f3bfd7ecb [GraphBolt][CUDA] Refactor IndexSelectCSC and add output_size argument (#6927) 2024-01-12 06:10:26 -05:00
peizhou001 afca111427 [Graphbolt]Fix negative sampler (#6933)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-21-218.ap-northeast-1.compute.internal>
2024-01-11 16:29:50 +08:00
Muhammed Fatih BALIN 61504ec5e6 [GraphBolt] Extend temporal sampling to labor (#6816) 2024-01-08 01:04:27 -05:00
Muhammed Fatih BALIN 557a8f817a [GraphBolt][CUDA] Multiple fanout hetero sampling support. (#6895) 2024-01-05 01:58:15 -05:00
czkkkkkk 29c3b06d4a [Graphbolt] Change the temporal filter condition of temporal sampler. (#6893) 2024-01-04 11:20:10 +08:00
peizhou001 a2cb2ecd0e [Graphbolt]Fix windows nominmax issue (#6853)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-21-218.ap-northeast-1.compute.internal>
2023-12-29 09:48:57 +08:00
Muhammed Fatih BALIN e7f0c3a160 [GraphBolt][CUDA] SampleNeighbors (Without replacement for now) (#6770) 2023-12-28 10:59:20 -05:00
Muhammed Fatih BALIN 01df9bade9 [GraphBolt][CUDA] InSubgraph (#6830) 2023-12-28 09:52:28 -05:00
Muhammed Fatih BALIN fd4ce7cc7c [GraphBolt][CUDA] Optimize gb.isin and refactor sort use in codebase (#6840) 2023-12-27 09:08:31 -05:00
Muhammed Fatih BALIN 437139f51a [GraphBolt][CUDA] gb.isin implementation (#6829) 2023-12-26 10:22:35 -05:00
Muhammed Fatih BALIN 6cb8c662a4 [GraphBolt][CUDA] CSRToCOO for NeighborSampling (#6797) 2023-12-25 22:36:55 -05:00
Muhammed Fatih BALIN 208fa3683d [GraphBolt][CUDA] Unique and Compact (#6738) 2023-12-25 20:29:46 -05:00
Muhammed Fatih BALIN 26e740a353 [GraphBolt][CUDA] Refactoring SliceCSCIndptr for Neighbor Sampling. (#6799) 2023-12-25 11:28:39 -05:00
Muhammed Fatih BALIN ceef30b4b7 [GraphBolt][CUDA] Adds an exclusive prefix sum function for Neighbor Sampling. (#6798) 2023-12-25 11:28:16 -05:00
czkkkkkk e42c7fcdec [Graphbolt] Implement Temporal Neighbor Sampling. (#6784) 2023-12-22 14:50:05 +08:00
peizhou001 b04c979732 [Graphbolt]Add nominmax macro in windows (#6794)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-21-218.ap-northeast-1.compute.internal>
2023-12-21 22:47:16 +08:00
czkkkkkk 3d657dbfb2 [Graphbolt] Define the interface of temporal neighbor sampling. (#6755) 2023-12-19 15:41:32 +08:00
czkkkkkk 6451807b5d [Graphbolt] Add an EdgeAttribute function in FusedCSCSamplingGraph to access an edge attribute by name. (#6756) 2023-12-19 14:17:51 +08:00
Rhett Ying a5e5f11a83 [GraphBolt] de-duplicate code for reading data from achive (#6761) 2023-12-17 22:06:33 +08:00
Rhett Ying e181ef15d7 [GraphBolt] add node_attributes into FusedCSCSamplingGraph (#6757) 2023-12-15 16:27:45 +08:00
Muhammed Fatih BALIN 1f15e3bc31 [Graphbolt][CUDA] Implementing the sparse UVA and nonUVA index select functionality for graphs (#6645) 2023-12-12 17:05:59 +08:00
Rhett Ying f04cce256a [GraphBolt] rename FromCSC as Create in c++ API (#6730) 2023-12-12 15:00:07 +08:00
Rhett Ying c213444268 [GraphBolt] use torch.load/save instead of load/save_fused_xxx() (#6707) 2023-12-07 17:17:31 +08:00
Rhett Ying 5db90b0e48 [GraphBolt] avoid pre-defined metadata size (#6700) 2023-12-07 11:21:59 +08:00
Rhett Ying 8a8525305a [GraphBolt] support node/edge_type_to_id in shared memory (#6693) 2023-12-06 08:43:12 +08:00
Rhett Ying 3cdc37ccd7 [GraphBolt] add ntype/etype_to_id into graph and save/load() (#6687) 2023-12-05 15:56:10 +08:00
LastWhisper 382a2de73c [GraphBolt] Refactor SampledSubgraph and update the corresponding method. (#6533) 2023-11-08 15:29:56 +08:00
LastWhisper 91fe0c9069 [GraphBolt] Refactor CSCSamplingGraph and update the corresponding method. (#6515) 2023-11-04 03:09:14 +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
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 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
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