sort by:
Revision Author Date Message Commit Date
62aca92 [Dev] add contributor to CI authority (#7267) Co-authored-by: Ubuntu <ubuntu@ip-172-31-10-164.us-west-2.compute.internal> 03 April 2024, 09:04:14 UTC
c2ffe3b [GraphBolt] Update notebook examples. (#7266) Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal> 03 April 2024, 08:38:58 UTC
d3483fe [GraphBolt][CUDA] Optimize hetero sampling. (#7223) 03 April 2024, 07:18:30 UTC
2a00cd3 [Misc] Update ondisk_dataset_heterograph.ipynb (#7261) 03 April 2024, 06:49:44 UTC
12f8348 [GraphBolt] PyG advanced example `torch.compile()` bug workaround. (#7259) 03 April 2024, 02:45:17 UTC
c5e683c [Doc]fix ondisk_dataset_homograph.ipynb (#7258) 03 April 2024, 00:21:19 UTC
b743cde [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> 02 April 2024, 08:25:46 UTC
3df6e30 [GraphBolt] Update `__len__()` and `__getitem__()` of `ItemSet` (#7253) 02 April 2024, 03:04:08 UTC
8e3d810 [DistGB] update CPU util of RGCN example (#7255) 01 April 2024, 10:45:18 UTC
efe2849 [GraphBolt] Modify examples to use `seeds`. (#7231) Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal> 01 April 2024, 08:45:39 UTC
b725ee5 [Graphbolt] Disk feature fetcher (#7128) Co-authored-by: Ubuntu <ubuntu@ip-172-31-40-250.ap-northeast-1.compute.internal> 01 April 2024, 08:01:43 UTC
fde1896 [GraphBolt] Fix `to` when using `seeds`. (#7245) Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal> 28 March 2024, 05:38:14 UTC
3885da2 [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> 27 March 2024, 06:53:28 UTC
2f58594 [GraphBolt] Modify `_seeds_preprocess` in subgraph_sampler. (#7242) Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal> 27 March 2024, 02:53:17 UTC
7815fe8 [CUDA] Make sanity check optional for `dgl.create_block`. (#7240) 26 March 2024, 02:14:03 UTC
3c39153 [GraphBolt] Make unique_and_compact deterministic (#7217) 25 March 2024, 08:26:03 UTC
1ad78fb [GraphBolt] Update minibatch `to` to support seeds. (#7235) Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal> 22 March 2024, 05:47:06 UTC
a3b09f7 [GraphBolt] Fix sparse example. (#7234) Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal> 20 March 2024, 05:45:00 UTC
add12e5 [GraphBolt] Remove unique requirement from in_subgraph. (#7222) 20 March 2024, 05:22:14 UTC
329d718 [GraphBolt][Doc] Correct typo to fix rendering issue. (#7224) 19 March 2024, 04:39:03 UTC
9632ab1 [GraphBolt][CUDA] Specialize non-weighted neighbor sampling impl (#7215) 18 March 2024, 14:38:44 UTC
7129905 [Doc] The len(data) of TUDataset('DD') must be 1178. (#7219) 18 March 2024, 13:42:27 UTC
a2c5472 [GraphBolt] Labor dependent template specialization. (#7220) 18 March 2024, 07:08:31 UTC
74c5e31 [GraphBolt][Doc] Update `layer_neighbor` documentation for new args. (#7212) 18 March 2024, 06:41:44 UTC
858c0b8 [GraphBolt] Update `to_pyg_data()` to support get batch_size from `seeds`. (#7214) Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal> 18 March 2024, 06:08:25 UTC
396b0ec [release] add pandas into dependencies (#7218) 18 March 2024, 02:24:02 UTC
aed161e [GraphBolt] Fixing warning in `test_to_pyg_data`. (#7210) 17 March 2024, 05:22:05 UTC
a272efe [GraphBolt] Implement labor dependent minibatching - python side. (#7208) 13 March 2024, 17:05:19 UTC
93990a9 [GraphBolt] Refactor `NeighborSamplerImpl` (#7207) 13 March 2024, 10:47:16 UTC
f0c7efa [GraphBolt] Implement dependent minibatching for labor. (#7205) 11 March 2024, 12:23:36 UTC
2bda158 [examples] update README about partition conversion (#7203) 08 March 2024, 09:12:34 UTC
8ab27b0 [DistGB] enable replacement sampling with GraphBolt API (#7202) 08 March 2024, 06:02:48 UTC
b0982fe Reactivation of one of the GPU tests. (#7193) 08 March 2024, 01:57:01 UTC
34ae70b [DistGB] update documentation (#7201) 07 March 2024, 08:29:16 UTC
996a936 [DistDGL] Fixing bug in `test_dist_objects` (#7179) 07 March 2024, 07:46:43 UTC
3fd6a5d [DistDGL] Fixing warning in `test_new_kvstore`. (#7180) 07 March 2024, 07:46:04 UTC
a7f1ab9 [GraphBolt] Modify `labels` dtype. (#7200) 07 March 2024, 05:45:25 UTC
89e4943 [DistGB] Enable GraphBolt for node classification on heterograph (#7198) 07 March 2024, 05:30:32 UTC
1ec0092 [Misc] Move pyg example. (#7199) Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal> 06 March 2024, 06:25:06 UTC
12fab55 [GraphBolt][PyG] Add more attributes in `to_pyg_data` (#7196) 06 March 2024, 06:15:21 UTC
a6505e8 [DistGB] revert toindex() but refine tests (#7197) 06 March 2024, 01:56:40 UTC
97b6631 [GraphBolt] Add recommended PyG example. (#7183) 06 March 2024, 01:18:25 UTC
bc97873 [GraphBolt] `torch.compile()` support for `gb.expand_indptr`. (#7188) 05 March 2024, 05:26:54 UTC
8b266f5 [doc] use tqdm from tqdm.auto (#7191) 04 March 2024, 08:43:15 UTC
08ad40a [doc] do not display nn.tensorflow and nn.mxnet (#7190) 04 March 2024, 06:20:20 UTC
8c28f98 [GraphBolt] Slight `gb.expand_indptr` improvement on CPU. (#7189) 04 March 2024, 04:08:41 UTC
290dadb [doc] install cpu version by default in notebooks (#7186) 01 March 2024, 08:38:09 UTC
4bd2ead [dev] bump master version to 2.2 (#7185) 01 March 2024, 07:45:09 UTC
d4c8a04 [GraphBolt][PyG] Modify PyG example with `to_pyg_data` (#7123) Co-authored-by: Muhammed Fatih BALIN <m.f.balin@gmail.com> 01 March 2024, 07:36:14 UTC
494d4cd [DistGB] enable graphbolt for homograph distDGL (#7182) 01 March 2024, 07:03:47 UTC
09e4855 [GraphBolt] `to_pyg_data` should return `int64` `edge_index`. (#7178) 01 March 2024, 01:38:11 UTC
d8d8724 [DistGB] restrict NID/EID as int64_t (#7177) 29 February 2024, 08:03:34 UTC
ade806b [dev] exclude dist dir (#7176) 29 February 2024, 06:59:13 UTC
0c3a442 [Graphbolt] Add liburing dependency (#7149) Co-authored-by: Ubuntu <ubuntu@ip-172-31-40-250.ap-northeast-1.compute.internal> 29 February 2024, 06:48:55 UTC
73e01d6 [CUDA] Update CCCL to 2.3.0 (#7171) 29 February 2024, 05:37:00 UTC
ff66c42 [GCMC]Fixing warnings that appear during in `gcmc` training. (#7152) 29 February 2024, 05:22:45 UTC
85c030f [GraphBolt] Combining `test_OnDiskDataset_preprocess_yaml_content` tests for Windows and Unix. (#7148) 29 February 2024, 05:21:10 UTC
5d2d145 [GraphBolt] Support saving graph and TVT_Sets in `int32` (#7127) Co-authored-by: Muhammed Fatih BALIN <m.f.balin@gmail.com> 29 February 2024, 02:54:19 UTC
90a9136 [Doc] Created a tutorial for ARGO in the CPU section (#7155) 29 February 2024, 02:33:24 UTC
9d9e223 [Bug] Fix the link to the image in argo readme (#7162) Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com> 29 February 2024, 02:30:22 UTC
ebf505e [DistGB] update top level API about use_graphbolt (#7169) 28 February 2024, 07:20:37 UTC
7b4c8c7 [GraphBolt] Update `_init_all_nodes_set` (#7168) 28 February 2024, 07:05:02 UTC
1e589e8 [GraphBolt] Fix the exclude edge functions when int32 is used. (#7167) 28 February 2024, 05:51:36 UTC
5db1893 [GraphBolt][Tutorial] Fix the typo in the tutorial and colab instance type. (#7163) 28 February 2024, 05:48:32 UTC
5f653c3 [dev] remove build artifacts for cleanup (#7166) 28 February 2024, 04:47:07 UTC
ca35563 [GraphBolt] Fix typo in node_classification example. (#7165) 28 February 2024, 02:06:05 UTC
d1bea9e [DistGB] format dtype when converting partition to GraphBolt format (#7150) 28 February 2024, 01:24:39 UTC
4091a49 [GraphBolt][CUDA] Fix cudart destructor race in unpinning. (#7156) 27 February 2024, 15:40:28 UTC
2d2ad71 [Feature] ARGO: an easy-to-use runtime to improve GNN training performance on multi-core processors (#7003) Co-authored-by: Andrzej Kotłowski <Andrzej.Kotlowski@intel.com> Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com> 27 February 2024, 09:48:14 UTC
5472cd4 [GraphBolt][CUDA] Node classification and Link prediction tutorials GPU sampling support. (#7142) 27 February 2024, 08:50:28 UTC
e526301 [CI] use torch 2.0.0, cu118, ubuntu2004, python310 (#7158) 27 February 2024, 08:37:48 UTC
dbafbe4 [GraphBolt] Fix scalar itemset dtype issue (#7147) 26 February 2024, 17:39:02 UTC
045beeb [DistGB] remove toindex() as torch tensor is always be expected (#7146) 26 February 2024, 06:04:35 UTC
63541c8 [DistGB] enable int32 id ranges in IdMap (#7144) 26 February 2024, 02:28:59 UTC
7c51cd1 [GraphBolt] Cast sampled data to minimum dtype. (#7131) 23 February 2024, 03:53:29 UTC
8909d1f [GraphBolt][CUDA] refine the node_classification examples. (#7136) Co-authored-by: Mingbang Wang <100203018+Skeleton003@users.noreply.github.com> 23 February 2024, 03:08:13 UTC
3e13903 [GraphBolt][CUDA] RGCN example (#7137) 22 February 2024, 15:54:55 UTC
d95720b [Misc] Rename test files. (#7139) Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal> 22 February 2024, 06:25:36 UTC
4440ac7 [GraphBolt] Modify `exclude_seed_edges` to support seeds. (#7114) Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal> 22 February 2024, 06:25:12 UTC
391f513 [GraphBolt][CUDA] Make sure in-place pinning is used in examples. (#7138) 22 February 2024, 04:29:37 UTC
00f3322 [GCMC] Fixing a parser warning appearing in one of the `gcmc` examples. (#7118) 22 February 2024, 02:42:51 UTC
b0080d5 [DistGB] add graphbolt flag into top level API (#7122) 22 February 2024, 01:26:45 UTC
7a10bcb [GraphBolt][Doc] Minor fixes and clarifications. (#7135) 22 February 2024, 01:13:32 UTC
364cb71 Skip test when atomic operations are not supported on GPU. (#7117) 21 February 2024, 08:14:58 UTC
938deec [GraphBolt][Doc] Updated MultiGPU tutorial (#7126) 21 February 2024, 08:13:11 UTC
e60262d [Benchmark] Modify node_classification test to enable `sample_layer_neighbors`. (#7129) Co-authored-by: Ubuntu <ubuntu@ip-172-31-21-37.ap-northeast-1.compute.internal> 21 February 2024, 07:16:21 UTC
bfd7cee [Misc] Move `sample_utils` tests to correct directory. (#7125) Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal> 21 February 2024, 03:52:49 UTC
3ced341 [Dataset] Add dataset ogbn-papers100M (#7096) Co-authored-by: Ubuntu <ubuntu@ip-172-31-21-37.ap-northeast-1.compute.internal> 20 February 2024, 05:35:00 UTC
2df8586 [GraphBolt] Correct `to_pyg_data` (#7124) 20 February 2024, 03:11:05 UTC
13cbad3 Suppressing warnings generated by the `test_prop_nodes_topo` test. (#6651) Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com> 19 February 2024, 02:09:15 UTC
b569e4b [Misc] Correct some typos (#7120) 18 February 2024, 05:05:42 UTC
458b938 [GraphBolt] modify `preprocess_ondisk_dataset()` (#6986) 17 February 2024, 17:04:39 UTC
3ded358 fix epoch loss (#6319) 16 February 2024, 14:34:57 UTC
13e7c2f [GraphBolt] Improving `subgraph_sampler` tests. (#7047) 14 February 2024, 15:36:00 UTC
8204fe1 [Example] Super small fix for import in HGL_SP example (#6984) Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com> 14 February 2024, 15:35:15 UTC
8e6cbd6 [DistGB] sample with graphbolt on heterograph via DistNodeDataLoader (#7112) 09 February 2024, 07:51:39 UTC
924c566 Fixing problem with complex numbers appearing in the `lap_pe` function. (#6925) 09 February 2024, 02:54:26 UTC
6735a3a [DistGB] enable sample etype neighbors on heterograph (#7095) 09 February 2024, 02:09:16 UTC
3ebdee7 [DistGB] sample with graphbolt on homograph via DistNodeDataLoader (#7108) 09 February 2024, 01:58:32 UTC
7f7967b [doc] fix undefined variable in example 08 February 2024, 04:01:03 UTC
back to top