文件历史

121 次代码提交

作者 SHA1 备注 提交日期
Rhett Ying 92c8f08de4 [Graphbolt]Fix negative sampler (#6933) (#6938)
Co-authored-by: peizhou001 <110809584+peizhou001@users.noreply.github.com>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-21-218.ap-northeast-1.compute.internal>
2024-01-11 18:31:37 +08:00
Rhett Ying c047950394 [GraphBolt][CUDA] Dataloader num_workers > 0 fix. (#6924) (#6928)
Co-authored-by: Muhammed Fatih BALIN <m.f.balin@gmail.com>
2024-01-10 13:26:32 +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
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