文件历史

提交图

1389 次代码提交

作者 SHA1 备注 提交日期
Rhett Ying ebf505ee92 [DistGB] update top level API about use_graphbolt (#7169) 2024-02-28 15:20:37 +08:00
Rhett Ying d1bea9e87f [DistGB] format dtype when converting partition to GraphBolt format (#7150) 2024-02-28 09:24:39 +08:00
Rhett Ying e5263013a9 [CI] use torch 2.0.0, cu118, ubuntu2004, python310 (#7158) 2024-02-27 16:37:48 +08:00
Muhammed Fatih BALIN dbafbe4159 [GraphBolt] Fix scalar itemset dtype issue (#7147) 2024-02-26 12:39:02 -05:00
Rhett Ying 045beeba14 [DistGB] remove toindex() as torch tensor is always be expected (#7146) 2024-02-26 14:04:35 +08:00
Rhett Ying 63541c88f1 [DistGB] enable int32 id ranges in IdMap (#7144) 2024-02-26 10:28:59 +08:00
Muhammed Fatih BALIN 7c51cd1643 [GraphBolt] Cast sampled data to minimum dtype. (#7131) 2024-02-22 22:53:29 -05:00
yxy235 d95720b9b1 [Misc] Rename test files. (#7139)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-02-22 14:25:36 +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
Rhett Ying b0080d5bac [DistGB] add graphbolt flag into top level API (#7122) 2024-02-22 09:26:45 +08:00
Andrei Ivanov 364cb7186e Skip test when atomic operations are not supported on GPU. (#7117) 2024-02-21 16:14:58 +08:00
yxy235 bfd7cee194 [Misc] Move sample_utils tests to correct directory. (#7125)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-02-21 11:52:49 +08:00
Ramon Zhou 2df85862a5 [GraphBolt] Correct to_pyg_data (#7124) 2024-02-20 11:11:05 +08:00
Andrei Ivanov 13cbad32ce Suppressing warnings generated by the test_prop_nodes_topo test. (#6651)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2024-02-19 10:09:15 +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
Andrei Ivanov 13e7c2faeb [GraphBolt] Improving subgraph_sampler tests. (#7047) 2024-02-14 23:36:00 +08:00
Rhett Ying 8e6cbd621f [DistGB] sample with graphbolt on heterograph via DistNodeDataLoader (#7112) 2024-02-09 15:51:39 +08:00
Rhett Ying 6735a3ae3d [DistGB] enable sample etype neighbors on heterograph (#7095) 2024-02-09 10:09:16 +08:00
Rhett Ying 3ebdee7768 [DistGB] sample with graphbolt on homograph via DistNodeDataLoader (#7108) 2024-02-09 09:58:32 +08:00
Rhett Ying 763bd39ff5 [DistGB] sample with graphbolt on homograph via DistDataLoader (#7098) 2024-02-08 10:37:01 +08:00
Ramon Zhou 8cf5ad84b6 [GraphBolt] Add to_pyg_data for MiniBatch (#7076) 2024-02-07 11:02:28 +08:00
yxy235 845864d2a0 [GraphBolt] Modify SubgraphSampler to support seeds. (#7049)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-02-06 14:26:06 +08:00
Rhett Ying ee8b7b39ce [DistGB] enable GB sampling on heterograph (#7087) 2024-02-06 11:22:38 +08:00
Muhammed Fatih BALIN a2e1c79618 [GraphBolt][CUDA] Pipelined sampling accuracy fix (#7088) 2024-02-05 20:01:31 +03:00
Rhett Ying 4ee0a8bddb [DistGB] return global eids from GB sampling on homograph (#7085) 2024-02-05 13:22:44 +08:00
Muhammed Fatih BALIN badeaf19dc [GraphBolt][CUDA] Pipelined sampling optimization (#7039) 2024-02-05 12:20:15 +08:00
Rhett Ying f3af2a9fd4 [DistGB] return eids together with etype_ids in sampling (#7084) 2024-02-05 09:48:20 +08:00
Muhammed Fatih BALIN 346197c477 [GraphBolt][CUDA] Add gb.index_select and fix example inferencing. (#7051) 2024-02-04 19:56:40 +03:00
Andrei Ivanov 95142b844e [GraphBolt] Fixing two issues in GraphBolt tests. (#7059)
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2024-02-04 16:06:06 +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
Rhett Ying 6459a688ae [DistGB] enable GB sampling on homograph (#7061) 2024-02-04 10:39:44 +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
Rhett Ying e117adac25 [GraphBolt] fix testcases on warning messages (#7054) 2024-02-01 11:41:05 +08:00
Rhett Ying 571340dac6 [DistGB] update partition_graph to support graphbolt (#7053) 2024-02-01 11:37:43 +08:00
Rhett Ying df6b3250f4 [DistGB] enable DistGraph to load graphbolt partitions (#7048) 2024-02-01 09:39:50 +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
Muhammed Fatih BALIN b085224fb9 [GraphBolt][CUDA] Dataloader feature overlap fix (#7036) 2024-01-30 09:24:22 +03: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 366fb02fbd [DistGB] enable to load GB partitions (#7029) 2024-01-26 12:38:25 +08:00
Rhett Ying 523bbb4cb1 [GraphBolt] fix preprocess issue for single ntype/etype graph (#7011) 2024-01-25 16:03:25 +08:00
Rhett Ying 0bfe34d96b [DistGB] refine convertion from dgl to graphbolt (#7007) 2024-01-25 14:55: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