"...git@developer.sourcefind.cn:OpenDAS/autoawq_kernels.git" did not exist on "9f21782542d13cd05c2c9c257a7ad0ea87b97cc0"
- 26 Apr, 2024 1 commit
-
-
Rhett Ying authored
-
- 25 Jan, 2024 1 commit
-
-
Rhett Ying authored
-
- 02 Jan, 2024 1 commit
-
-
Rhett Ying authored
-
- 29 Dec, 2023 1 commit
-
-
Rhett Ying authored
-
- 22 Dec, 2023 1 commit
-
-
Rhett Ying authored
-
- 21 Nov, 2023 1 commit
-
-
Rhett Ying authored
-
- 15 Aug, 2023 1 commit
-
-
Hongzhi (Steve), Chen authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
-
- 04 Aug, 2023 2 commits
-
-
Hongzhi (Steve), Chen authored
-
Hongzhi (Steve), Chen authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
-
- 03 Aug, 2023 1 commit
-
-
Hongzhi (Steve), Chen authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
-
- 28 Jul, 2023 1 commit
-
-
Songqing Zhang authored
-
- 19 Jul, 2023 1 commit
-
-
Rhett Ying authored
Co-authored-by:Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
-
- 17 Jul, 2023 1 commit
-
-
Hongzhi (Steve), Chen authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
-
- 04 Jul, 2023 1 commit
-
-
Rhett Ying authored
-
- 01 Jul, 2023 1 commit
-
-
Rhett Ying authored
-
- 29 May, 2023 1 commit
-
-
Rhett Ying authored
-
- 16 May, 2023 1 commit
-
-
peizhou001 authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-25-242.ap-northeast-1.compute.internal>
-
- 22 Mar, 2023 1 commit
-
-
Xin Yao authored
* cleanup unused cmake options * disable BUILD_TORCH for cugraph * resolve comments
-
- 08 Mar, 2023 1 commit
-
-
Xin Yao authored
* expose GeneratePermutation * add sparse_all_to_all_push * add sparse_all_to_all_pull * add unit test * handle world_size=1 * remove python nccl wrapper * remove the nccl dependency * use pinned memory to speedup D2H copy * fix lint * resolve comments * fix lint * fix ut * resolve comments
-
- 01 Mar, 2023 1 commit
-
-
Hongzhi (Steve), Chen authored
This reverts commit a5e31391.
-
- 21 Feb, 2023 11 commits
-
-
Hongzhi (Steve), Chen authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
-
Hongzhi (Steve), Chen authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
-
Hongzhi (Steve), Chen authored
* test * blabla * add * reformat * balbla * rollback * remove --------- Co-authored-by:Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
-
Hongzhi (Steve), Chen authored
* Abort previous CI * script * newtry * more * fix * comment * add notes --------- Co-authored-by:Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
-
Hongzhi (Steve), Chen authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
-
Hongzhi (Steve), Chen authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
-
Hongzhi (Steve), Chen authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
-
Hongzhi (Steve), Chen authored
* update * polish * polish --------- Co-authored-by:Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
-
Hongzhi (Steve), Chen authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
-
Hongzhi (Steve), Chen authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
-
Hongzhi (Steve), Chen authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
-
- 17 Feb, 2023 2 commits
-
-
Hongzhi (Steve), Chen authored
* rename * remove test transpose * udpate * rename * cleanup --------- Co-authored-by:Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
-
Hongzhi (Steve), Chen authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
-
- 16 Feb, 2023 1 commit
-
-
Hongzhi (Steve), Chen authored
* Set USE_LIBXSMM default to OFF. * update --------- Co-authored-by:Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
-
- 14 Feb, 2023 1 commit
-
-
Quan (Andy) Gan authored
* move example test from unit test to examples * oops * oops * ok
-
- 13 Feb, 2023 1 commit
-
-
Quan (Andy) Gan authored
* enable sparse on windows and mac * that was stupid * let's see what's going on.. * [Sparse] Fix the import error on Mac OS. When using template functions that are defined in source files from DGL, the loader of MacOS somehow cannot find their definitions. This fix simply avoids depending on template functions from DGL headers. With this fix, the sparse tests all pass on the MAC environment. * ok this is the problem * make errors clearer * uh * test * Update __init__.py * disabling ddp on windows --------- Co-authored-by:czkkkkkk <zekucai@gmail.com>
-
- 10 Feb, 2023 1 commit
-
-
Rhett Ying authored
-
- 16 Jan, 2023 1 commit
-
-
Rhett Ying authored
* enable dgl sparse build in default * disable sparse build on cugraph * update
-
- 06 Jan, 2023 1 commit
-
-
peizhou001 authored
-
- 29 Dec, 2022 1 commit
-
-
Minjie Wang authored
* pass gcn * example tests * pass gcnii, hgnn, sgc, sign * black * test file * add torchmetrics * migrate appnp, c_and_s, twirls * fix style * minor fix * fix hypergraphatt and twirls * pass gat * fix torchmetric * lintrunner Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-