提交

提交图

3215 次代码提交

作者 SHA1 备注 提交日期
Rhett Ying d0fa2909ef [GraphBolt] import when necessary for DistDGL (#5755) 2023-06-01 11:22:12 +08:00
Xin Yao 7eef3e0db3 [Bugfix] Fix setup.py (#5746) 2023-05-31 10:15:50 +08:00
czkkkkkk dc8a027903 [Graphbolt] Enable CSCSamplingGraph copy to/load from shared memory and add unittests in Python (#5742) 2023-05-30 19:05:00 +08:00
Hongzhi (Steve), Chen a93e5578d6 [Misc] Remove xbyak (#5752)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-05-30 16:40:20 +08:00
gmsft 5f9e45d725 [DOC format]Update 1_introduction.py (#5748)
Co-authored-by: Mufei Li <mufeili1996@gmail.com>
2023-05-30 15:37:58 +08:00
Hongzhi (Steve), Chen 8a3256d8ff [Misc] Add const reference for Tensor in FromCSC. (#5750)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-05-30 13:14:21 +08:00
czkkkkkk 6f675eb758 [Graphbolt] Read/write CSCSamplingGraph on shared memory. (#5738)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-05-30 12:05:38 +08:00
Hongzhi (Steve), Chen 53714ca831 [graphbolt] Add const for const reference. (#5744)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-05-30 10:17:06 +08:00
Rhett Ying 00972deecf [GraphBolt] convert dgl partition to CSCSamplingGraph (#5736) 2023-05-29 16:49:39 +08:00
Rhett Ying 236ffa0f63 [GraphBolt] add in_subgraph() API at the python level (#5743) 2023-05-26 15:37:07 +08:00
Rhett Ying 2cb7c69d28 [GraphBolt] add InSubgraph() for CSCSamplingGraph in c++ level (#5728) 2023-05-26 10:26:51 +08:00
czkkkkkk 4c54a4c858 [Graphbolt] Add SharedMemory (#5737) 2023-05-25 20:27:04 +08:00
peizhou001 1a64965706 [GraphBolt] Add subgraph binding (#5741) 2023-05-25 17:59:25 +08:00
peizhou001 7438b108a1 [GraphBolt] Add sampled subgraph (#5729) 2023-05-25 12:21:38 +08:00
Chang Liu 68275b9f3e [Feature] Decompose dataset to each process to add multi-node support for dataloader (#5617) 2023-05-24 16:30:56 -07:00
Rhett Ying 70af8f0d85 [GraphBolt] add support for load/save CSCSamplingGraph in python level (#5733) 2023-05-24 17:24:43 +08:00
Andrzej Kotłowski 6862e37259 Upgrade libxsmm (#5725)
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2023-05-24 11:25:57 +08:00
Hongzhi (Steve), Chen 3d179846d5 [Misc] Clean up unused header. (#5716)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-05-23 20:13:02 +08:00
peizhou001 567a9df2d0 [GraphBolt] Add csc sampling graph python side code (#5700) 2023-05-23 16:59:59 +08:00
peizhou001 c83350dade [Graphbolt] Remove node and edge types from C graph (#5721)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-16-19.ap-northeast-1.compute.internal>
2023-05-23 07:03:43 +08:00
Rhett Ying fccf0a31c3 [doc] Fix comment typo 2023-05-22 15:55:58 +08:00
galogm dd768a57f6 [Bugfix] dgl.linkx_homophily calculation fails when all class homophily=0 (#5720)
Co-authored-by: Mufei Li <mufeili1996@gmail.com>
2023-05-22 14:34:31 +08:00
peizhou001 af8451c223 [GraphBolt] Use string triplet for edge type (#5712)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-25-242.ap-northeast-1.compute.internal>
2023-05-21 20:00:36 +08:00
keli-wen 154b93c7bd [Doc] Update Jenkinsfile (#5715) 2023-05-19 16:58:41 +08:00
peizhou001 ce66280d9d [GraphBolt] Reorganzie graphbolt module (#5711)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-25-242.ap-northeast-1.compute.internal>
2023-05-19 16:55:03 +08:00
Rhett Ying 72d16f78a1 [GraphBolt] optimize load/save logic (#5713) 2023-05-19 15:40:37 +08:00
czkkkkkk 1e295c537a [Graphbolt] Move headers to include/graphbolt & add include guard (#5706) 2023-05-19 13:35:40 +08:00
peizhou001 cc5c237965 [GraphBolt]CI patch (#5707)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-25-242.ap-northeast-1.compute.internal>
2023-05-19 10:18:15 +08:00
Hongzhi (Steve), Chen 4b73c37540 [misc] fix the comment format. (#5705)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-05-18 20:28:43 +08:00
Quan (Andy) Gan c92d012bb1 [Build] Bump nightly version (#5704) 2023-05-18 13:30:35 +08:00
Rhett Ying 77fd747f16 [GraphBolt] enable load/save for CSCSamplingGraph (#5702) 2023-05-18 12:13:06 +08:00
nv-dlasalle 46af76c30e [Performance Improvement] Make GPU sampling and to_block use pinned memory to decrease required synchronization (#5685) 2023-05-17 16:18:35 -07:00
peizhou001 585ce94b97 [GraphBolt] Fix lint (#5701)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-16-19.ap-northeast-1.compute.internal>
2023-05-17 16:40:09 +08:00
peizhou001 317e70b42b [GraphBolt] Add sampling graph C side code (#5697) 2023-05-17 10:42:59 +08:00
peizhou001 29df6ec49e [GraphBolt] Remove cuda option in cmake (#5699)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-16-19.ap-northeast-1.compute.internal>
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-05-16 21:50:55 +08:00
鄢振宇Michael Yan 4dddde67a8 [Doc] Fix a typo in edgeconv.py (#5643)
Co-authored-by: Mufei Li <mufeili1996@gmail.com>
2023-05-16 16:41:00 +08:00
Hongzhi (Steve), Chen 8858725554 Polish the CMakeList. (#5694)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
Co-authored-by: peizhou001 <110809584+peizhou001@users.noreply.github.com>
2023-05-16 13:46:37 +08:00
peizhou001 494d2b7a07 [GraphBolt] Add graphbolt build into dgl build (#5696)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-25-242.ap-northeast-1.compute.internal>
2023-05-16 08:58:31 +08:00
peizhou001 7ea9efa7c2 [GraphBolt] Add cmake file (#5683)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-25-242.ap-northeast-1.compute.internal>
2023-05-15 12:30:37 +08:00
Rhett Ying ac6be7d761 [Benchmark] update node classification for multigpu benchmark (#5674)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-05-12 20:15:55 +08:00
Rhett Ying 0b386a1d4f Merge Graphbolt to master (#5680)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-25-242.ap-northeast-1.compute.internal>
2023-05-12 12:09:17 +08:00
paoxiaode 41baa0e448 [Example] GatedGCN (#5659) 2023-05-11 18:07:52 +08:00
Rhett Ying fbb26ee5f6 [Dist] fix crash issue if empty test set (#5653) 2023-05-11 17:21:31 +08:00
Xin Yao 2eb3f08c1f [Bugfix] Fix the version check for alpha version PyTorch in NGC containers (#5673)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-05-11 09:02:46 +08:00
Ilia Taraban ff9573c410 [Misc] Disable BF16 LibXSMM SpMM for AVX2 platforms (#5677) 2023-05-10 22:05:57 +02:00
Andrzej Kotłowski e0d2250efa [Performance] Improve COOToCSR implementation (#5508)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-05-11 01:06:39 +08:00
Kunal Mukherjee 484fabdcc1 [Model] Implemented PGExplainer for Homogeneous graph (#5550)
Co-authored-by: kxm180046 <kxm180046@utdallas.edu>
Co-authored-by: Infinity_X <Infinity_X@sinomo.net>
Co-authored-by: Mufei Li <mufeili1996@gmail.com>
2023-05-10 20:31:48 +08:00
Rhett Ying d64f7c4808 [Benchmark] log train time and test accuracy, choose device (#5662) 2023-05-10 14:59:21 +08:00
Zhiting Zhu ac681ee3fb [Doc] Make readme more readable for markdown (#5649) 2023-05-10 12:37:32 +08:00
Daniil Sizov aeb7862be7 [Misc] Exclude libxsmm on unsupported platforms (#5668) 2023-05-10 12:35:52 +08:00