文件历史

提交图

139 次代码提交

作者 SHA1 备注 提交日期
Mingbang Wang f498986771 [GraphBolt] Add error messages for attribute size check (#7079)
Co-authored-by: Muhammed Fatih BALIN <m.f.balin@gmail.com>
2024-02-04 20:10:45 +08:00
czkkkkkk 1e6fa711f2 [Graphbolt] Add fast path for tamporal sampling. (#7078) 2024-02-03 17:05:58 +08:00
Muhammed Fatih BALIN 15695ed0ec [GraphBolt][CUDA] Handle edge case of %100 cache hit rate. (#7080) 2024-02-02 23:03:06 -08:00
Muhammed Fatih BALIN d5b03bcb27 [GraphBolt][CUDA] GPUCache performance fix. (#7073) 2024-02-02 14:49:54 -08:00
Muhammed Fatih BALIN 177dc133d6 [GraphBolt][CUDA] IndexSelectCSC kernel launch config change. (#7056) 2024-02-02 13:16:52 +08:00
Muhammed Fatih BALIN 3a79f02189 [GraphBolt][CUDA] Make nodes optional for sampling (#6993) 2024-01-24 12:58:54 -05:00
Muhammed Fatih BALIN 365bb723d9 [GraphBolt][CUDA] Optimize UVA index_select_csc. (#6995) 2024-01-24 12:30:55 -05:00
Muhammed Fatih BALIN aad12df6a6 [GraphBolt][CUDA] gb.expand_indptr (#6871) 2024-01-18 04:11:01 -05:00
Muhammed Fatih BALIN f6db850d75 [GraphBolt][CUDA] Add native GPUCachedFeature instead of using DGL (#6939) 2024-01-18 02:59:35 -05:00
Muhammed Fatih BALIN 528b041c51 [GraphBolt][CUDA] Overlap feature fetcher (#6954) 2024-01-18 02:58:54 -05:00
Muhammed Fatih BALIN 0f3bfd7ecb [GraphBolt][CUDA] Refactor IndexSelectCSC and add output_size argument (#6927) 2024-01-12 06:10:26 -05:00
Muhammed Fatih BALIN 3795a006b9 [GraphBolt][CUDA] Refactor codebase with CUB_CALL macro (#6870) 2024-01-12 05:00:24 -05:00
Muhammed Fatih BALIN f86212edb5 [GraphBolt][CUDA] Enable tests for weighted sampling (#6919) 2024-01-12 03:51:53 -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 1193e2e8ec [GraphBolt][CUDA] Dataloader num_workers > 0 fix. (#6924) 2024-01-10 11:27:05 +08:00
Muhammed Fatih BALIN b3224ce8db [GraphBolt] Switch to using AT_DISPATCH_INDEX_TYPES for graph (#6912) 2024-01-08 02:27:17 -05: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
Muhammed Fatih BALIN 25eabbb4ef [GraphBolt] Setting manual seed also sets the seed now. (#6900) 2024-01-04 22:26:26 -05:00
czkkkkkk 29c3b06d4a [Graphbolt] Change the temporal filter condition of temporal sampler. (#6893) 2024-01-04 11:20:10 +08:00
Muhammed Fatih BALIN ce223b3693 [GraphBolt][CUDA] Add type_per_edge reading support and ensure same types are consecutive (#6865)
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2024-01-01 21:53:28 -05: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 22a2513d0a [GraphBolt][CUDA] Reduce and hide unique_and_compact synchronizations. (#6841) 2023-12-28 11:16:21 -05: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 60a27bc6e8 [GraphBolt][CUDA] Pass GPU architecture option from DGL (#6792) 2023-12-26 13:55:06 +08: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 a259767bae [GraphBolt][CUDA] Use Current Stream and introduce CopyScalar class (#6796) 2023-12-25 19:09:04 -05:00
Muhammed Fatih BALIN 4d8ae71b87 [GraphBolt][CUDA] Macro for all types (#6824) 2023-12-25 18:14:39 -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 8a8f2b00b9 [Graphbolt]Windows bug workaround (#6611)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-21-218.ap-northeast-1.compute.internal>
2023-12-22 14:47:23 +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 11bdd6e806 [Graphbolt] Refactor the nonuniform pick function to make it reusable. (#6772) 2023-12-19 16:07:37 +08:00
czkkkkkk 3d657dbfb2 [Graphbolt] Define the interface of temporal neighbor sampling. (#6755) 2023-12-19 15:41:32 +08:00
czkkkkkk f95e9df31f [Graphbolt] Add seed_id for NumPickFn and PickFn in neighbor sampling to support temporal sampling. (#6769) 2023-12-19 14:29:48 +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 e9d5156e3c [GraphBolt] rename from_fused_csc as fused_csc_sampling_graph (#6732) 2023-12-12 16:19:41 +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 2c325b2d30 [GraphBolt] add node/edge_type_to_id into pickle (#6701) 2023-12-07 11:10:58 +08:00
Rhett Ying 8a8525305a [GraphBolt] support node/edge_type_to_id in shared memory (#6693) 2023-12-06 08:43:12 +08:00