Commit Graph

  • c2ffe3bfe4 [GraphBolt] Update notebook examples. (#7266) yxy235 2024-04-03 16:38:58 +08:00
  • d3483fe1f1 [GraphBolt][CUDA] Optimize hetero sampling. (#7223) Muhammed Fatih BALIN 2024-04-03 03:18:30 -04:00
  • 2a00cd3da4 [Misc] Update ondisk_dataset_heterograph.ipynb (#7261) Mingbang Wang 2024-04-03 14:49:44 +08:00
  • 12f8348075 [GraphBolt] PyG advanced example torch.compile() bug workaround. (#7259) Muhammed Fatih BALIN 2024-04-02 22:45:17 -04:00
  • c5e683c439 [Doc]fix ondisk_dataset_homograph.ipynb (#7258) MikuSugar 2024-04-03 08:21:19 +08:00
  • b743cdef71 [GraphBolt] Hack for original seed_nodes and node_pairs. (#7248) yxy235 2024-04-02 16:25:46 +08:00
  • 3df6e30180 [GraphBolt] Update __len__() and __getitem__() of ItemSet (#7253) Mingbang Wang 2024-04-02 11:04:08 +08:00
  • 8e3d810127 [DistGB] update CPU util of RGCN example (#7255) Rhett Ying 2024-04-01 18:45:18 +08:00
  • efe28493d3 [GraphBolt] Modify examples to use seeds. (#7231) yxy235 2024-04-01 16:45:39 +08:00
  • b725ee53d7 [Graphbolt] Disk feature fetcher (#7128) xiangyuzhi 2024-04-01 16:01:43 +08:00
  • fde1896f59 [GraphBolt] Fix to when using seeds. (#7245) yxy235 2024-03-28 13:38:14 +08:00
  • 3885da25f7 [GraphBolt] Modify _init_all_nodes_set to use seeds. (#7243) yxy235 2024-03-27 14:53:28 +08:00
  • 2f585940a8 [GraphBolt] Modify _seeds_preprocess in subgraph_sampler. (#7242) yxy235 2024-03-27 10:53:17 +08:00
  • 7815fe8adc [CUDA] Make sanity check optional for dgl.create_block. (#7240) Muhammed Fatih BALIN 2024-03-25 22:14:03 -04:00
  • 3c39153301 [GraphBolt] Make unique_and_compact deterministic (#7217) Ramon Zhou 2024-03-25 16:26:03 +08:00
  • 1ad78fba61 [GraphBolt] Update minibatch to to support seeds. (#7235) yxy235 2024-03-22 13:47:06 +08:00
  • a3b09f7463 [GraphBolt] Fix sparse example. (#7234) yxy235 2024-03-20 13:45:00 +08:00
  • add12e5777 [GraphBolt] Remove unique requirement from in_subgraph. (#7222) Muhammed Fatih BALIN 2024-03-20 01:22:14 -04:00
  • 329d718ed4 [GraphBolt][Doc] Correct typo to fix rendering issue. (#7224) Muhammed Fatih BALIN 2024-03-19 00:39:03 -04:00
  • 9632ab1d7c [GraphBolt][CUDA] Specialize non-weighted neighbor sampling impl (#7215) Muhammed Fatih BALIN 2024-03-18 10:38:44 -04:00
  • 7129905e01 [Doc] The len(data) of TUDataset('DD') must be 1178. (#7219) hu chaochao 2024-03-18 21:42:27 +08:00
  • a2c5472a74 [GraphBolt] Labor dependent template specialization. (#7220) Muhammed Fatih BALIN 2024-03-18 03:08:31 -04:00
  • 74c5e31dd1 [GraphBolt][Doc] Update layer_neighbor documentation for new args. (#7212) Muhammed Fatih BALIN 2024-03-18 02:41:44 -04:00
  • 858c0b8632 [GraphBolt] Update to_pyg_data() to support get batch_size from seeds. (#7214) yxy235 2024-03-18 14:08:25 +08:00
  • 396b0ec2d2 [release] add pandas into dependencies (#7218) Rhett Ying 2024-03-18 10:24:02 +08:00
  • aed161e63f [GraphBolt] Fixing warning in test_to_pyg_data. (#7210) Andrei Ivanov 2024-03-16 22:22:05 -07:00
  • a272efed96 [GraphBolt] Implement labor dependent minibatching - python side. (#7208) Muhammed Fatih BALIN 2024-03-13 13:05:19 -04:00
  • 93990a90de [GraphBolt] Refactor NeighborSamplerImpl (#7207) Muhammed Fatih BALIN 2024-03-13 06:47:16 -04:00
  • f0c7efa9a4 [GraphBolt] Implement dependent minibatching for labor. (#7205) Muhammed Fatih BALIN 2024-03-11 08:23:36 -04:00
  • 2bda158238 [examples] update README about partition conversion (#7203) Rhett Ying 2024-03-08 17:12:34 +08:00
  • 8ab27b0581 [DistGB] enable replacement sampling with GraphBolt API (#7202) Rhett Ying 2024-03-08 14:02:48 +08:00
  • b0982feb21 Reactivation of one of the GPU tests. (#7193) Andrei Ivanov 2024-03-07 17:57:01 -08:00
  • 34ae70b57c [DistGB] update documentation (#7201) Rhett Ying 2024-03-07 16:29:16 +08:00
  • 996a9364fc [DistDGL] Fixing bug in test_dist_objects (#7179) Andrei Ivanov 2024-03-06 23:46:43 -08:00
  • 3fd6a5d081 [DistDGL] Fixing warning in test_new_kvstore. (#7180) Andrei Ivanov 2024-03-06 23:46:04 -08:00
  • a7f1ab9f74 [GraphBolt] Modify labels dtype. (#7200) yxy235 2024-03-07 13:45:25 +08:00
  • 89e494393e [DistGB] Enable GraphBolt for node classification on heterograph (#7198) Rhett Ying 2024-03-07 13:30:32 +08:00
  • 1ec0092e15 [Misc] Move pyg example. (#7199) Hongzhi (Steve), Chen 2024-03-06 14:25:06 +08:00
  • 12fab559b5 [GraphBolt][PyG] Add more attributes in to_pyg_data (#7196) Ramon Zhou 2024-03-06 14:15:21 +08:00
  • a6505e86a4 [DistGB] revert toindex() but refine tests (#7197) Rhett Ying 2024-03-06 09:56:40 +08:00
  • 97b66318e5 [GraphBolt] Add recommended PyG example. (#7183) Muhammed Fatih BALIN 2024-03-05 20:18:25 -05:00
  • bc978736fc [GraphBolt] torch.compile() support for gb.expand_indptr. (#7188) Muhammed Fatih BALIN 2024-03-05 00:26:54 -05:00
  • 1547bd931d [doc] use tqdm from tqdm.auto (#7191) v2.1.0 2.1.x Rhett Ying 2024-03-04 16:43:15 +08:00
  • 69247f5b03 [doc] do not display nn.tensorflow and nn.mxnet (#7190) Rhett Ying 2024-03-04 14:20:20 +08:00
  • 64a8a0e3cc [GraphBolt] Slight gb.expand_indptr improvement on CPU. (#7189) Muhammed Fatih BALIN 2024-03-03 23:08:41 -05:00
  • 8b266f5001 [doc] use tqdm from tqdm.auto (#7191) Rhett Ying 2024-03-04 16:43:15 +08:00
  • 08ad40a342 [doc] do not display nn.tensorflow and nn.mxnet (#7190) Rhett Ying 2024-03-04 14:20:20 +08:00
  • 8c28f98266 [GraphBolt] Slight gb.expand_indptr improvement on CPU. (#7189) Muhammed Fatih BALIN 2024-03-03 23:08:41 -05:00
  • 9e8a308e52 [doc] install cpu version by default in notebooks (#7186) Rhett Ying 2024-03-01 16:38:09 +08:00
  • 290dadb972 [doc] install cpu version by default in notebooks (#7186) Rhett Ying 2024-03-01 16:38:09 +08:00
  • 4bd2eadf0c [dev] bump master version to 2.2 (#7185) Rhett Ying 2024-03-01 15:45:09 +08:00
  • 2550ac5c91 [GraphBolt][PyG] Modify PyG example with to_pyg_data (#7123) Ramon Zhou 2024-03-01 15:36:14 +08:00
  • d4c8a04ba8 [GraphBolt][PyG] Modify PyG example with to_pyg_data (#7123) Ramon Zhou 2024-03-01 15:36:14 +08:00
  • 9d7fe9d3af [release] update version to 2.1.0 RhettYing 2024-03-01 07:31:53 +00:00
  • 494d4cd73f [DistGB] enable graphbolt for homograph distDGL (#7182) Rhett Ying 2024-03-01 15:03:47 +08:00
  • 09e48552cb [GraphBolt] to_pyg_data should return int64 edge_index. (#7178) Muhammed Fatih BALIN 2024-02-29 20:38:11 -05:00
  • d8d87243c8 [DistGB] restrict NID/EID as int64_t (#7177) Rhett Ying 2024-02-29 16:03:34 +08:00
  • ade806b460 [dev] exclude dist dir (#7176) Rhett Ying 2024-02-29 14:59:13 +08:00
  • 0c3a4428c1 [Graphbolt] Add liburing dependency (#7149) xiangyuzhi 2024-02-29 14:48:55 +08:00
  • 73e01d6daa [CUDA] Update CCCL to 2.3.0 (#7171) Muhammed Fatih BALIN 2024-02-29 00:37:00 -05:00
  • ff66c42bfd [GCMC]Fixing warnings that appear during in gcmc training. (#7152) Andrei Ivanov 2024-02-28 21:22:45 -08:00
  • 85c030f673 [GraphBolt] Combining test_OnDiskDataset_preprocess_yaml_content tests for Windows and Unix. (#7148) Andrei Ivanov 2024-02-28 21:21:10 -08:00
  • 5d2d14538a [GraphBolt] Support saving graph and TVT_Sets in int32 (#7127) Mingbang Wang 2024-02-29 10:54:19 +08:00
  • c6df1c4f76 Revert "[Doc] Created a tutorial for ARGO in the CPU section (#7155)" revert-7155-argo_tutorial Minjie Wang 2024-02-29 10:33:54 +08:00
  • 90a9136c1d [Doc] Created a tutorial for ARGO in the CPU section (#7155) Yi-Chien Lin 2024-02-28 18:33:24 -08:00
  • 9d9e223783 [Bug] Fix the link to the image in argo readme (#7162) Yi-Chien Lin 2024-02-28 18:30:22 -08:00
  • ebf505ee92 [DistGB] update top level API about use_graphbolt (#7169) Rhett Ying 2024-02-28 15:20:37 +08:00
  • 7b4c8c7769 [GraphBolt] Update _init_all_nodes_set (#7168) Mingbang Wang 2024-02-28 15:05:02 +08:00
  • 1e589e8543 [GraphBolt] Fix the exclude edge functions when int32 is used. (#7167) Muhammed Fatih BALIN 2024-02-28 00:51:36 -05:00
  • 5db18933db [GraphBolt][Tutorial] Fix the typo in the tutorial and colab instance type. (#7163) Muhammed Fatih BALIN 2024-02-28 00:48:32 -05:00
  • 5f653c32d6 [dev] remove build artifacts for cleanup (#7166) Rhett Ying 2024-02-28 12:47:07 +08:00
  • ca3556390b [GraphBolt] Fix typo in node_classification example. (#7165) Muhammed Fatih BALIN 2024-02-27 21:06:05 -05:00
  • d1bea9e87f [DistGB] format dtype when converting partition to GraphBolt format (#7150) Rhett Ying 2024-02-28 09:24:39 +08:00
  • 4091a49ce6 [GraphBolt][CUDA] Fix cudart destructor race in unpinning. (#7156) Muhammed Fatih BALIN 2024-02-27 10:40:28 -05:00
  • 2d2ad71e8c [Feature] ARGO: an easy-to-use runtime to improve GNN training performance on multi-core processors (#7003) Yi-Chien Lin 2024-02-27 01:48:14 -08:00
  • 5472cd417b [GraphBolt][CUDA] Node classification and Link prediction tutorials GPU sampling support. (#7142) Muhammed Fatih BALIN 2024-02-27 03:50:28 -05:00
  • e5263013a9 [CI] use torch 2.0.0, cu118, ubuntu2004, python310 (#7158) Rhett Ying 2024-02-27 16:37:48 +08:00
  • dbafbe4159 [GraphBolt] Fix scalar itemset dtype issue (#7147) Muhammed Fatih BALIN 2024-02-26 12:39:02 -05:00
  • 045beeba14 [DistGB] remove toindex() as torch tensor is always be expected (#7146) Rhett Ying 2024-02-26 14:04:35 +08:00
  • 63541c88f1 [DistGB] enable int32 id ranges in IdMap (#7144) Rhett Ying 2024-02-26 10:28:59 +08:00
  • 7c51cd1643 [GraphBolt] Cast sampled data to minimum dtype. (#7131) Muhammed Fatih BALIN 2024-02-22 22:53:29 -05:00
  • 8909d1ff03 [GraphBolt][CUDA] refine the node_classification examples. (#7136) Muhammed Fatih BALIN 2024-02-22 22:08:13 -05:00
  • 3e13903352 [GraphBolt][CUDA] RGCN example (#7137) Muhammed Fatih BALIN 2024-02-22 10:54:55 -05:00
  • d95720b9b1 [Misc] Rename test files. (#7139) yxy235 2024-02-22 14:25:36 +08:00
  • 4440ac7548 [GraphBolt] Modify exclude_seed_edges to support seeds. (#7114) yxy235 2024-02-22 14:25:12 +08:00
  • 391f513e58 [GraphBolt][CUDA] Make sure in-place pinning is used in examples. (#7138) Muhammed Fatih BALIN 2024-02-21 23:29:37 -05:00
  • 00f3322403 [GCMC] Fixing a parser warning appearing in one of the gcmc examples. (#7118) Andrei Ivanov 2024-02-21 18:42:51 -08:00
  • b0080d5bac [DistGB] add graphbolt flag into top level API (#7122) Rhett Ying 2024-02-22 09:26:45 +08:00
  • 7a10bcb688 [GraphBolt][Doc] Minor fixes and clarifications. (#7135) Muhammed Fatih BALIN 2024-02-21 20:13:32 -05:00
  • 364cb7186e Skip test when atomic operations are not supported on GPU. (#7117) Andrei Ivanov 2024-02-21 00:14:58 -08:00
  • 938deec821 [GraphBolt][Doc] Updated MultiGPU tutorial (#7126) Muhammed Fatih BALIN 2024-02-21 03:13:11 -05:00
  • e60262d33b [Benchmark] Modify node_classification test to enable sample_layer_neighbors. (#7129) caojy1998 2024-02-21 15:16:21 +08:00
  • bfd7cee194 [Misc] Move sample_utils tests to correct directory. (#7125) yxy235 2024-02-21 11:52:49 +08:00
  • 3ced3411e5 [Dataset] Add dataset ogbn-papers100M (#7096) caojy1998 2024-02-20 13:35:00 +08:00
  • 2df85862a5 [GraphBolt] Correct to_pyg_data (#7124) Ramon Zhou 2024-02-20 11:11:05 +08:00
  • 13cbad32ce Suppressing warnings generated by the test_prop_nodes_topo test. (#6651) Andrei Ivanov 2024-02-18 18:09:15 -08:00
  • b569e4beaf [Misc] Correct some typos (#7120) Mingbang Wang 2024-02-18 13:05:42 +08:00
  • 458b938c42 [GraphBolt] modify preprocess_ondisk_dataset() (#6986) Mingbang Wang 2024-02-18 01:04:39 +08:00
  • 3ded35872f fix epoch loss (#6319) SuperYY 2024-02-16 22:34:57 +08:00
  • 13e7c2faeb [GraphBolt] Improving subgraph_sampler tests. (#7047) Andrei Ivanov 2024-02-14 07:36:00 -08:00