提交

提交图

  • 4795e1634f [Graphbolt][CUDA] Add third_party thrust and cub dependency (#6650) Muhammed Fatih BALIN 2023-11-30 22:11:17 -05:00
  • 47898ab657 [doc] add docstring for SubgraphSampler::_sample_subgraphs() (#6655) Rhett Ying 2023-12-01 10:44:57 +08:00
  • 0a3f611614 [doc] update custom sampler (#6653) Rhett Ying 2023-12-01 10:27:13 +08:00
  • 1e40c81bf4 [doc] update minibatch link prediction (#6649) Rhett Ying 2023-12-01 10:19:27 +08:00
  • aa9c11017e [examples] update train time for rgcn gb Rhett Ying 2023-12-01 08:24:39 +08:00
  • 7cf75dd675 change version to 1.1.3 (#6643) peizhou001 2023-11-30 15:50:30 +08:00
  • d873b09ae5 [Graphbolt][CUDA] Optimize UVA by using CUB sort (#6635) Muhammed Fatih BALIN 2023-11-29 23:54:11 -05:00
  • a67d9e6ff1 Improved GraphBolt ondisk_dataset tests. (#6641) Andrei Ivanov 2023-11-29 20:39:33 -08:00
  • e02caa6777 [doc] update user_guide/minibatch/node_classification (#6628) Rhett Ying 2023-11-30 11:33:36 +08:00
  • dbedce511c [doc] fix doc build issue (#6646) Rhett Ying 2023-11-30 11:01:54 +08:00
  • c9b26dda2f [doc] add multi-gpu node classification tutorial (#6624) Rhett Ying 2023-11-30 09:06:03 +08:00
  • 1d2a1cdc44 [doc] update edge classification chapter (#6642) Rhett Ying 2023-11-30 09:02:05 +08:00
  • e75910bcb1 Release 1.1.3 (#6637) peizhou001 2023-11-29 17:14:35 +08:00
  • e375275426 [Misc] Align dgl multi-gpu example to graphbolt (#6605) Ramon Zhou 2023-11-29 14:31:18 +08:00
  • 096bbf9660 [Graphbolt][CUDA] Optimize UVA index select (#6632) Muhammed Fatih BALIN 2023-11-28 20:41:11 -05:00
  • a28f1f9af4 [Graphbolt][CUDA] Migrate utils and cuda common from dgl (#6631) Muhammed Fatih BALIN 2023-11-28 11:02:38 -05:00
  • 8df646704b [examples] create dataloader before train epoch (#6636) Rhett Ying 2023-11-28 17:08:52 +08:00
  • 659b9289e6 [GraphBolt] Move get_attributes function to internal. (#6634) yxy235 2023-11-28 14:48:36 +08:00
  • e9c339b241 [doc] sort api members in groupwise (#6633) Rhett Ying 2023-11-28 12:59:49 +08:00
  • d63130a7fe [GraphBolt] Modify to_dgl to support Sampled Subgraph Impl (csc formats) (#6606) yxy235 2023-11-28 11:38:01 +08:00
  • 9aca30923d [GraphBolt] Rename and move utils files. (#6627) yxy235 2023-11-28 10:49:20 +08:00
  • 829c073fd9 [Benchmark] Fix bugs in the DGL link prediction example. (#6630) LastWhisper 2023-11-28 09:59:20 +08:00
  • 8394df7a71 [doc] mark guide_cn/ko as out-dated (#6626) Rhett Ying 2023-11-27 16:13:00 +08:00
  • 24de73914a [GraphBolt] Modify multi-gpu example to make use of the persistent_workers (#6603) Ramon Zhou 2023-11-27 15:57:50 +08:00
  • c63a926d69 [doc] remove deprecated tutoriasl for minibatch training (#6625) Rhett Ying 2023-11-27 15:32:12 +08:00
  • 74684bbe88 [GraphBolt] Fix minibatch layout. (#6616) yxy235 2023-11-27 14:27:27 +08:00
  • 683e1f4563 [doc] remove unnecessary tutorials (#6621) Rhett Ying 2023-11-27 13:17:47 +08:00
  • a40672a409 [Graphbolt] Support set seed for graphbolt. (#6613) Hongzhi (Steve), Chen 2023-11-27 13:16:28 +08:00
  • 969276eb1d [Misc] Move dataset_tests to an independent directory. (#6617) Hongzhi (Steve), Chen 2023-11-27 11:16:21 +08:00
  • 1f4e4f1605 [doc] mark some docs as deprecated (#6618) Rhett Ying 2023-11-26 20:18:05 +08:00
  • 47b828d217 [doc] add notebook for neighbor sampling overview (#6615) Rhett Ying 2023-11-24 14:43:14 +08:00
  • f6bc4e4b80 [doc] do not save model in tutorial (#6614) Rhett Ying 2023-11-24 13:35:37 +08:00
  • 0a8c533a91 [doc] add lp notebook for stochastic training (#6612) Rhett Ying 2023-11-24 13:26:12 +08:00
  • 170fa8b7e0 [doc] add NC notebook for stochastic training (#6610) Rhett Ying 2023-11-24 11:10:44 +08:00
  • e242de9cb5 [GraphBolt] Fix DGL_MiniBatch layout. (#6604) yxy235 2023-11-24 10:53:39 +08:00
  • a8e672e702 [Benchmark] Align the DGL/Graphbolt link pred examples (#6609) LastWhisper 2023-11-24 10:41:32 +08:00
  • 77ec365da1 [doc] rename titles (#6608) Rhett Ying 2023-11-23 21:05:32 +08:00
  • afee044b83 [GraphBolt] fix bug in pydantic 1.x (#6607) Rhett Ying 2023-11-23 16:47:29 +08:00
  • f915ceed3c [GraphBolt][Doc] update link prediction (#6600) Rhett Ying 2023-11-23 14:45:47 +08:00
  • 2bc4df229e [GraphBolt] replace item<> with raw pointer (#6601) Rhett Ying 2023-11-23 11:22:36 +08:00
  • 33e80452cc [GraphBolt] Set persistent_workers in MultiProcessDataLoader (#6592) Ramon Zhou 2023-11-23 11:05:00 +08:00
  • 81ac9d27dd [Graphbolt] Add MiniBatchBase (#6531) czkkkkkk 2023-11-23 09:53:38 +08:00
  • c08f77bf7e [BUGFIX] Fix the lazy device copy issue of DGL node/edge features. (#6564) czkkkkkk 2023-11-23 09:53:09 +08:00
  • 5e78e070f4 [Misc] Fix signed unsigned comparison warning (#6602) Muhammed Fatih BALIN 2023-11-22 19:17:16 -05:00
  • 1b3f14b0b4 [Misc.] Avoid calling IsPinned in the coo/csr constructor from every sampling process (#6568) Chang Liu 2023-11-22 10:45:22 -08:00
  • 2d8d6fbb47 [Misc] Modify two node examples to make them consitent. (#6599) Mingbang Wang 2023-11-22 23:07:11 +08:00
  • a664b0c40e [Doc] update large node classification (#6594) Rhett Ying 2023-11-22 16:50:59 +08:00
  • 09a1a2f893 Improving the JKNET example. (#6596) Andrei Ivanov 2023-11-21 21:06:02 -08:00
  • f6345635b7 [GraphBolt] enable metadata for feature data in OnDiskDataset (#6595) Rhett Ying 2023-11-22 13:02:23 +08:00
  • bfde142239 [CUDA] Fix issue about integer overflow (#6586) Muhammed Fatih BALIN 2023-11-22 00:01:47 -05:00
  • ee6dc9b652 [GraphBolt][Doc] add tutorial and spec of OnDiskDataset (#6580) Rhett Ying 2023-11-22 08:11:05 +08:00
  • 35e5bca994 Improving the MLP example. (#6593) Andrei Ivanov 2023-11-21 15:53:54 -08:00
  • 3af61c6b76 [Doc] Fix typo in ShaDowKHopSampler (#6587) Ayush Noori 2023-11-21 18:50:08 -05:00
  • 1ca17bfad2 [doc] update cpu_best_practices (#6588) Rhett Ying 2023-11-22 06:55:54 +08:00
  • 34da58da3c [Sparse] Add graphbolt sparse graphSAGE example (#6535) xiangyuzhi 2023-11-21 22:18:24 +08:00
  • 7af522db91 [GraphBolt] add BuiltinDataset of ogbn-arxiv (#6591) Rhett Ying 2023-11-21 16:57:11 +08:00
  • 19c6491b66 [DistGB] recover dist unit tests while skip unstable ones (#6582) Rhett Ying 2023-11-21 16:44:10 +08:00
  • 4df2e3991e [GraphBolt] Add not_deduplication compact. (#6579) yxy235 2023-11-21 16:29:31 +08:00
  • 308f8ca39b [GraphBolt] enable more dtypes for sample_neighbors (#6523) Rhett Ying 2023-11-21 08:44:21 +08:00
  • ba2ca4be6d [Sparse] Add a LADIES example (#6560) xiangyuzhi 2023-11-20 18:22:20 +08:00
  • 76ce14b7b4 [Sparse] Fix example variable name (#6581) xiangyuzhi 2023-11-20 18:07:35 +08:00
  • 46d7b1d972 [GraphBolt] Rewrite DistributeItemSampler logic (#6565) Ramon Zhou 2023-11-20 00:40:37 +08:00
  • 81c7781b5f [Mics] Provide options for bidirectional edge (#6566) Mingbang Wang 2023-11-20 00:20:17 +08:00
  • 0024c7e197 [BugFix] return batch related ids in g.idtype (#6578) Rhett Ying 2023-11-17 17:51:22 +08:00
  • 7643e5371e Elimination of warnings in two GraphBolt tests. (#6573) Andrei Ivanov 2023-11-16 22:04:51 -08:00
  • 6d4958c2fb [Graphbolt] Support feature metadata. (#6576) Hongzhi (Steve), Chen 2023-11-17 14:00:47 +08:00
  • 8c3fc0d374 [GraphBolt] Implement InSubgraphSampler (#6556) Mingbang Wang 2023-11-16 18:51:38 +08:00
  • 4392785137 [Graphbolt] Add readme for graphbolt quick start example. (#6528) Hongzhi (Steve), Chen 2023-11-16 17:03:35 +08:00
  • 0dea2f96b8 [Graphbolt] Link prediction cora example. (#6526) Hongzhi (Steve), Chen 2023-11-16 17:03:22 +08:00
  • 1785acffa6 [GraphBolt] Refactor csc format sampled subgraph. (#6553) yxy235 2023-11-16 15:45:22 +08:00
  • fdeda8a862 [dev] update cuda cmake (#6574) Rhett Ying 2023-11-16 11:57:15 +08:00
  • 12f02c3c44 Update heterograph.py (#6506) Will 2023-11-15 22:18:02 -05:00
  • c76a43ca39 Update doc network_emb.py (#6559) Andrea Prati 2023-11-16 03:25:20 +01:00
  • b452043c34 [Misc] Add compare-to-graphbolt mode for regression test (#6569) Mingbang Wang 2023-11-15 19:22:42 +08:00
  • 2364907193 [GraphBolt] Add sort to Pick in sampling. (#6571) yxy235 2023-11-15 17:54:51 +08:00
  • e82f174624 [Graphbolt] Enable Link Prediction example model.inference to accelerate the evaluation speed (#6557) LastWhisper 2023-11-15 16:39:39 +08:00
  • 7d43c769cb [GraphBolt] add end2end tests for OnDiskDataset (#6562) Rhett Ying 2023-11-15 13:35:19 +08:00
  • 19096c6a8e [dev] enable cuda12.1 build (#6567) Rhett Ying 2023-11-15 11:08:07 +08:00
  • 2f47c2413e [GraphBolt] fix incorrect call in example (#6563) Rhett Ying 2023-11-14 15:19:12 +08:00
  • 07db09f74b [Example] add ogc method (#6437) SinuoXu 2023-11-14 11:40:40 +08:00
  • 32749512f4 [Dataset] Add CIFAR10 MNIST dataset in benchmark-gnn (#6543) paoxiaode 2023-11-14 09:54:08 +08:00
  • fedaa36da5 [Example] Fix numpy errors in examples. (#6554) yxy235 2023-11-13 11:21:41 +08:00
  • eb43489397 [GraphBolt] fix incorrect indptr of in_subgraph (#6555) Rhett Ying 2023-11-10 17:21:34 +08:00
  • b35757a006 [GraphBolt] Enable FusedCSCSamplingGraph.in_subgraph() to accept dict (#6550) Mingbang Wang 2023-11-09 17:13:32 +08:00
  • 2d68923580 [Misc] Update comments in python code (#6551) Mingbang Wang 2023-11-09 16:34:01 +08:00
  • 16033d1277 Improvement in running tests from the GRAPHBOLT test suite. (#6540) Andrei Ivanov 2023-11-08 18:16:38 -08:00
  • 6a1f94d362 [Examples] Fix bugs of numpy in examples. (#6546) yxy235 2023-11-09 10:09:53 +08:00
  • 2e0eb7fce5 [Misc] Lower the threshold to avoid accidental failing. (#6549) Hongzhi (Steve), Chen 2023-11-09 10:09:17 +08:00
  • 6a44aae1cf [Misc] Cleanup example. (#6548) Hongzhi (Steve), Chen 2023-11-09 09:36:18 +08:00
  • e06505b341 [Misc] Remove the cora example dataset, too big. (#6547) Hongzhi (Steve), Chen 2023-11-09 09:29:01 +08:00
  • 964fd020fb [Example] Add early stop option for better regression test. (#6545) LastWhisper 2023-11-09 00:25:44 +08:00
  • d79701db12 [GraphBolt] Use indexing in DistributedItemSampler (#6508) Ramon Zhou 2023-11-08 20:46:22 +08:00
  • 8f1b5782bb [Misc] Add dist.barrier to fix low accuracy issue in the example. (#6544) Ramon Zhou 2023-11-08 18:28:00 +08:00
  • 0b5abba824 [GraphBolt] Modify the return type of CSCSamplingGraph.in_subgraph() (#6517) Mingbang Wang 2023-11-08 16:22:25 +08:00
  • 4c6e65437b [Misc] Modify create_dataloader() (#6537) Mingbang Wang 2023-11-08 15:31:18 +08:00
  • 382a2de73c [GraphBolt] Refactor SampledSubgraph and update the corresponding method. (#6533) LastWhisper 2023-11-08 15:29:56 +08:00
  • a24a38bcb0 [GraphBolt] Fix Link Prediction eample evaluation function bug and Enable cuda execution (#6522) LastWhisper 2023-11-08 15:29:31 +08:00
  • 65efb4f5a0 [Graphbolt] Add default prefetcher (#6541) peizhou001 2023-11-08 14:25:51 +08:00
  • f5c8c0b500 [GraphBolt] Update multi-gpu example for regression benchmark. (#6519) Ramon Zhou 2023-11-06 11:07:14 +08:00
  • 84a01a16b6 [Graphbolt] Enable cuda optimizations for UVAIndexSelect. (#6507) czkkkkkk 2023-11-06 11:02:04 +08:00