- 04 Mar, 2023 1 commit
-
-
Tingyu Wang authored
* add CuGraphGATConv model * lintrunner * update model to reflect changes in make_mfg_csr(), move max_in_degree to forward() * simplify pytest markers * fall back to FG option for large fanout * update error msg * add feat_drop and activation options * add residual option * Update python/dgl/nn/pytorch/conv/cugraph_gatconv.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> * Update python/dgl/nn/pytorch/conv/cugraph_gatconv.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> * reset res_fc --------- Co-authored-by:
Mufei Li <mufeili1996@gmail.com>
-
- 03 Mar, 2023 1 commit
-
-
Mufei Li authored
* Update * lint * lint * r prefix * CI * lint * skip TF * Update * edge homophily * linkx homophily * format * skip TF * fix test * update * lint * lint * review * lint * update * lint * update * CI --------- Co-authored-by:Ubuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal>
-
- 01 Mar, 2023 1 commit
-
-
Zhiteng Li authored
* add CLUSTER dataset * refine according to dongyu's comments --------- Co-authored-by:rudongyu <ru_dongyu@outlook.com>
-
- 28 Feb, 2023 1 commit
-
-
czkkkkkk authored
* [Sparse] Support converson to/from torch sparse tensor. * Update
-
- 24 Feb, 2023 2 commits
-
-
Mufei Li authored
* Update * lint * lint * r prefix * CI * lint * skip TF * Update --------- Co-authored-by:Ubuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal>
-
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
-
-
Kunal Mukherjee authored
* subgraphx commit * nits * newline eof added * lint fix * test script updated to use default values * lint fix * graphs that are used for test cases are updated to a small graph * lint formatted * test paramter adj to complete the test under 20s * lint fixes --------- Co-authored-by:kxm180046 <kxm180046@utdallas.edu>
-
- 22 Feb, 2023 3 commits
-
-
peizhou001 authored
-
Tingyu Wang authored
* add CuGraphSAGEConv model * fix lint issues * update model to reflect changes in make_mfg_csr(), move max_in_degree to forward() * lintrunner * allow reset_parameters() * remove norm option, simplify test * allow full graph fallback option, add example * address comments * address reviews --------- Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
Quan (Andy) Gan authored
* bump version * Update update_version.py
-
- 21 Feb, 2023 3 commits
-
-
Hongzhi (Steve), Chen authored
* autofix * sort * sort --------- 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>
-
- 20 Feb, 2023 4 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
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 3 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>
-