- 13 Jul, 2021 4 commits
-
-
Quan (Andy) Gan authored
Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
Quan (Andy) Gan authored
* add left normalizer for gcn * fix * fixes and some bug stuff
-
sanchit-misra authored
* optimizations of spmm for CPU * Added names of contributors * Minor code cleanup * Moved the spmm optimization code to a new header file * Moved to DGL's logging method * removed duplicate code between SpMMSumCsr and SpMMCmpCsr * Changes made to follow Google coding style * Fixed lint errors in spmm.h * Fixed some lint errors from spmm_blocking_libxsmm.h * Fixed lint errors from spmm_blocking_libxsmm.h * Added comments to SpMMCreateLibxsmmKernel * to enable building of tests, and other cosmetic changes * disabling libxsmm on windows * Put a condition to avoid opt impl for FP64 as libxsmm does not have FP64 support yet * cosmetic changes and documentation * cosmetic changes * to pass lint tests * replaced multiple allocations for buffers of indices and edges with a single allocation Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
Rhett Ying authored
* [Feature] apply dgl.reorder() onto several node classification datasets in DGL * rebase on latest dgl.reorder_graph()
-
- 12 Jul, 2021 5 commits
-
-
Rhett-Ying authored
* [Feature] enable edge reorder in dgl.reorder_graph() * refine doc string * refine doc string for dgl.reorder_graph * refine doc string further
-
Kay Liu authored
* fix breakline in fakenews.py * fix inconsistent argument name * modify incorrect example and deprecated graph type * modify docstring and example in knn_graph * fix incorrect node type Co-authored-by:Quan (Andy) Gan <coin2028@hotmail.com>
-
Wilfried L. Bounsi authored
Co-authored-by:Quan (Andy) Gan <coin2028@hotmail.com>
-
Jinjing Zhou authored
Co-authored-by:Quan (Andy) Gan <coin2028@hotmail.com>
-
Tomohiro Endo authored
-
- 09 Jul, 2021 1 commit
-
-
Quan (Andy) Gan authored
* add a warning for chebconv * fix and docstrings * update bgnn * fix Co-authored-by:
Minjie Wang <wmjlyjemaine@gmail.com> Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
- 08 Jul, 2021 2 commits
-
-
Jinjing Zhou authored
-
Quan (Andy) Gan authored
-
- 07 Jul, 2021 4 commits
-
-
Kay Liu authored
* [BugFix] fix problems in data split * fix format problems in docstring * modify statistics to fit in dgl nature Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com> Co-authored-by:
zhjwy9343 <6593865@qq.com>
-
Hengrui Zhang authored
* Update aug.py * Update aug.py Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
Rhett-Ying authored
Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
Quan (Andy) Gan authored
Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
- 06 Jul, 2021 4 commits
-
-
Israt Nisa authored
[Feature] Add Heterograph support on Python for builtin unary msg functions (copy_u, copy_e) (#2989) * heterograph for binary func * Added SDDMM support * Added unittest * added binary test cases * unary mfuncs works * Fixed lint err * lint check and others * link check * fixed import *_hetero issue * lint check * replace torch with dgl backend * lint cehck * removed torch from test * skip mxnet unittest * skip gpu test * Remove unused/duplicated code * minor * changed data structure of ndata and edata * link check * reorganized * minor lint * minor lint * raise error for udf func * lint check * fix for CUDA 10.1 * add a note for future cross-type max/min reducing * Add support CUDA < 11 * lint check * tidied C code * remove dummy GSDDMM_hetero backward implementation Co-authored-by:
Israt Nisa <nisisrat@amazon.com> Co-authored-by:
Minjie Wang <wmjlyjemaine@gmail.com> Co-authored-by:
Quan Gan <coin2028@hotmail.com>
-
Jinjing Zhou authored
* fix * fix * lint * fix Co-authored-by:Quan (Andy) Gan <coin2028@hotmail.com>
-
Tianjun Xiao authored
* fix faiss issue on k 3 * Add Hilander paper link Co-authored-by:Tong He <hetong007@gmail.com>
-
Zihao Ye authored
-
- 05 Jul, 2021 5 commits
-
-
Minjie Wang authored
* add docstring for missing API; fix some docstring * rename apis; address comments
-
Da Zheng authored
* fix. * fix. * fix. * fix. * Fix test Co-authored-by:
Ubuntu <ubuntu@ip-172-31-71-112.ec2.internal> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-2-66.ec2.internal>
-
Tianjun Xiao authored
-
Quan (Andy) Gan authored
* add user guide for gpu sampling * Update minibatch-gpu-sampling.rst Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
WangYQ authored
* revise the doc of forward function in SAGEConv * remove trailing space
-
- 04 Jul, 2021 1 commit
-
-
Tong He authored
* add hilander model implementation draft * use focal loss * fix * change data root * add necessary scripts * update download links * update * update example table * fix * update readme with numbers * add empty folder * only eval at the end * set up hilander * inform results may fluctuate * address comments Co-authored-by:
sneakerkg <xiaotj1990327@gmail.com> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-19-212.us-east-2.compute.internal>
-
- 03 Jul, 2021 1 commit
-
-
唐宇謙 authored
-
- 02 Jul, 2021 7 commits
-
-
Da Zheng authored
* fix bugs in partitioning on heterogeneous graphs. * fix. * fix. * fix example. * fix. * fix test. * fix. * fix. * fix. * fix tests. Co-authored-by:
Ubuntu <ubuntu@ip-172-31-71-112.ec2.internal> Co-authored-by:
Zheng <dzzhen@3c22fba32af5.ant.amazon.com>
-
Rhett-Ying authored
Co-authored-by:Tong He <hetong007@gmail.com>
-
Jinjing Zhou authored
* try enable kvstore test * fix * fix * seperate out kvstore test * add comment
-
ankit-garg authored
Co-authored-by:
Ankit Garg <gaank@amazon.com> Co-authored-by:
Da Zheng <zhengda1936@gmail.com>
-
Quan (Andy) Gan authored
Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
nv-dlasalle authored
* Add dgl.utils.is_sorted_srcdst * Fix linting issues * delete blank line * Specify datatype to index tensor in test * Force integer conversion Co-authored-by:
Minjie Wang <wmjlyjemaine@gmail.com> Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com>
-
Rhett-Ying authored
-
- 01 Jul, 2021 1 commit
-
-
Tong He authored
* add knn benchmark result * update * update knn benchmark to test on multiple algorithms * update benchmark script * update
-
- 30 Jun, 2021 3 commits
-
-
Quan (Andy) Gan authored
-
Quan (Andy) Gan authored
Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
Rhett-Ying authored
* [Feature] Add dgl.reorder() to re-order graph according to specified strategy * fix unit test failure for metis reorder * fix unit test failure on mxnet_cpu * refine unit test for dgl.reorder * fix unit test failure on mxnet * fix array_equal error for mxnet unit test * fix unit test failure for mxnet * convert metis output to numpy array explicitly Co-authored-by:Tong He <hetong007@gmail.com>
-
- 29 Jun, 2021 2 commits
-
-
Quan (Andy) Gan authored
Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
Quan (Andy) Gan authored
* add instructions for VC2015 redist install * fix typo
-