- 04 May, 2023 1 commit
-
-
Tingyu Wang authored
Co-authored-by:
schmidt-ju <79865721+schmidt-ju@users.noreply.github.com> Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com> Co-authored-by:
Mufei Li <mufeili1996@gmail.com> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal> Co-authored-by:
peizhou001 <110809584+peizhou001@users.noreply.github.com> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-16-19.ap-northeast-1.compute.internal>
-
- 24 Mar, 2023 1 commit
-
-
Hongzhi (Steve), Chen authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
-
- 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>
-
- 22 Feb, 2023 1 commit
-
-
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>
-
- 19 Feb, 2023 1 commit
-
-
Hongzhi (Steve), Chen authored
* auto-format-test * more * remove --------- 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>
-
- 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>
-
- 18 Nov, 2022 1 commit
-
-
Tingyu Wang authored
* added relgraphconv * add tests for CuGraphRelGraphConv * move test to tests directory * update docs * address PR review 1 * address PR review, continued * remove stashing ctx.device * make fanout optional * fanout -> max_in_degree * improve docstrings consistency * initialize parameters directly in __init__ * get rid of shared memory size check * improve docs * format comments * skip test case for regularizer=None Co-authored-by:
Mufei Li <mufeili1996@gmail.com> Co-authored-by:
Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
-
- 19 Oct, 2022 1 commit
-
-
Rhett Ying authored
-
- 10 Oct, 2022 1 commit
-
-
Hongzhi (Steve), Chen authored
Co-authored-by:Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
-
- 23 Sep, 2022 1 commit
-
-
Vibhu Jawa authored
* get_more_logs * Update cugraph_unit_test.sh * Update test_basics.py * Update cugraph_unit_test.sh * Update tests/cugraph/test_basics.py Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
- 07 Jul, 2022 1 commit
-
-
Vibhu Jawa authored
* Added to_cugraph and from_cugraph functionality * fix from_cugraph example * Addressed Reviews * Fix linting * Apply suggestions to docstrings from code review Co-authored-by:
Minjie Wang <minjie.wang@nyu.edu> * Add API docs and remove `from_cugraph` alias * move cugraph tests to tests/cugraph/test_basics.py * remove ununsed imports from test_basics.py * remove pytest.importorskip as no longer needed Co-authored-by:
Minjie Wang <minjie.wang@nyu.edu> Co-authored-by:
Minjie Wang <wmjlyjemaine@gmail.com>
-
- 05 Jul, 2022 1 commit
-
-
Rhett Ying authored
* [CI] add new stage specific forcuda related features based on nvidia+pytorch * build and test for gpu_nv * fix build failure * fix unit tests * make -j * install cython beforehand * copy cython lib * test cugraph tests only * fix typo * separate test script for cugraph * refactor build dgl shell
-