提交

提交图

  • 7094ff4f14 [doc] add spec for OnDiskDataset (#6810) Rhett Ying 2023-12-22 11:38:05 +08:00
  • ca675ed41d [GraphBolt] add torchdata into DGL dependencies (#6809) Rhett Ying 2023-12-22 11:26:36 +08:00
  • 498188dd19 [GraphBolt] exclude nothing if edge is not found in node pairs (#6807) Rhett Ying 2023-12-22 10:48:15 +08:00
  • b04c979732 [Graphbolt]Add nominmax macro in windows (#6794) peizhou001 2023-12-21 22:47:16 +08:00
  • e5199ac214 [GraphBolt] Add __repr__ to OnDiskTask. (#6804) yxy235 2023-12-21 19:19:12 +08:00
  • 77bf0ac60c [doc] refine api doc Rhett Ying 2023-12-21 17:12:10 +08:00
  • 5eafa8737f [doc] fix typo Rhett Ying 2023-12-21 17:10:29 +08:00
  • 7eeac69a74 [dev] remove torchdata from dep Rhett Ying 2023-12-21 16:47:01 +08:00
  • da706e931a [dev] do not specify version for torchdata Rhett Ying 2023-12-21 16:43:20 +08:00
  • 4dd92922a7 [dev] do not specify version for torchdata Rhett Ying 2023-12-21 16:36:35 +08:00
  • 88833e6f16 [Misc] Delete all the DGLMiniBatch from docs and comments. (#6805) Ramon Zhou 2023-12-21 16:13:55 +08:00
  • a9656e2c24 [GraphBolt] fix typo in docstring Rhett Ying 2023-12-21 15:46:55 +08:00
  • 3c92289942 [GraphBolt] remove num_workers=0 from doc (#6803) Rhett Ying 2023-12-21 15:16:51 +08:00
  • fd980d5337 [doc] add tqdm for link prediction tutorial (#6802) Rhett Ying 2023-12-21 15:10:42 +08:00
  • 02f8b6ceff [dev] add progress bar for download() (#6800) Rhett Ying 2023-12-21 15:01:13 +08:00
  • 80763d4ba3 [dev] add torchdata dependency into DGL requirements (#6801) Rhett Ying 2023-12-21 15:00:49 +08:00
  • 2b966da2d6 [GraphBolt] Add __repr__ to ItemSet. (#6790) yxy235 2023-12-21 13:20:16 +08:00
  • 67d934581d [GraphBolt] update OnDiskDataset tutorial (#6793) Rhett Ying 2023-12-21 09:25:47 +08:00
  • 3cf8246291 [GraphBolt] Add __repr__ to feature store. (#6788) yxy235 2023-12-21 08:33:40 +08:00
  • b0b78928c5 [Test] add assertion message for testcases in test/examples (#6778) Mingbang Wang 2023-12-20 17:02:20 +08:00
  • 67cd09d7d8 [GraphBolt] Support heterogeneous graph in node_pairs_with_labels (#6787) Ramon Zhou 2023-12-20 17:01:09 +08:00
  • 541f2ba4cc [GraphBolt] make in_memory optional in OnDiskDataset (#6789) Rhett Ying 2023-12-20 17:00:10 +08:00
  • 6db323b378 [GraphBolt] update OnDiskDataset tutorial (#6783) Rhett Ying 2023-12-20 12:01:56 +08:00
  • 97ed294df0 [GraphBolt] Delete DGLMiniBatch (#6760) Ramon Zhou 2023-12-20 10:10:50 +08:00
  • b483c26f3a [GraphBolt] update OnDiskDataset heterograph tutorial (#6780) Rhett Ying 2023-12-20 10:02:16 +08:00
  • fda8fd2242 [GraphBolt] update tutorial for OnDiskDataset homograph (#6776) Rhett Ying 2023-12-19 17:09:53 +08:00
  • 11bdd6e806 [Graphbolt] Refactor the nonuniform pick function to make it reusable. (#6772) czkkkkkk 2023-12-19 16:07:37 +08:00
  • 3d657dbfb2 [Graphbolt] Define the interface of temporal neighbor sampling. (#6755) czkkkkkk 2023-12-19 15:41:32 +08:00
  • f95e9df31f [Graphbolt] Add seed_id for NumPickFn and PickFn in neighbor sampling to support temporal sampling. (#6769) czkkkkkk 2023-12-19 14:29:48 +08:00
  • c6abbb13aa [GraphBolt] Add a check assertion for data type of nodes (#6767) Mingbang Wang 2023-12-19 14:18:18 +08:00
  • 6451807b5d [Graphbolt] Add an EdgeAttribute function in FusedCSCSamplingGraph to access an edge attribute by name. (#6756) czkkkkkk 2023-12-19 14:17:51 +08:00
  • 9bb36f1a27 [GraphBolt] Add opt output_cscformat to examples. (#6773) yxy235 2023-12-19 14:10:30 +08:00
  • de14619cde [GraphBolt] fix several issues in doc and notebook (#6775) Rhett Ying 2023-12-19 09:34:16 +08:00
  • 1db71cfefe [GraphBolt] Fix MiniBatch blocks. (#6766) yxy235 2023-12-18 15:43:21 +08:00
  • 43fb73dbc4 [GraphBolt] update doc page about to_dgl() (#6768) Rhett Ying 2023-12-18 14:42:18 +08:00
  • 358db43a77 [GraphBolt] add notebooks for OnDiskDataset (#6771) Rhett Ying 2023-12-18 14:40:38 +08:00
  • 65d83ad70c [GraphBolt] Delete to_dgl in graphbolt examples (#6759) Ramon Zhou 2023-12-18 13:05:57 +08:00
  • a4cacf13c2 [GraphBolt] add exclude_seed_edges() for link prediction example (#6765) Rhett Ying 2023-12-18 10:51:41 +08:00
  • d57564ac4d Gb to dgl nb (#6764) Rhett Ying 2023-12-17 23:23:23 +08:00
  • 9d41734629 [GraphBolt] update to_dgl() in examples (#6763) Rhett Ying 2023-12-17 23:06:47 +08:00
  • a5e5f11a83 [GraphBolt] de-duplicate code for reading data from achive (#6761) Rhett Ying 2023-12-17 22:06:33 +08:00
  • e181ef15d7 [GraphBolt] add node_attributes into FusedCSCSamplingGraph (#6757) Rhett Ying 2023-12-15 16:27:45 +08:00
  • cad7caeb00 [Graphbolt] Rewrite to_dgl to multiple get functions (#6735) Ramon Zhou 2023-12-15 16:16:47 +08:00
  • 70fdb69f47 [doc] add example for SubgraphSampler (#6752) Rhett Ying 2023-12-15 11:15:26 +08:00
  • 9430bec626 [doc] add tutorial for train with sparse (#6754) Rhett Ying 2023-12-15 09:41:41 +08:00
  • 5a3c9192fc [Graphbolt[ Add reverse edgs in link prediction example (#6751) peizhou001 2023-12-14 12:49:42 +08:00
  • 90c3c76173 [GraphBolt] Add to to CSCFormatBase. (#6746) yxy235 2023-12-14 10:52:59 +08:00
  • 109aed560f [GraphBolt] Add check in unique_and_compact_csc_format. (#6744) yxy235 2023-12-14 10:50:01 +08:00
  • 0e188b61a6 [Sparse] Fix Windows.h dependency issue (#6741) czkkkkkk 2023-12-14 10:15:50 +08:00
  • 643a42fe5e [doc] fix docstring for BuiltinDataset (#6749) Rhett Ying 2023-12-13 20:05:32 +08:00
  • f3785a3404 [doc] disable walkthrough notebook (#6748) Rhett Ying 2023-12-13 19:24:07 +08:00
  • 1856147c3c [doc] re-org api doc page (#6742) Rhett Ying 2023-12-13 15:33:56 +08:00
  • ebadf056c6 [doc] highlight graphbolt (#6745) Rhett Ying 2023-12-13 15:33:38 +08:00
  • a1724c182c [GraphBolt] Modify InSubgraphSampler to support csc format. (#6724) yxy235 2023-12-13 14:01:36 +08:00
  • b0d2619981 [GraphBolt] refine graph representation (#6733) Rhett Ying 2023-12-13 10:58:46 +08:00
  • bc733a7404 [doc] fix docstring typo Rhett Ying 2023-12-13 10:57:06 +08:00
  • f6fa920d7e [GraphBolt] Add functional name into docstring (#6739) Rhett Ying 2023-12-13 10:18:22 +08:00
  • 06dc1dc4f2 [doc] update docstring for gb.sample_neighbor (#6740) Rhett Ying 2023-12-13 10:15:21 +08:00
  • ad1b926926 [doc] update docstring typo Rhett Ying 2023-12-13 09:00:22 +08:00
  • 1f15e3bc31 [Graphbolt][CUDA] Implementing the sparse UVA and nonUVA index select functionality for graphs (#6645) Muhammed Fatih BALIN 2023-12-12 03:05:59 -06:00
  • d9a3868f38 [GraphBolt] update fused_csc_sampling_graph() (#6734) Rhett Ying 2023-12-12 17:05:40 +08:00
  • 84f90644c7 [GraphBolt] Rewrite tests from random to hard code. (#6731) yxy235 2023-12-12 16:20:25 +08:00
  • e9d5156e3c [GraphBolt] rename from_fused_csc as fused_csc_sampling_graph (#6732) Rhett Ying 2023-12-12 16:19:41 +08:00
  • f04cce256a [GraphBolt] rename FromCSC as Create in c++ API (#6730) Rhett Ying 2023-12-12 15:00:07 +08:00
  • 1a8e0c00a9 [GraphBolt] remove GraphMeta and update API accordingly (#6709) Rhett Ying 2023-12-12 14:49:50 +08:00
  • 50cbb0ecfe [GraphBolt] remove single process DGL test (#6729) Rhett Ying 2023-12-12 14:36:49 +08:00
  • 836fbb00a1 [GraphBolt] move to_dgl() from datapipe to dataloader iter (#6728) Rhett Ying 2023-12-12 13:54:07 +08:00
  • b20455a2b5 [GraphBolt] move to_dgl() for tutorial notebooks (#6727) Rhett Ying 2023-12-12 11:13:41 +08:00
  • ffe2871b05 [Feature] Adjusted homophily and label informativeness (#6516) OlegPlatonov 2023-12-11 21:29:37 +03:00
  • d873acc254 [GraphBolt] add more APIs for SamplingGraph (#6719) Rhett Ying 2023-12-11 15:25:45 +08:00
  • e6f78c10cb [GraphBolt] Add unique_and_compact_csc_format. (#6703) yxy235 2023-12-11 15:21:01 +08:00
  • 7293757410 [Misc] Polish the python code (#6704) Mingbang Wang 2023-12-11 15:00:51 +08:00
  • 130d84a2de [dev] add pylint into dgl_dev.yml.template Rhett Ying 2023-12-11 14:25:01 +08:00
  • 3d2c37ebbd [Graphbolt] Support converting dgl node classification dataset to graphbolt. (#6698) Hongzhi (Steve), Chen 2023-12-11 14:14:58 +08:00
  • c213444268 [GraphBolt] use torch.load/save instead of load/save_fused_xxx() (#6707) Rhett Ying 2023-12-07 17:17:31 +08:00
  • 0348ad3d30 [GraphBolt] Move to_dgl out of data loader in examples. (#6705) Ramon Zhou 2023-12-07 14:50:18 +08:00
  • 7e12f97305 [dev] add clang-format into dev yaml Rhett Ying 2023-12-07 14:07:41 +08:00
  • 5db90b0e48 [GraphBolt] avoid pre-defined metadata size (#6700) Rhett Ying 2023-12-07 11:21:59 +08:00
  • 2c325b2d30 [GraphBolt] add node/edge_type_to_id into pickle (#6701) Rhett Ying 2023-12-07 11:10:58 +08:00
  • cbb6f5029a [Graphbolt] Add proper error message for BuildinDataset. (#6690) Hongzhi (Steve), Chen 2023-12-06 16:29:32 +08:00
  • 8a8525305a [GraphBolt] support node/edge_type_to_id in shared memory (#6693) Rhett Ying 2023-12-06 08:43:12 +08:00
  • a19d5f3beb [Misc] Fix recursive_apply when data is a tuple (#6684) Ramon Zhou 2023-12-05 18:23:41 +08:00
  • 9c241d83fc [Examples] Modify the output of examples for benchmark test (#6692) caojy1998 2023-12-05 17:29:19 +08:00
  • 37fde7edf1 [GraphBolt] Add opt to LayerNeighborSampler. (#6695) yxy235 2023-12-05 17:24:12 +08:00
  • 6e2c0f489b use cccl (#6694) v1.1.3 1.1.x peizhou001 2023-12-05 17:21:03 +08:00
  • df3e7f1b6e [Sparse] Polish sparse example for graphbolt (#6691) xiangyuzhi 2023-12-05 16:12:36 +08:00
  • 3cdc37ccd7 [GraphBolt] add ntype/etype_to_id into graph and save/load() (#6687) Rhett Ying 2023-12-05 15:56:10 +08:00
  • 93b39729ee [GraphBolt] Add option to select node_pairs or csc_format. (#6689) yxy235 2023-12-05 15:33:52 +08:00
  • 99fcdfece7 [Bug] Update thrust to the new monorepo CCCL (#6166) Muhammed Fatih BALIN 2023-12-05 02:22:36 -05:00
  • 9c36ddcd2b [GraphBolt] Modify exclude_edges to support csc format. (#6648) yxy235 2023-12-05 12:58:47 +08:00
  • 5185c522b0 [Misc] Eliminate compile warnings (#6685) Muhammed Fatih BALIN 2023-12-04 21:47:28 -05:00
  • 15d05be387 Fix num_labels to num_classes in dataset files (#6666) Zhen Liu 2023-12-04 13:25:44 +08:00
  • 5e64481be3 [Graphbolt][CUDA] Simplify allocator class by discarding tensors (#6654) Muhammed Fatih BALIN 2023-12-03 23:24:31 -05:00
  • 2968c9b247 [GraphBolt] remove SingleProcessDataLoader (#6663) Rhett Ying 2023-12-04 08:22:15 +08:00
  • 018df054f2 [doc] update user guide 6.8 (#6658) Rhett Ying 2023-12-01 16:30:42 +08:00
  • bdaa130997 [doc] fix device issue (#6660) Rhett Ying 2023-12-01 15:31:01 +08:00
  • dcc227d7ec [doc] add walkthrough notebook (#6659) Rhett Ying 2023-12-01 14:00:06 +08:00
  • d5a3824e29 [doc] update user guide 6.7 (#6657) Rhett Ying 2023-12-01 13:16:22 +08:00
  • 9f444cd7ff [doc] update user guide 6.6 (#6656) Rhett Ying 2023-12-01 13:15:57 +08:00
  • 3ea930d0d4 [example] update train time for DGL rgcn example Rhett Ying 2023-12-01 13:14:21 +08:00