- 21 Mar, 2023 1 commit
-
-
czkkkkkk authored
-
- 15 Mar, 2023 1 commit
-
-
czkkkkkk authored
* [Sparse] Remove the Python DiagMatrix class * Update * Update * update * Update
-
- 09 Mar, 2023 1 commit
-
-
czkkkkkk authored
* [Sparse] Support Diag sparse format in C++ * update * Update
-
- 28 Feb, 2023 1 commit
-
-
czkkkkkk authored
* [Sparse] Support converson to/from torch sparse tensor. * Update
-
- 24 Feb, 2023 1 commit
-
-
czkkkkkk authored
* [Sparse] Support column-wise softmax * Update python/dgl/sparse/softmax.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> --------- Co-authored-by:
Mufei Li <mufeili1996@gmail.com>
-
- 23 Feb, 2023 1 commit
-
-
czkkkkkk authored
-
- 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>
-
- 12 Jan, 2023 1 commit
-
-
czkkkkkk authored
* [Sparse] Reduce peak memory usage of SpSpAdd * Update * Update
-
- 06 Jan, 2023 1 commit
-
-
Quan (Andy) Gan authored
* initial commit * Update build.sh
-
- 03 Jan, 2023 1 commit
-
-
Mufei Li authored
* update * Update * Update * Update * Update Co-authored-by:Ubuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal>
-
- 29 Dec, 2022 1 commit
-
-
czkkkkkk authored
-
- 28 Dec, 2022 3 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
-
Minjie Wang authored
* add coalesce() and has_duplicate() * Add duplicate check in spspmm * black * fix * clang-format * lintrunner * minor fix * fix
-
- 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>
-
- 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>
-
- 21 Dec, 2022 1 commit
-
-
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
-
- 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?
-
- 12 Dec, 2022 2 commits
-
-
czkkkkkk authored
* [Sparse] Add SpMM and SDDMM * Update * Add CSR and CSC SpMM tests
- 01 Dec, 2022 1 commit
-
-
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
-
- 27 Nov, 2022 1 commit
-
-
czkkkkkk authored
* [Sparse] Support sparse format conversion * Update * Update
-
- 17 Nov, 2022 1 commit
-
-
czkkkkkk authored
-
- 16 Nov, 2022 1 commit
-
-
Mufei Li authored
* Update * dense * Update * Update * Update * Update * Update Co-authored-by:Ubuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal>
-
- 08 Nov, 2022 1 commit
-
-
Hongzhi (Steve), Chen authored
Co-authored-by:Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
-
- 07 Nov, 2022 1 commit
-
-
czkkkkkk authored
* [Sparse] Add sparse matrix C++ implementation * Add documentation * Update * Minor fix * Move Python code to dgl/mock_sparse2 * Move headers to include * lint * Update * Add dgl_sparse directory * Move src code to dgl_sparse * Add __init__.py in tests to avoid naming conflict * Add dgl sparse so in Jenkinsfile * Complete docstring & SparseMatrix basic op * lint * Disable win tests
-