- 06 Jan, 2023 1 commit
-
-
Andrzej Kotłowski authored
Co-authored-by:Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
-
- 05 Jan, 2023 4 commits
-
-
Chang Liu authored
-
Theodore Vasiloudis authored
* Allow reading and writing single-column vector Parquet files. These files are commonly produced by Spark ML's feature processing code. * [Dist] Only write single-column vector files for Parquet in tests.
-
Xin Yao authored
-
rudongyu authored
* gt example * update * update * update * update * lint * Update examples/sparse/graph_transformer.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> Co-authored-by:
Mufei Li <mufeili1996@gmail.com>
-
- 03 Jan, 2023 4 commits
-
-
Mufei Li authored
* update * Update * Update * Update * Update Co-authored-by:Ubuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal>
-
czkkkkkk authored
-
Theodore Vasiloudis authored
[Dist] Add support for Parquet-formatted edges files, remove some assumptions on edge file number. (#5051) * [Dist] Add support for Parquet-formatted edges files, remove some assumptions on edge file number. * [Dist] Add parquet edges option to unit tests. Co-authored-by:xiang song(charlie.song) <classicxsong@gmail.com>
-
ZhenyuLU_Heliodore authored
* Add SpatialEncoder and SpatialEncoder3d * Optimize the code execution efficiency * Fixed certain problems according to Dongyu's suggestions. * Fix an error about probability of division by zero in PathEcoder; Change certain designs in SpatialEncoder * Fix a typo * polish the docstring * fix doc * lint Co-authored-by:
Ubuntu <ubuntu@ip-172-31-14-146.ap-northeast-1.compute.internal> Co-authored-by:
rudongyu <ru_dongyu@outlook.com>
-
- 29 Dec, 2022 5 commits
-
-
Xin Yao authored
-
Mufei Li authored
* update * lint * lint * comments Co-authored-by:Ubuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal>
-
czkkkkkk authored
-
Minjie Wang authored
* new print func * lintrunner
-
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>
-
- 28 Dec, 2022 5 commits
-
-
Mufei Li authored
* Update * CI * Update dgl_sparse/src/utils.h Co-authored-by:
Minjie Wang <wmjlyjemaine@gmail.com> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal> Co-authored-by:
Minjie Wang <wmjlyjemaine@gmail.com>
-
czkkkkkk authored
* [Sparse] Support BSpMM and BSDDMM * Update SpMM and SDDMM error messages * Use TORCH_CHECK * Update error string
-
Hongzhi (Steve), Chen authored
Co-authored-by:Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
-
Minjie Wang authored
* add coalesce() and has_duplicate() * Add duplicate check in spspmm * black * fix * clang-format * lintrunner * minor fix * fix
-
Mufei Li authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal>
-
- 27 Dec, 2022 1 commit
-
-
Mufei Li authored
* Update * update * Update * Update * Update * format * Update * lint * Update * lint * CI * CI * Update * address comments Co-authored-by:Ubuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal>
-
- 26 Dec, 2022 3 commits
-
-
Rhett Ying authored
* [Doc] update doc page for distributed partition pipeline * update
-
czkkkkkk authored
-
Quan (Andy) Gan authored
* rename * next time i should use lintrunner
-
- 24 Dec, 2022 1 commit
-
-
czkkkkkk authored
* [Sparse] Add SpSpMM * Update matmul interface * address comments * fix test utils to generate only coalesced matrices * fix linter * fix ut * fix * rm print Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
- 22 Dec, 2022 1 commit
-
-
Quan (Andy) Gan authored
* initial commit * lint * rename * address comments * add doctests * address comments * remove additional test * add description * lint * lint * lint * Update test_reduction.py Co-authored-by:Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
-
- 21 Dec, 2022 4 commits
-
-
czkkkkkk authored
-
czkkkkkk authored
-
czkkkkkk authored
* [Sparse] Support SpMM and SDDMM * Add SDDMMAutoGrad * Rename SpMMImpl and SDDMMImpl and move them to dgl_sparse/src/matmul.h * Update comments * Update * Minor fix
-
Serge Panev authored
Signed-off-by:
Serge Panev <spanev@nvidia.com> Signed-off-by:
Serge Panev <spanev@nvidia.com>
-
- 20 Dec, 2022 2 commits
-
-
Mufei Li authored
[Sparse] Add Two Sparse Matrices with Different Sparsity, DiagMatrix.dense, Add SparseMatrix and DiagMatrix (#5044) * Update * undo wrong edit * lint * fix import * Update Co-authored-by:Ubuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal>
-
Quan (Andy) Gan authored
* initial commit * lint * rename * address changes * oops * fix? * fix?
-
- 19 Dec, 2022 2 commits
-
-
Quan (Andy) Gan authored
* upgrade CI pytorch version * update * revert tensorflow image * old image (220816) backup * Update Dockerfile.ci_gpu
-
Xin Yao authored
* replace LooseVersion with packaging.version * import packaging from setuptools * import packaging.version in dgl.utils * format * revert changes to apps/kg * revert changes to _dataloading
-
- 18 Dec, 2022 1 commit
-
-
paoxiaode authored
-
- 15 Dec, 2022 5 commits
-
-
Xin Yao authored
-
Rhett Ying authored
* [Dist] enable to chunk node/edge data into arbitrary number of chunks * [Dist] enable to split node/edge data into arbitrary parts * refine code * Format boolean to uint8 forcely to avoid dist.scatter failure * convert boolean to int8 before scatter and revert it after scatter * refine code * fix test * refine code * move test utilities into utils.py * update comment * fix empty data * update * update * fix empty data issue * release unnecessary mem * release unnecessary mem * release unnecessary mem * release unnecessary mem * release unnecessary mem * remove unnecessary shuffle data * separate array_split into standalone utility * add example Co-authored-by:xiang song(charlie.song) <classicxsong@gmail.com>
-
czkkkkkk authored
-
Xin Yao authored
-
Mufei Li authored
* Update * Update * lint * CI * Update Co-authored-by:Ubuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal>
-
- 14 Dec, 2022 1 commit
-
-
Rhett Ying authored
* [Dist] generate partition meta for ParMETIS
-