提交

3011 次代码提交

作者 SHA1 备注 提交日期
czkkkkkk 2e6112e8b6 [Release] Modify release version to 1.1.0 1.1.0 2023-05-02 15:22:02 +00:00
Hongzhi (Steve), Chen f635e2a11e Polish Tutorial (#5645) 2023-05-02 01:28:52 +08:00
Quan (Andy) Gan 1bd36886b3 [Tutorial] Add a small test for GAT exercise (#5644)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-05-02 01:24:15 +08:00
Hongzhi (Steve), Chen 24b7468fcc Update comment from 11.6 to 11.8. (#5641)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-05-01 12:37:08 +08:00
Hongzhi (Steve), Chen 5eff95441f Change hat to bar. (#5640)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-05-01 12:18:10 +08:00
Hongzhi (Steve), Chen d815a001ff Turn on GPU. (#5639) 2023-05-01 12:00:35 +08:00
Hongzhi (Steve), Chen 50810a4e8c Update tutorial cu116 -> cu118. (#5638) 2023-05-01 11:58:01 +08:00
Hongzhi (Steve), Chen f090e397df Update tutorial cu116 -> cu118. (#5637) 2023-05-01 11:55:53 +08:00
Quan (Andy) Gan 852ddfb990 Add gat exercise (#5635)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-05-01 11:52:18 +08:00
Hongzhi (Steve), Chen d18d255f55 Update tutorial cu116 -> cu118. (#5636) 2023-05-01 11:49:37 +08:00
Hongzhi (Steve), Chen e04e9f79ff Update tutorial cu116 -> cu118. (#5634) 2023-05-01 11:46:10 +08:00
Hongzhi (Steve), Chen 039be25d3d Update tutorial cu116 -> cu118. (#5633) 2023-05-01 11:37:51 +08:00
Ilia Taraban 78ecd5086b [Fix] fix libxsmm build issues on Mac OS (#5626) 2023-04-28 21:55:51 +08:00
Tingyu Wang 665c379871 update cugraph docker image for CI (#5614) 2023-04-28 09:54:07 +08:00
Theodore Vasiloudis 1ab0170a10 [Distributed] Ensure round-robin edge file downloads, reduce logging, other improvements. (#5578)
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2023-04-27 11:17:55 -07:00
Chang Liu e6eefd1a13 [Bugfix] Fix the uninitialized pin_memory flag for empty graph (#5609) 2023-04-26 17:56:01 -07:00
Ilia Taraban 8ecbfa57ae [Fix] restore SpMMSumCsrNaive function for float and double (#5615) 2023-04-27 07:59:49 +08:00
Rhett Ying c5e8481cf3 [benchmark] fix multi process issue (#5608) 2023-04-26 15:22:07 +08:00
Rhett Ying ae8cbde5cf [benchmarks] fix torchmetrics accuracy (#5594) 2023-04-25 11:27:26 +08:00
Rhett Ying b740c3f0ba [Doc] fix lint configuration path (#5590) 2023-04-23 13:00:45 +08:00
Rhett Ying d4ded8fa5e [CI] authorize more contibutors (#5582) 2023-04-23 09:09:29 +08:00
Chang Liu 00c3edc1cf [Bugfix] Fix unit test failures on older GPUs (#5579) 2023-04-21 18:33:51 -07:00
Kunal Mukherjee c0f346e754 [Model] Implemented SubgraphX Explainer for Heterogeneous graph (#5530)
Co-authored-by: kxm180046 <kxm180046@utdallas.edu>
Co-authored-by: Nick Baker <ndbaker1@outlook.com>
Co-authored-by: Mufei Li <mufeili1996@gmail.com>
2023-04-21 14:05:02 +08:00
Ilia Taraban 9cb669391f [Misc] Add libxsmm_config.h only when LIBXSMM is enabled (#5577) 2023-04-21 10:15:43 +08:00
czkkkkkk f41934df87 [Sparse] Add conversion between DGLGraph and SparseMatrix. (#5553) 2023-04-20 18:00:34 +08:00
Hongyi ZHANG e6226e826d [LOG] check whether cpu_affinity is avaible on the platform (#5572)
Co-authored-by: Mufei Li <mufeili1996@gmail.com>
2023-04-20 15:44:52 +08:00
Mufei Li de292c7a82 [Example] Sparse Example for HAN (#5568)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal>
2023-04-19 22:31:22 +08:00
Zhiteng Li b58416f76a [NN] Refine the API of GraphormerLayer (#5565)
Co-authored-by: rudongyu <ru_dongyu@outlook.com>
2023-04-19 16:36:25 +08:00
Rhett Ying 6247b0068a [Doc] add how to build Cython extension (#5564) 2023-04-18 09:15:43 +08:00
Kunal Mukherjee 95aaa4934a [Fix] np.float and np.int deprecated usage (#5563)
Co-authored-by: kxm180046 <kxm180046@utdallas.edu>
Co-authored-by: Mufei Li <mufeili1996@gmail.com>
2023-04-17 18:48:03 +08:00
Kunal Mukherjee 23ef2ddd71 [Fix] np.asscalar deprecated usage (#5557)
Co-authored-by: kxm180046 <kxm180046@utdallas.edu>
Co-authored-by: Mufei Li <mufeili1996@gmail.com>
2023-04-17 13:52:25 +08:00
Xin Yao bea5c78b3f [Fix] Remove curand host functions (#5552) 2023-04-17 10:37:46 +08:00
czkkkkkk b57c56d9a1 [Sparse] Support broadcasting operators (#5544) 2023-04-15 10:36:12 +08:00
czkkkkkk 7c465d20fc [Sparse] Support spspdiv (#5541)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-04-14 16:46:51 +08:00
rudongyu bb1f8850e5 [NN] Refactor the Code Structure of GT (#5100) 2023-04-14 11:50:14 +08:00
kylasa 4085ec8a46 Use correct delimiter when reading edge files during parmetis processing step (#5481)
Co-authored-by: xiang song(charlie.song) <classicxsong@gmail.com>
2023-04-13 11:07:08 -07:00
Venzino.Han f1b0a07984 [NN] add egatconv edge_weight (#5539)
Co-authored-by: Mufei Li <mufeili1996@gmail.com>
2023-04-13 20:54:42 +08:00
Minjie Wang 7cd6257f96 [Doc] Update script for building doc (#5525) 2023-04-13 11:30:13 +08:00
Hongzhi (Steve), Chen 8c71628ed4 [Misc] Update build from source doc to use the script in linux. (#5537)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-04-13 10:48:35 +08:00
czkkkkkk 893098888e [Sparse] Support spspmul (#5543) 2023-04-13 09:07:49 +08:00
peizhou001 4864a9f903 [Bug] Merge rather replace when find reverse eids (#5532)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-16-19.ap-northeast-1.compute.internal>
2023-04-12 10:42:42 +08:00
Chang Liu 62b5f50a5c [Feature] Import PyTorch's pin_memory() method for DGL graph structure (#5366) 2023-04-10 19:21:32 -07:00
Tianqi Zhang (张天启) 27b008b9b1 [BugFix] Fix unstable behavior of beuteforce-sharemem KNN (#5515) 2023-04-10 22:26:10 +08:00
peizhou001 c51cc82e4b [Enhancement]Set default graph dataloader thread number (#5479)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-16-19.ap-northeast-1.compute.internal>
2023-04-10 17:52:24 +08:00
Mufei Li a1f7498240 [Example] Fix Various Examples Related to TorchMetrics (#5521)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal>
2023-04-10 15:54:00 +08:00
schmidt-ju 97286f98d3 [NN] Add EdgeGAT operator (#5282)
Co-authored-by: Quan (Andy) Gan <coin2028@hotmail.com>
2023-04-09 22:54:49 +08:00
Ilia Taraban acb4eb7ecd [Feature] Add bfloat16 support for CPU (#5497)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-04-06 11:16:41 +02:00
DominikaJedynak 29e6661523 [Optimization] Optimize bias term in GatConv layer (#5466) 2023-04-05 23:17:10 +08:00
Mufei Li a244de579c [Dataset] WisconsinDataset (#5520)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal>
2023-04-04 16:44:26 +08:00
Ilia Taraban e8579d8be8 [Misc] Add MKL library path for standalone installation (#5510)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-04-04 14:42:12 +08:00