- 09 Dec, 2022 2 commits
-
-
Xin Yao authored
* fix empty tensor is treated as pinned * avoid calling cudaHostGetDevicePointer on nullptr * update empty array * add a comment
-
paoxiaode authored
* add GCN sparse matrix example * refine GCN example * refine GCN example * change train function * [Bugfix] Turn off `use_alternate_stream` when TensorAdaptor is not enabled (#4987) * turn off use_alternate_stream when tensoradaptor is not enabled * add docstring * Update (#4997) Co-authored-by:
Ubuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal> * refine GCN example * add GCN sparse matrix example * refine GCN example * refine GCN example * change train function * refine GCN example * add highlight comment * refine code * refine code * refine by black and flake8 * refine the comment to 80 char length * refine the comment * refine comment Co-authored-by:
Xin Yao <xiny@nvidia.com> Co-authored-by:
Mufei Li <mufeili1996@gmail.com> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal>
-
- 08 Dec, 2022 2 commits
- 07 Dec, 2022 6 commits
-
-
xiang song(charlie.song) authored
Co-authored-by:Xiang Song <xiangsx@amazon.com>
-
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>
-
Xin Yao authored
* turn off use_alternate_stream when tensoradaptor is not enabled * add docstring
-
Quan (Andy) Gan authored
-
Muhammed Fatih BALIN authored
Co-authored-by:Xin Yao <xiny@nvidia.com>
-
- 06 Dec, 2022 2 commits
-
-
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>
-
Chang Liu authored
* Add support for next cusparse release * Fix lint * Add switch and tune the performance * Fix lint issue * Fine tune the heuristics * Fix lint issue * Address comments * Minor fix * Address comments
-
- 05 Dec, 2022 5 commits
-
-
Mufei Li authored
* Update * update Co-authored-by:Ubuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal>
-
Rhett Ying authored
* [Dist] remove dependency on deprecated _dataloading * fix lint * refine comment
-
Minjie Wang authored
* add twirls * update attention part * update; add val_like to mock_sparse * black
-
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>
-
Dylan authored
Correction like mentioned in #4969 I noticed that there is a normalisation step on line 97 while the normalised values are not used downstream. Even if this was meant to show the normalisation step, it would not be calculating the normalisation step described in the CGN paper. The paper considers both in and out degrees while the normalisation in the code only describes normalisation using the in degrees. In the end, the normalised values are assigned to g.ndata["norm"] but these values are not used afterwards. Having a normalisation step here is also unnecessary since the GraphConv layer that is used already takes care of the normalisation. https://docs.dgl.ai/en/0.9.x/_modules/dgl/nn/pytorch/conv/graphconv.html#GraphConv It confused me for a second thinking that I had to do the normalisation myself but this is already handled by the GraphConf.
-
- 02 Dec, 2022 1 commit
-
-
Xin Yao authored
-
- 01 Dec, 2022 5 commits
-
-
Tingyu Wang authored
* add entity_sample example * update message * address review, update api call * Update examples/pytorch/rgcn/entity_sample_cugraph_relgraphconv.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> * Update examples/pytorch/rgcn/entity_sample_cugraph_relgraphconv.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> * Update examples/pytorch/rgcn/entity_sample_cugraph_relgraphconv.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> * address review * move example and add description Co-authored-by:
Mufei Li <mufeili1996@gmail.com>
-
Mufei Li authored
* Update * Update * Update * Update Co-authored-by:Ubuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal>
-
peizhou001 authored
-
Mufei Li authored
* Update * Update Co-authored-by:Ubuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal>
-
Muhammed Fatih BALIN authored
* replace dgl PRNG with pcg32 * remove pcg submodule, add a simple implementation * replace pcg32 with std::mt19937_64 * fix include order * change RandomEngine to pcg32 * Remove custom pcg32 implementation, use the submodule provided by the original author. * minor bug * move include for linting * include pcg for tests too Co-authored-by:Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
-
- 30 Nov, 2022 1 commit
-
-
xiang song(charlie.song) authored
* Make preprocess compatible with openmpi * update docstr Co-authored-by:Xiang Song <xiangsx@amazon.com>
-
- 29 Nov, 2022 2 commits
-
-
czkkkkkk authored
-
Minjie Wang authored
-
- 28 Nov, 2022 5 commits
-
-
Quan (Andy) Gan authored
* hypergraph attention * address comments
-
Mufei Li authored
* Update * Update * Update * CI Co-authored-by:Ubuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal>
-
peizhou001 authored
-
Quan (Andy) Gan authored
* fix unit test * oops
-
Rhett Ying authored
-
- 27 Nov, 2022 1 commit
-
-
czkkkkkk authored
* [Sparse] Support sparse format conversion * Update * Update
-
- 25 Nov, 2022 4 commits
-
-
Hongzhi (Steve), Chen authored
Co-authored-by:Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
-
Serge Panev authored
Signed-off-by:
Serge Panev <spanev@nvidia.com> Signed-off-by:
Serge Panev <spanev@nvidia.com>
-
Hongzhi (Steve), Chen authored
* black on explain_main * isort * add dot 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>
-
- 24 Nov, 2022 1 commit
-
-
Xin Yao authored
-
- 23 Nov, 2022 2 commits
-
-
czkkkkkk authored
-
Mufei Li authored
* Update * Update * Update * Update Co-authored-by:Ubuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal>
-
- 22 Nov, 2022 1 commit
-
-
Mufei Li authored
* Update * Update * Update * Update Co-authored-by:Ubuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal>
-