- 20 Feb, 2023 2 commits
-
-
Hongzhi (Steve), Chen authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
-
Hongzhi (Steve), Chen authored
[Misc] Auto format with manual fix of 3 files and add pylint: disable= too-many-lines for functional.py. (#5330) * blabal * 2more --------- Co-authored-by:Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
-
- 19 Feb, 2023 3 commits
-
-
Hongzhi (Steve), Chen authored
* data * lintrunner --------- 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>
-
- 15 Feb, 2023 1 commit
-
-
Tingyu Wang authored
* update cugraph_relgraphconv * update equality test * update cugraph rgcn example * update RelGraphConvAgg based on latest API changes * enable fallback option to fg when fanout is large --------- Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
- 13 Feb, 2023 3 commits
-
-
Krzysztof Sadowski authored
Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
Zahi Kakish authored
Some weird formatting occurred in the documentation for EGATConv, so this quick commit should fix that. Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
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
-
-
Nicolas Castet authored
* Fix Column.record_stream(...) for unmaterialized tensors * lint * Record streams for indices on non-materialized columns * add docstring * fix for cpu index * Record also stream on storage * Always call self.storage.record_stream when storage is on GPU * fix lint --------- Co-authored-by:Xin Yao <xiny@nvidia.com>
-
- 08 Feb, 2023 1 commit
-
-
ZhenyuLU_Heliodore authored
* add SVD positional encoding * modify importing module * Fixed certain problems * Change the test unit to a nonsigular one * Fixed typo and make accord with lintrunner * added svd_pe into dgl.rst * Modified dgl.rst
-
- 01 Feb, 2023 2 commits
-
-
Rhett Ying authored
-
Hongzhi (Steve), Chen authored
* remove_mock_sparse_example * mock_sparse_test * remove_mock_sparse --------- Co-authored-by:Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
-
- 29 Jan, 2023 1 commit
-
-
Muhammed Fatih BALIN authored
* [Doc] Labor sampling improvement When importance sampling option is used, the returned blocks include edge weights that need to be used during the message passing operation. So, I am including this in the documentation. * Add documentation to weighted sampling case also
-
- 27 Jan, 2023 1 commit
-
-
Hongzhi (Steve), Chen authored
* swap-example * size-shape Co-authored-by:Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
-
- 23 Jan, 2023 1 commit
-
-
Hongzhi (Steve), Chen authored
* part1 * more * more * spmatrix * code Co-authored-by:Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
-
- 22 Jan, 2023 1 commit
-
-
Hongzhi (Steve), Chen authored
* add_backslash * fix * more * blabla Co-authored-by:Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
-
- 20 Jan, 2023 5 commits
-
-
Hongzhi (Steve), Chen authored
* fix * sddmm * change * blabla * blabla * revert * newpr * tocuda Co-authored-by:Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
-
Quan (Andy) Gan authored
* fix sparse reduce and softmax doc * Update softmax.py
-
Hongzhi (Steve), Chen authored
Co-authored-by:Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
-
Hongzhi (Steve), Chen authored
Co-authored-by:Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
-
czkkkkkk authored
* [Sparse] Add spmatrix creation function * Update * Update sparse_matrix.py * Update sparse_matrix.py Co-authored-by:Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
-
- 19 Jan, 2023 6 commits
-
-
czkkkkkk authored
* [Sparse] Polish the docstring of sparse_matrix.py * Update * Update * Update * Update
-
Quan (Andy) Gan authored
* update conda branch * fix conda * update conda * update * update windows build script * copy static library to build dir * try again * fix * lint
-
czkkkkkk authored
* [Sparse] Only support scalar or vector values in SparseMatrix creators * Update * Update sparse_matrix.py Co-authored-by:Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
-
Hongzhi (Steve), Chen authored
Co-authored-by:Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
-
Hongzhi (Steve), Chen authored
Co-authored-by:Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
-
Mufei Li authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal>
-
- 17 Jan, 2023 5 commits
-
-
Hongzhi (Steve), Chen authored
* polish * [Sparse] Polish softmax.py. * fix parameter and example Co-authored-by:Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
-
Hongzhi (Steve), Chen authored
* polish mm docstrings * fix typo * small fix. * fix Co-authored-by:Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
-
Hongzhi (Steve), Chen authored
* polish * example * revert_example * pylint * revert_input * order * add input as parameter * example Co-authored-by:Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
-
czkkkkkk authored
* [Sparse] Polish the docstring of SparseMatrix.csr() and SparseMatrix.csc() * Update sparse_matrix.py * Update Co-authored-by:Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
-
Hongzhi (Steve), Chen authored
* polish diagonal * polsih * more * more * add paramaters-back Co-authored-by:Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
-
- 16 Jan, 2023 1 commit
-
-
Quan (Andy) Gan authored
* use NotImplemented * format * sparse sub * address comments * lint * Update elementwise_op_diag.py * ugh Co-authored-by:Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
-
- 15 Jan, 2023 1 commit
-
-
czkkkkkk authored
* [Sparse] Use X to represent dense tensors in sddmm * indent * pylint: disable=invalid-name Co-authored-by:Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
-
- 13 Jan, 2023 5 commits
-
-
Quan (Andy) Gan authored
* use NotImplemented * format * extend to pytorch scalar * sparse div scalar * oops * Apply suggestions from code review Co-authored-by:
Mufei Li <mufeili1996@gmail.com> Co-authored-by:
Mufei Li <mufeili1996@gmail.com>
-
czkkkkkk authored
* [Sparse] Refactor matmul interface. * Update
-
Hongzhi (Steve), Chen authored
* as_sp_to_sp * dense * revert_mock * test * revert Co-authored-by:Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
-
Quan (Andy) Gan authored
* use NotImplemented * format * extend to pytorch scalar * reformat * reformat * lint
-
czkkkkkk authored
-