提交

4417 次代码提交

作者 SHA1 备注 提交日期
Ayush Noori 025767c204 [Feature] Fixed sampler with limit on sampled nodes/edges in batch subgraph (#6668)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2024-07-09 14:00:36 +08:00
Muhammed Fatih BALIN de33ee1ad5 [GraphBolt] Refactor S3-FIFO and add SIEVE, LRU and CLOCK. (#7508) 2024-07-09 01:37:30 -04:00
Rhett Ying 5b320e2145 [doc] add TemporalNeighborSampler into API doc 2024-07-05 13:20:01 +08:00
Muhammed Fatih BALIN 0baa5213a1 [GraphBolt] Move examples folder to root directory. (#7501) 2024-07-05 10:26:07 +08:00
Muhammed Fatih BALIN 25c29537b9 [GraphBolt] Partitioned S3-FIFO Feature Cache implementation (#7492) 2024-07-04 22:24:15 -04:00
Muhammed Fatih BALIN fb0547d613 [GraphBolt] Add temporal labor sampling to graph. (#7500) 2024-07-04 12:03:16 -04:00
Muhammed Fatih BALIN e7a492b83b [GraphBolt][PyG][Examples] Better default settings. (#7502) 2024-07-04 15:25:40 +08:00
pyynb 713ffb5714 [GraphBolt] Fix DiskBasedFeature Memory Leak Problem (#7349)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-2-128.us-west-2.compute.internal>
2024-07-03 10:12:16 +08:00
Andrei Ivanov 6b222af6f3 [DeprecationWarning] Fixing the warnings appearing in test_traversal.py::test_bfs. (#7484)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2024-07-01 15:02:49 +08:00
Rhett Ying dfdfad2cdb Revert "[dev] limit numpy < 2.0.0 for compatibility" (#7496) 2024-07-01 11:33:51 +08:00
Muhammed Fatih BALIN f9a34b6439 [GraphBolt] Fix deprecation warning (#7493) 2024-06-30 23:23:23 -04:00
Andrei Ivanov 65b949fdee [UserWarning] Fixing the warnings appearing in test_nn.py::test_group_rev_res. (#7486) 2024-07-01 11:01:16 +08:00
Muhammed Fatih BALIN 489671cd43 [Misc] Make code compilable with GCC 13 (#7363)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2024-06-27 14:17:07 +08:00
Rhett Ying 2ee8bc777b [CI] disable test_mp_dataloader due to glitch (#7490) 2024-06-27 13:39:51 +08:00
Rhett Ying 00f8feeee5 [release] bump version to 2.4 for nightly (#7489) 2024-06-27 11:55:38 +08:00
Rhett Ying 91e6b92334 [CI] revert skip and shm size (#7487) 2024-06-27 10:32:05 +08:00
Muhammed Fatih BALIN c74a5c8688 [GraphBolt][CUDA] Compute capability check refactor. (#7485) 2024-06-26 21:37:36 -04:00
Muhammed Fatih BALIN 08bdd9f29b [GraphBolt][CUDA] Gpu graph cache cpp (#7483) 2024-06-26 21:15:27 -04:00
Muhammed Fatih BALIN 95dc96a631 [GraphBolt][CUDA] Incremental GPU graph cache into gb.Dataloader. (#7475)
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2024-06-26 15:38:31 -04:00
Muhammed Fatih BALIN 2e1097fdc8 [GraphBolt][CUDA] Demonstrate GPUGraphCache usage in example. (#7482) 2024-06-26 12:55:15 -04:00
Rhett Ying f63fee3dd3 [CI] skip distributed test_dataloader_heterograph due to glitch 2024-06-26 15:05:48 +08:00
Rhett Ying 8f3e5b146b [CI] skip test_edge_dataloader_homograph due to glitch 2024-06-26 14:25:17 +08:00
Muhammed Fatih BALIN c822bc16f3 [GraphBolt][CUDA] Incremental GPU graph caching. (#7470)
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2024-06-26 13:26:11 +08:00
Rhett Ying 7142c2a5cd [CI] increase shm to 32GB for distributed glitch 2024-06-26 13:17:27 +08:00
Rhett Ying 6294c4be16 [dev] limit numpy < 2.0.0 for compatibility (#7479) 2024-06-26 13:11:36 +08:00
Hongzhi (Steve), Chen 33ba1292e5 [Misc] Rename seed_time_window to keep consistency. (#7480)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2024-06-26 12:30:43 +08:00
Muhammed Fatih BALIN ad5485be23 [GraphBolt][CUDA] Update cccl and cuco dependencies. (#7472) 2024-06-26 12:07:24 +08:00
Mingbang Wang d3e4f4f375 [Misc] modify workaround for DILL_AVAILABLE in torch 2.3.0 (#7474) 2024-06-26 08:28:40 +08:00
peizhou001 b3e884e8fd [Temporal] Add time window support (#7467)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-21-218.ap-northeast-1.compute.internal>
2024-06-25 16:57:31 +08:00
Muhammed Fatih BALIN 40c50d6030 [GraphBolt] Labor example (#7437) 2024-06-25 12:25:59 +08:00
Mingbang Wang 7c3d418e88 [GraphBolt] Alias ItemSetDict to HeteroItemSet (#7466)
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2024-06-20 10:29:38 +08:00
Rhett Ying f898053b1b [DistGB] disable glitched testcases (#7464) 2024-06-19 10:55:16 +08:00
Stanley Yang e4f3cc2064 [Dev] add new contributor to CI authority (#7465) 2024-06-18 15:52:50 +08:00
Mingbang Wang cbad2f0af3 [Feature] Add check for NNZ in COOToCSR (#7459) 2024-06-17 14:18:37 +08:00
Rhett Ying ed50c170dd [DistGB] fix add edge attr request (#7460) 2024-06-14 13:29:56 +08:00
Xinyu Yao e489e3843a [GraphBolt] Fix blocks in minibatch when facing with empty edges in subgraph. (#7413)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-30-178.ap-northeast-1.compute.internal>
Co-authored-by: Skeleton003 <799284168.qq.com>
Co-authored-by: Skeleton003 <799284168@qq.com>
Co-authored-by: Mingbang Wang <100203018+Skeleton003@users.noreply.github.com>
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2024-06-13 17:36:38 +08:00
Rhett Ying 7f1d164392 [DistGB]enable prob/mask sampling on graphbolt partitions (#7458) 2024-06-13 17:25:22 +08:00
miheer vaidya 94b691bd99 [Doc] Update index.rst: gcc 9 is needed (#7447) 2024-06-13 08:48:31 +08:00
Rhett Ying c29a2d01bc [DistGB] store original homo eids in default for GB partitions (#7455) 2024-06-12 11:22:00 +08:00
Rhett Ying 069a1527e6 [GraphBolt] enable to set single node/edge attribute (#7454) 2024-06-12 09:25:55 +08:00
Rhett Ying d281e4240c [DistGB] add testcases for DistDGL local sampling on multiple partitions (#7451) 2024-06-07 14:00:12 +08:00
Rhett Ying e366260d43 [GraphBolt] pass tensor directly to probs or masks in sampling C++ API (#7449) 2024-06-06 14:47:38 +08:00
Rhett Ying 4913a7b691 [DistDGL] add testcase for prob or mask sampling (#7448) 2024-06-06 08:10:49 +08:00
Rhett Ying 3edc19528c [DistGB] remove unnecessary testcases (#7444) 2024-06-03 11:34:22 +08:00
Rhett Ying 0fee9be329 [DistGB] exclude edges right after sampling (#7442) 2024-06-03 10:16:44 +08:00
Mingbang Wang 70e631249c [GraphBolt] remove buffer in ItemSampler.__iter__ (#7430)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-30-178.ap-northeast-1.compute.internal>
2024-05-31 16:31:50 +08:00
Rhett Ying c00b451b05 [DistGB] add demo for LP with DIstGB (#7441) 2024-05-30 16:30:03 +08:00
Rhett Ying ec823dd0c3 [DistGB] enable exclude edges for graphbolt-based DistGraph (#7436) 2024-05-29 17:01:08 +08:00
Rhett Ying 002f1bc363 [DistGB] enable negative sampler for graphbolt-based DistGraph (#7435) 2024-05-29 15:49:12 +08:00
Rhett Ying 1eaa9c266f [DistGB] enable graphbolt sampling for DistEdgeDataLoader (#7432) 2024-05-29 09:22:59 +08:00