- 03 Jan, 2023 2 commits
-
-
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 4 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>
-
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 3 commits
-
-
czkkkkkk authored
* [Sparse] Support BSpMM and BSDDMM * Update SpMM and SDDMM error messages * Use TORCH_CHECK * Update error string
-
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 1 commit
-
-
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 3 commits
-
-
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 1 commit
-
-
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>
-
- 19 Dec, 2022 1 commit
-
-
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
-
- 15 Dec, 2022 2 commits
-
-
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>
-
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
-
- 12 Dec, 2022 2 commits
-
-
czkkkkkk authored
* [Sparse] Add SpMM and SDDMM * Update * Add CSR and CSC SpMM tests
- 09 Dec, 2022 2 commits
-
-
Mufei Li authored
* Update * Update * Update * Update * update * lint * CI * CI * CI Co-authored-by:Ubuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal>
-
Xin Yao authored
* fix empty tensor is treated as pinned * avoid calling cudaHostGetDevicePointer on nullptr * update empty array * add a comment
-
- 08 Dec, 2022 1 commit
-
-
Xin Yao authored
* add lint workflow * add line number * address comments * update package versions * remove autopep8 config
-
- 07 Dec, 2022 2 commits
-
-
Zhiteng Li authored
* Add GraphTransformerLayer (dense) * beautify the python code with black * refine according to mufei's comments * fix AttributeError in unit test * rename module as GraphormerLayer * fix name issue Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
Mufei Li authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal>
-
- 06 Dec, 2022 1 commit
-
-
Tingyu Wang authored
* update agg function with new bindings * handle optional import in __init__ * raise error in RelGraphConvAgg when pylibcugraphops not imported * Update tests/cugraph/cugraph-ops/test_cugraph_relgraphconv.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> * Update tests/cugraph/cugraph-ops/test_cugraph_relgraphconv.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> * use keyword args for readability * add missing docstring to pass CI * catch ImportError rather than ModuleNotFoundError Co-authored-by:
Mufei Li <mufeili1996@gmail.com>
-
- 05 Dec, 2022 2 commits
-
-
Mufei Li authored
* Update * update Co-authored-by:Ubuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal>
-
ZhenyuLU_Heliodore authored
* Add PathEncoder to transformer.py * add blank line at the and * rename variabl sp to shortest_path * Fixed corresponding problems * Fixed certain bugs when running on CUDA * changed clamp min from 0 to 1 Co-authored-by:
Ubuntu <ubuntu@ip-172-31-14-146.ap-northeast-1.compute.internal> Co-authored-by:
Mufei Li <mufeili1996@gmail.com>
-
- 01 Dec, 2022 2 commits
-
-
peizhou001 authored
-
Mufei Li authored
* Update * Update Co-authored-by:Ubuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal>
-
- 29 Nov, 2022 1 commit
-
-
czkkkkkk authored
-
- 28 Nov, 2022 2 commits
-
-
peizhou001 authored
-
Quan (Andy) Gan authored
* fix unit test * oops
-
- 27 Nov, 2022 1 commit
-
-
czkkkkkk authored
* [Sparse] Support sparse format conversion * Update * Update
-
- 25 Nov, 2022 1 commit
-
-
Serge Panev authored
Signed-off-by:
Serge Panev <spanev@nvidia.com> Signed-off-by:
Serge Panev <spanev@nvidia.com>
-
- 21 Nov, 2022 1 commit
-
-
Rhett Ying authored
* [Dist] instantiate NodeDataView in lazy mode * fix test failure * init node/edge data store at the very beginning * fix test failures * refine comment * add more tests
-
- 20 Nov, 2022 1 commit
-
-
Zhiteng Li authored
* Add biased multi-head attention module (dense) * fix lint issues * refine according to dongyu's comments Co-authored-by:rudongyu <ru_dongyu@outlook.com>
-