文件历史

187 次代码提交

作者 SHA1 备注 提交日期
Rhett Ying 1b5c02c16c [release] cherry-pick from master and release for 2.2.1 (#7388)
Co-authored-by: Muhammed Fatih BALIN <m.f.balin@gmail.com>
Co-authored-by: Xinyu Yao <77922129+yxy235@users.noreply.github.com>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-05-10 08:16:17 +08:00
pyynb 0d9a09df18 [graphbolt] Disable liburing (#7366) 2024-04-29 11:48:06 +08:00
Ramon Zhou 658b2086b0 [GraphBolt] Optimize hetero sampling on CPU (#7360) 2024-04-28 13:51:27 +08:00
Xinyu Yao 6133cecdae [GraphBolt] Update tests related to seeds refactor. (#7352)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-04-25 11:58:48 +08:00
pyynb 934761965d [GraphBolt] Disable support for F_contiguous arrays in DiskBasedFeature (#7316)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-2-128.us-west-2.compute.internal>
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2024-04-18 14:36:36 +08:00
Xinyu Yao 7612af0f18 [GraphBolt] Remove old version negative sampler. (#7302)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-04-15 12:51:09 +08:00
Xinyu Yao 20e5e26697 [GraphBolt] Remove old version exclude edges. (#7299)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-04-12 14:30:06 +08:00
Xinyu Yao 0bd79a2bd9 [GraphBolt] Update name used in LegacyDataset. (#7283)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-04-09 13:03:56 +08:00
Xinyu Yao d9caeaaafc [GraphBolt] Update dataset names that exposed to users in examples. (#7280)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-04-08 17:06:49 +08:00
Muhammed Fatih BALIN 78df81015a [GraphBolt] Add optimized unique_and_compact_batched. (#7239) 2024-04-07 04:55:08 -04:00
Muhammed Fatih BALIN d3483fe1f1 [GraphBolt][CUDA] Optimize hetero sampling. (#7223) 2024-04-03 03:18:30 -04:00
yxy235 b743cdef71 [GraphBolt] Hack for original seed_nodes and node_pairs. (#7248)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-04-02 16:25:46 +08:00
xiangyuzhi b725ee53d7 [Graphbolt] Disk feature fetcher (#7128)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-40-250.ap-northeast-1.compute.internal>
2024-04-01 16:01:43 +08:00
yxy235 3885da25f7 [GraphBolt] Modify _init_all_nodes_set to use seeds. (#7243)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-03-27 14:53:28 +08:00
Muhammed Fatih BALIN a272efed96 [GraphBolt] Implement labor dependent minibatching - python side. (#7208) 2024-03-13 13:05:19 -04:00
Andrei Ivanov 85c030f673 [GraphBolt] Combining test_OnDiskDataset_preprocess_yaml_content tests for Windows and Unix. (#7148) 2024-02-29 13:21:10 +08:00
Mingbang Wang 5d2d14538a [GraphBolt] Support saving graph and TVT_Sets in int32 (#7127)
Co-authored-by: Muhammed Fatih BALIN <m.f.balin@gmail.com>
2024-02-28 21:54:19 -05:00
Rhett Ying e5263013a9 [CI] use torch 2.0.0, cu118, ubuntu2004, python310 (#7158) 2024-02-27 16:37:48 +08:00
yxy235 4440ac7548 [GraphBolt] Modify exclude_seed_edges to support seeds. (#7114)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-02-22 14:25:12 +08:00
Mingbang Wang b569e4beaf [Misc] Correct some typos (#7120) 2024-02-18 13:05:42 +08:00
Mingbang Wang 458b938c42 [GraphBolt] modify preprocess_ondisk_dataset() (#6986) 2024-02-18 01:04:39 +08:00
Muhammed Fatih BALIN a2e1c79618 [GraphBolt][CUDA] Pipelined sampling accuracy fix (#7088) 2024-02-05 20:01:31 +03:00
Muhammed Fatih BALIN badeaf19dc [GraphBolt][CUDA] Pipelined sampling optimization (#7039) 2024-02-05 12:20:15 +08:00
yxy235 af0b63eda6 [GraphBolt] Fix gpu NegativeSampler for seeds. (#7068)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-02-04 13:24:34 +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
Hongzhi (Steve), Chen e602ab1b56 [Misc] Move test_minibatch to the correct dir. (#7055)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2024-02-01 14:48:35 +08:00
Mingbang Wang 942b17ab2e [GraphBolt] Add hardcode testcases for gb.preprocess_ondisk_dataset (#7035) 2024-01-31 23:36:01 +08:00
Muhammed Fatih BALIN f051a5cc69 [GraphBolt][CUDA] Add is_pinned method to TorchBasedFeatureStore. (#7041) 2024-01-31 14:57:24 +03:00
yxy235 e7c3454f12 [GraphBolt] Fix NegativeSampler seeds support. (#7043)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2024-01-31 15:14:24 +08:00
yxy235 cda8b38101 [GraphBolt] Add compacted_seeds to minibatch. (#7033)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-01-30 14:29:37 +08:00
yxy235 11adb4e717 [GraphBolt] Refactor NegativeSampler. (#7001)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-01-26 14:01:42 +08:00
Rhett Ying 523bbb4cb1 [GraphBolt] fix preprocess issue for single ntype/etype graph (#7011) 2024-01-25 16:03:25 +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 8da604d7ab [GraphBolt][CUDA] Refine pinning tests (#6994) 2024-01-23 16:27:33 +08:00
yxy235 d249744875 [GraphBolt] Add indexes to MiniBatch. (#6989)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-01-23 13:08:12 +08:00
yxy235 351c860afd [GraphBolt] Add check to NegativeSampler. (#6976)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-01-22 13:09:21 +08:00
Muhammed Fatih BALIN f6db850d75 [GraphBolt][CUDA] Add native GPUCachedFeature instead of using DGL (#6939) 2024-01-18 02:59:35 -05:00
yxy235 173257b37a [GraphBolt] Add seeds to MiniBatch. (#6968)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-01-18 15:58:44 +08:00
Muhammed Fatih BALIN c864c91065 [GraphBolt][CUDA] Inplace pin memory for Graph and TorchFeatureStore (#6962) 2024-01-18 01:51:18 -05:00
Muhammed Fatih BALIN bd74c44c39 [GraphBolt][CUDA] Add .to() method to Graph and FeatureStore. (#6957) 2024-01-16 03:27:48 -05:00
Mingbang Wang 6f9db81345 [Misc] Correct test_OnDiskDataset_preprocess_homogeneous (#6922) 2024-01-16 15:43:57 +08:00
yxy235 de1eedc6e8 [GraphBolt] Add check about whether edge IDs are saved when edge feature is stored. (#6948)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-01-16 15:05:58 +08:00
Mingbang Wang 905321f855 [GraphBolt] Modify __repr__ (#6953) 2024-01-16 14:38:58 +08:00
yxy235 40816f6e40 [GraphBolt] Automatically force preprocess on-disk dataset. (#6937)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-01-16 10:04:19 +08:00
peizhou001 9a8aa8fa0f [Grapbolt]Negative node pairs should be 2D (#6951)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-21-218.ap-northeast-1.compute.internal>
2024-01-15 17:50:47 +08:00
Mingbang Wang 90e57e741f [GraphBolt] Update __repr__ of ItemSet and ItemSetDict (#6944) 2024-01-15 15:17:27 +08:00
Mingbang Wang b003732d31 [GraphBolt] Update __repr__ of TorchBasedFeature and TorchBasedFeatureStore (#6945) 2024-01-15 15:16:58 +08:00
Mingbang Wang dfff53bc24 [GraphBolt] add test for PR#6873 (#6923) 2024-01-15 12:11:40 +08: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 f86212edb5 [GraphBolt][CUDA] Enable tests for weighted sampling (#6919) 2024-01-12 03:51:53 -05:00