提交

提交图

  • 3a0bcc0c15 [Doc] fix doc build error caused by quickstart.ipynb (#5864) Rhett Ying 2023-06-13 18:06:25 +08:00
  • ae17185a65 [Sparse] Update code and add unittest for formats (#5859) keli-wen 2023-06-13 15:46:34 +08:00
  • 2446f2fd69 [Test] Add testcase for function AddSelfLoop (#5858) caojy1998 2023-06-13 14:59:50 +08:00
  • b35f15b7f1 [Doc]Removing useless dataset loading instructions for the P-GNN example. (#5861) Andrei Ivanov 2023-06-12 22:20:38 -07:00
  • 8aa9d45231 [Dev]Update create_dev_conda_env.sh to enable cu118 Rhett Ying 2023-06-13 10:51:08 +08:00
  • 5641594c36 AIFB -> AIFBDataset (#5860) hummingg 2023-06-13 01:55:33 +08:00
  • bdb787585d [GraphBolt] define __len__ for ItemSet/ItemSetDict (#5844) Rhett Ying 2023-06-12 23:25:20 +08:00
  • f5330cb6f3 [Sparse] Clean formats function docstring. (#5851) keli-wen 2023-06-12 15:13:56 +08:00
  • 72ec1c95c6 [DistDGL] remove tensorpipe cpp code (#5850) Rhett Ying 2023-06-12 10:50:58 +08:00
  • df97f2e8ee [DistDGL] remove tensorpipe-based dist cpp test (#5849) Rhett Ying 2023-06-12 09:45:48 +08:00
  • 0f3223310d [DistDGL] remove tensorpipe from python APIs (#5848) Rhett Ying 2023-06-09 16:35:51 +08:00
  • e47a02793f [NN] Refactor DegreeEncoder, SpatialEncoder and PathEncoder (#5799) Zhiteng Li 2023-06-09 16:34:55 +08:00
  • 4fd0a158ff [CI] Fix a description bug for AddSelfLoop (#5842) caojy1998 2023-06-09 13:30:39 +08:00
  • a051271731 [Misc] Fix indent for AddSelfLoop. (#5843) Hongzhi (Steve), Chen 2023-06-09 11:29:44 +08:00
  • 154196854a [Tutotrial] Update sparse quickstart tutorial. (#5835) czkkkkkk 2023-06-09 11:23:36 +08:00
  • ec4284097f [GraphBolt] add typing hint for ItemSet/ItemSetDic/MinibatchSampler (#5841) Rhett Ying 2023-06-09 10:40:12 +08:00
  • 9c756a5e1e [GraphBolt] refine ItemSet/ItemSetDict and add examples (#5834) Rhett Ying 2023-06-09 08:56:29 +08:00
  • c9778b5522 [DistDGL] remove use of tensorpipe from examples and docs (#5837) Rhett Ying 2023-06-09 08:55:53 +08:00
  • 44bcb3f8d2 [Doc] Cleanup DiagMatrix related definitions. (#5836) czkkkkkk 2023-06-08 19:25:23 +08:00
  • b6f774cd83 [Examples] fix lint (#5838) Rhett Ying 2023-06-08 17:21:38 +08:00
  • 5ada3fc944 [GraphBolt] rename DictItemSet as ItemSetDict (#5806) Rhett Ying 2023-06-08 11:13:53 +08:00
  • d88275cae7 [GraphBolt] support DictItemSet in MinibatchSampler (#5803) Rhett Ying 2023-06-08 09:46:29 +08:00
  • 945b0e543a [Build] use c++17 on tensoradaptor build (#5791) Wang, Xiao 2023-06-07 00:45:14 -07:00
  • 9211d34fb8 [BugFix] Fix khop_adj (#5754) rudongyu 2023-06-07 14:16:20 +08:00
  • b0308c8525 [Model] Implemented PGExplainer for Heterogeneous graph (#5739) Nick Baker 2023-06-07 00:42:36 -05:00
  • 3a33c8b521 [Examples] Add Sampling Examples (#5777) keli-wen 2023-06-07 13:29:32 +08:00
  • b981126b75 [doc] modify some expression in docs (#5801) caojy1998 2023-06-07 12:20:31 +08:00
  • d1247b6f32 [Misc]Improving the output of the DCRNN training script. (#5790) Andrei Ivanov 2023-06-06 21:00:28 -07:00
  • 23772ee160 [Example][Minor] Update README/requirements from sklearn -> scikit-learn (#5792) Chang Liu 2023-06-06 19:33:31 -07:00
  • a1051f0095 [GraphBolt] add MinibatchSampler which supports ItemSet (#5793) Rhett Ying 2023-06-07 10:11:31 +08:00
  • b56552ffff [dev] add torchdata into conda env yaml (#5800) Rhett Ying 2023-06-06 23:07:17 +08:00
  • fa3fbbfb8f [CI] update CI docker images (#5796) Rhett Ying 2023-06-06 19:39:32 +08:00
  • a1fe08a8ca [CI] install torchdadta in docker CI (#5795) Rhett Ying 2023-06-06 14:23:55 +08:00
  • 0be0330106 [Misc] Update Jenkins. (#5794) Hongzhi (Steve), Chen 2023-06-06 13:21:24 +08:00
  • 290e1e9d8d fix indent typo in docstring Rhett Ying 2023-06-06 10:38:38 +08:00
  • 0202598953 [Examples] refine dist train example (#5763) Rhett Ying 2023-06-06 09:25:21 +08:00
  • 041f78ba1f [CI] authorize new contributor (#5788) caojy1998 2023-06-05 23:22:52 +08:00
  • c4aa74baf8 [GraphBolt] Add probs for neighbor sampling (#5774) peizhou001 2023-06-05 13:18:07 +08:00
  • b03d70d39a [Graphbolt] Add fanout check (#5776) peizhou001 2023-06-04 11:53:10 +08:00
  • 95cf6924a1 [Graphbolt] Return etypes in the neighbor sampling (#5773) peizhou001 2023-06-04 10:42:59 +08:00
  • ae97049e6c [GraphBolt] Add return_eid for neighbor sampling (#5772) peizhou001 2023-06-04 10:05:22 +08:00
  • 5f490d19b2 [Misc] Fix typo. (#5775) Hongzhi (Steve), Chen 2023-06-04 09:37:16 +08:00
  • b32345169b [GraphBolt] Add sample etype neighbors (#5771) peizhou001 2023-06-03 15:20:23 +08:00
  • 704aa4230f [GraphBolt] Add replace for neighbor sampling (#5770) peizhou001 2023-06-02 19:48:27 +08:00
  • c9c165f7cb [GraphBolt] Add fanout for neighbor sampling (#5768) peizhou001 2023-06-02 18:50:04 +08:00
  • a99095e78c [GraphBolt]Simple neighbor sampling that picking all neighbors for given nodes (#5765) peizhou001 2023-06-02 16:05:05 +08:00
  • 9ff56d2098 [Cleanup] Remove featgraph and unused TVM dependency. (#5767) Hongzhi (Steve), Chen 2023-06-02 15:14:31 +08:00
  • ee00729bbe [Graphbolt] Define API for Neighbor sampling (#5766) peizhou001 2023-06-02 14:17:36 +08:00
  • f0b612227e [Graphbolt] Improve code quality (#5762) czkkkkkk 2023-06-02 14:08:37 +08:00
  • c9dfafe607 [Graphbolt] Avoid transitive inclusion (include what you need) (#5759) czkkkkkk 2023-06-01 21:20:47 +08:00
  • a9d6f77012 [Feature] Support heterogeneous graphs in the to_networkx method (#5726) Nicola Vitucci 2023-06-01 13:49:15 +02:00
  • bb43d0423a [Benchmark] relocate distributed node classification (#5681) Rhett Ying 2023-06-01 14:02:34 +08:00
  • d0fa2909ef [GraphBolt] import when necessary for DistDGL (#5755) Rhett Ying 2023-06-01 11:22:12 +08:00
  • 7eef3e0db3 [Bugfix] Fix setup.py (#5746) Xin Yao 2023-05-31 10:15:50 +08:00
  • dc8a027903 [Graphbolt] Enable CSCSamplingGraph copy to/load from shared memory and add unittests in Python (#5742) czkkkkkk 2023-05-30 19:05:00 +08:00
  • a93e5578d6 [Misc] Remove xbyak (#5752) Hongzhi (Steve), Chen 2023-05-30 16:40:20 +08:00
  • 5f9e45d725 [DOC format]Update 1_introduction.py (#5748) gmsft 2023-05-30 15:37:58 +08:00
  • 8a3256d8ff [Misc] Add const reference for Tensor in FromCSC. (#5750) Hongzhi (Steve), Chen 2023-05-30 13:14:21 +08:00
  • 6f675eb758 [Graphbolt] Read/write CSCSamplingGraph on shared memory. (#5738) czkkkkkk 2023-05-30 12:05:38 +08:00
  • 53714ca831 [graphbolt] Add const for const reference. (#5744) Hongzhi (Steve), Chen 2023-05-30 10:17:06 +08:00
  • 00972deecf [GraphBolt] convert dgl partition to CSCSamplingGraph (#5736) Rhett Ying 2023-05-29 16:49:39 +08:00
  • 236ffa0f63 [GraphBolt] add in_subgraph() API at the python level (#5743) Rhett Ying 2023-05-26 15:37:07 +08:00
  • 2cb7c69d28 [GraphBolt] add InSubgraph() for CSCSamplingGraph in c++ level (#5728) Rhett Ying 2023-05-26 10:26:51 +08:00
  • 4c54a4c858 [Graphbolt] Add SharedMemory (#5737) czkkkkkk 2023-05-25 20:27:04 +08:00
  • 1a64965706 [GraphBolt] Add subgraph binding (#5741) peizhou001 2023-05-25 17:59:25 +08:00
  • 7438b108a1 [GraphBolt] Add sampled subgraph (#5729) peizhou001 2023-05-25 12:21:38 +08:00
  • 68275b9f3e [Feature] Decompose dataset to each process to add multi-node support for dataloader (#5617) Chang Liu 2023-05-24 16:30:56 -07:00
  • 70af8f0d85 [GraphBolt] add support for load/save CSCSamplingGraph in python level (#5733) Rhett Ying 2023-05-24 17:24:43 +08:00
  • 6862e37259 Upgrade libxsmm (#5725) Andrzej Kotłowski 2023-05-24 05:25:57 +02:00
  • 3d179846d5 [Misc] Clean up unused header. (#5716) Hongzhi (Steve), Chen 2023-05-23 20:13:02 +08:00
  • 567a9df2d0 [GraphBolt] Add csc sampling graph python side code (#5700) peizhou001 2023-05-23 16:59:59 +08:00
  • c83350dade [Graphbolt] Remove node and edge types from C graph (#5721) peizhou001 2023-05-23 07:03:43 +08:00
  • fccf0a31c3 [doc] Fix comment typo Rhett Ying 2023-05-22 15:55:58 +08:00
  • dd768a57f6 [Bugfix] dgl.linkx_homophily calculation fails when all class homophily=0 (#5720) galogm 2023-05-22 14:34:31 +08:00
  • af8451c223 [GraphBolt] Use string triplet for edge type (#5712) peizhou001 2023-05-21 20:00:36 +08:00
  • 154b93c7bd [Doc] Update Jenkinsfile (#5715) keli-wen 2023-05-19 16:58:41 +08:00
  • ce66280d9d [GraphBolt] Reorganzie graphbolt module (#5711) peizhou001 2023-05-19 16:55:03 +08:00
  • 72d16f78a1 [GraphBolt] optimize load/save logic (#5713) Rhett Ying 2023-05-19 15:40:37 +08:00
  • 1e295c537a [Graphbolt] Move headers to include/graphbolt & add include guard (#5706) czkkkkkk 2023-05-19 13:35:40 +08:00
  • cc5c237965 [GraphBolt]CI patch (#5707) peizhou001 2023-05-19 10:18:15 +08:00
  • 4b73c37540 [misc] fix the comment format. (#5705) Hongzhi (Steve), Chen 2023-05-18 20:28:43 +08:00
  • c92d012bb1 [Build] Bump nightly version (#5704) Quan (Andy) Gan 2023-05-18 13:30:35 +08:00
  • 77fd747f16 [GraphBolt] enable load/save for CSCSamplingGraph (#5702) Rhett Ying 2023-05-18 12:13:06 +08:00
  • 46af76c30e [Performance Improvement] Make GPU sampling and to_block use pinned memory to decrease required synchronization (#5685) nv-dlasalle 2023-05-17 16:18:35 -07:00
  • 585ce94b97 [GraphBolt] Fix lint (#5701) peizhou001 2023-05-17 16:40:09 +08:00
  • 317e70b42b [GraphBolt] Add sampling graph C side code (#5697) peizhou001 2023-05-17 10:42:59 +08:00
  • 29df6ec49e [GraphBolt] Remove cuda option in cmake (#5699) peizhou001 2023-05-16 21:50:55 +08:00
  • 4dddde67a8 [Doc] Fix a typo in edgeconv.py (#5643) 鄢振宇Michael Yan 2023-05-16 16:41:00 +08:00
  • 8858725554 Polish the CMakeList. (#5694) Hongzhi (Steve), Chen 2023-05-16 13:46:37 +08:00
  • 494d2b7a07 [GraphBolt] Add graphbolt build into dgl build (#5696) peizhou001 2023-05-16 08:58:31 +08:00
  • 7ea9efa7c2 [GraphBolt] Add cmake file (#5683) peizhou001 2023-05-15 12:30:37 +08:00
  • ac6be7d761 [Benchmark] update node classification for multigpu benchmark (#5674) Rhett Ying 2023-05-12 20:15:55 +08:00
  • 0b386a1d4f Merge Graphbolt to master (#5680) Rhett Ying 2023-05-12 12:09:17 +08:00
  • 41baa0e448 [Example] GatedGCN (#5659) paoxiaode 2023-05-11 18:07:52 +08:00
  • fbb26ee5f6 [Dist] fix crash issue if empty test set (#5653) Rhett Ying 2023-05-11 17:21:31 +08:00
  • 2eb3f08c1f [Bugfix] Fix the version check for alpha version PyTorch in NGC containers (#5673) Xin Yao 2023-05-11 09:02:46 +08:00
  • ff9573c410 [Misc] Disable BF16 LibXSMM SpMM for AVX2 platforms (#5677) Ilia Taraban 2023-05-10 22:05:57 +02:00
  • e0d2250efa [Performance] Improve COOToCSR implementation (#5508) Andrzej Kotłowski 2023-05-10 19:06:39 +02:00
  • 484fabdcc1 [Model] Implemented PGExplainer for Homogeneous graph (#5550) Kunal Mukherjee 2023-05-10 07:31:48 -05:00
  • d64f7c4808 [Benchmark] log train time and test accuracy, choose device (#5662) Rhett Ying 2023-05-10 14:59:21 +08:00