- 17 Nov, 2020 2 commits
-
-
Zihao Ye authored
-
pawelpiotrowicz authored
* support AVX512 * env DGL_CPU_INTEL_KERNEL_ENABLED=1 * env DGL_CPU_INTEL_KERNEL_LOG=1 * Add unittest test_spmm.cc Co-authored-by:
Izabela Mazur <izabela.mazur@intel.com> Co-authored-by:
Michal Szarmach <michal.szarmach@intel.com> Review patch
-
- 13 Nov, 2020 1 commit
-
-
Quan (Andy) Gan authored
* multiple fixes * fix CI * fiddle * revert stubs * remove stubs * poke * remove linking of driver library * minor Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
- 12 Nov, 2020 2 commits
-
-
Zihao Ye authored
-
Zihao Ye authored
* multiple fixes * fix CI * fiddle * revert stubs * upd * upd * unmerge * unmerge Co-authored-by:Quan Gan <coin2028@hotmail.com>
-
- 06 Nov, 2020 1 commit
-
-
Zihao Ye authored
* upd * upd * upd * upd * upd * upd * upd * upd * upd * upd * upd * upd * upd * upd * upd * upd * upd * upd * upd * upd * fix * upd * upd * upd * upd
-
- 02 Nov, 2020 1 commit
-
-
nv-dlasalle authored
* Update docs * Make non-default streams non-blocking
-
- 30 Oct, 2020 1 commit
-
-
nv-dlasalle authored
* Add async transferer class * Add async ndarray copy interface * Add python bindings * Fix comment * Add python class * Fix linting issues * Add python unit test * Update python interface * move async_transferer to cuda only directory * Fix linting issue * Move out of contrib * Add doc strings * Move test compute from backend * Update comment * Fix test naming * Fix argument usage * Wrap/unwrap backend parameters * Move to dataloading * Move to 'dataloading' * Make GPU/CPU compatible * Fix unit tests * Add docs * Use only backend interface for datamovement in unit test
-
- 17 Oct, 2020 1 commit
-
-
Quan (Andy) Gan authored
-
- 09 Oct, 2020 1 commit
-
-
mozga-intel authored
* OMP pragma was added to support hetero_graph loop, as follows: pragma omp parallel for * OMP pragma will be enabled iff the gpu is used for Co-authored-by:Zihao Ye <expye@outlook.com>
-
- 25 Sep, 2020 1 commit
-
-
Chao Ma authored
-
- 15 Sep, 2020 1 commit
-
-
Zihao Ye authored
-
- 11 Sep, 2020 1 commit
-
-
Quan (Andy) Gan authored
* fix cumsum * udp Co-authored-by:Zihao <expye@outlook.com>
-
- 10 Sep, 2020 4 commits
-
-
Zihao Ye authored
* upd * upd * upd * upd * upd * upd * upd * upd * upd * upd * upd * fix * upd * upd * upd * upd * fix * upd Co-authored-by:VoVAllen <jz1749@nyu.edu>
-
Quan (Andy) Gan authored
* fix flatten not wrapping unit graph * fix doc
-
Zihao Ye authored
* upd * upd * upd * upd * lint * upd * upd * fmt Co-authored-by:Quan (Andy) Gan <coin2028@hotmail.com>
-
Quan (Andy) Gan authored
* Sanity check for FindEdges * [Feature?] BUG_ON() macro for sanity check
-
- 30 Aug, 2020 1 commit
-
-
Zihao Ye authored
* udp * fix Co-authored-by:Quan Gan <coin2028@hotmail.com>
-
- 28 Aug, 2020 1 commit
-
-
Zihao Ye authored
* upd * upd
-
- 27 Aug, 2020 2 commits
- 19 Aug, 2020 1 commit
-
-
Chao Ma authored
* small fix * update
-
- 17 Aug, 2020 1 commit
-
-
Mufei Li authored
* Update graph * Fix for dgl.graph * from_scipy * Replace canonical_etypes with relations * from_networkx * Update for hetero_from_relations * Roll back the change of canonical_etypes to relations * heterograph * bipartite * Update doc * Fix lint * Fix lint * Fix test cases * Fix * Fix * Fix * Fix * Fix * Fix * Update * Fix test * Fix * Update * Use DGLError * Update * Update * Update * Update * Fix * Fix * Fix * Fix * Fix * Fix * Fix * Fix * Update * Fix * Update * Fix * Fix * Fix * Update * Fix * Update * Fix * Update * Update * Update * Update * Update * Update * Update * Fix * Fix * Update * Update * Update * Update * Update * Update * rewrite sanity checks * delete unnecessary checks * Update * Update * Update * Update * Update * Update * Update * Update * Fix * Update * Update * Update * Fix * Fix * Fix * Update * Fix * Update * Fix * Fix * Update * Fix * Update * Fix Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com> Co-authored-by:
Minjie Wang <wmjlyjemaine@gmail.com> Co-authored-by:
Quan Gan <coin2028@hotmail.com>
-
- 14 Aug, 2020 2 commits
-
-
Quan (Andy) Gan authored
* test idea * cuda kernels * lint and fixes * lint * change to another strategy * use infinity * fix Co-authored-by:Zihao Ye <expye@outlook.com>
-
Jinjing Zhou authored
* aaa * revert * 111 * fix * fff * 111 * try * debug * fff * 111 * 1111 * fix * try * 111 * 111 * print * f * 111 * revert * fix * revert * add timeout * Revert "add timeout" This reverts commit fb34f67f11ad6556824daa6efa29a6ec2c7c1d3e.
-
- 13 Aug, 2020 2 commits
- 12 Aug, 2020 1 commit
-
-
Jinjing Zhou authored
* load hetero * fix * more error message * add warning * add alias to dgl namespace * fix tests
-
- 11 Aug, 2020 1 commit
-
-
chwan-rice authored
* fix OpenMP compatibility issues * typo Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
- 10 Aug, 2020 1 commit
-
-
Da Zheng authored
* fix perf. * fix. * accelerate metis. * fix lint. * use gklib. * fix perf. * fix. * update metis. * update launch script * handle synchronized API. * fix. * fix example. * fix dataloader. * temp fix. * temp fix omp. * distinguish roles. * initialize iterator of DistDataloader correctly. * check the correctness of launch script. * move feature copy to sampler. * measure mem/network copy time. * remove * Revert "measure mem/network copy time." This reverts commit 86cefdc14b7815fcf5aad6496af912dba48e4aa6. * fix. * fix * fix. * fix cmake. * disable metis in windows. * disable metis tests in windows. * remove test for multigraph. * fix test. * fix. * fix cmake. * fix. * revert. Co-authored-by:
Ubuntu <ubuntu@ip-172-31-19-115.us-west-2.compute.internal> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-19-1.us-west-2.compute.internal>
-
- 09 Aug, 2020 1 commit
-
-
Da Zheng authored
* temp fix omp. * set server threads. * add CAPI to set up OMP threads. * fix. * fix. * update namesapce. * set cpi properly. * allow to config num worker threads. * set #threads. * fix.
-
- 07 Aug, 2020 1 commit
-
-
Minjie Wang authored
* WIP: frame refactor * new frame * simple update_all builtin * move all subgraph routines into the same file * sddmm & spmm schedule; node & edge udf * degree bucketing * some tricky 0deg corner cases * bug in frame append * merge test_hetero_basics and test_basics * some code rearange * fix test_heterograph * add mean spmm * enable all builtin combinations * pass gpu test * pass pytorch tests * wip * fix some pt debugging codes * fix bug in mxnet backward * pass all mxnet utests * passed tf tests * docstring * lint * lint * fix broadcasting bugs * add warning and clamp for mean reducer * add test for zero-degree mean * address comments * lint * small fix
-
- 05 Aug, 2020 1 commit
-
-
Jinjing Zhou authored
* 111 * 111 * fix * 111 * fix * 11 * fix * lint * Update __init__.py * lint * fix * lint * fix * fix * fix * fix * fix * try fix * try fix * fix * Revert "fix" This reverts commit a0b954fd4e99b7df92b53db8334dcb583d6e1551. * fixes. * fix. * fix test. * fix exit. * fix. * fix * fix * lint * lint * lint * fix * Update .gitignore * 111 * fix * 111 * 111 * fff * 1111 * 111 * 1325315 * ffff * f??? * fff * 1111 * 111 * fix * 111 * asda * 1111 * 11 * 123 * 啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊 * spawn * 1231231 * up * 111 * fix * fix * Revert "fix" This reverts commit 7373f95312fdcaa36d2fc330bf242339e89c045d. * fix * fix * 1111 * fix * fix tests * start kvclient as early as possible. * lint * fix test * lint * 1111 * fix * fix * 111 * fix * fix * 1 * fix * fix * lint * fix * lint * lint * remove quit * fix * lint * fix * fix several * lint * fix minor * fix * lint Co-authored-by:
Da Zheng <zhengda1936@gmail.com> Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com>
-
- 04 Aug, 2020 1 commit
-
-
Quan (Andy) Gan authored
-
- 01 Aug, 2020 1 commit
-
-
Zihao Ye authored
[bugfix] Fix the memory leak issue of Cluster GAT under 0.5 kernel and simplify the bipartite GAT. (#1908) * uipd * upd * upd * upd * upd
-
- 30 Jul, 2020 4 commits
-
-
Minjie Wang authored
* COO sort * COOToCSR * CSR2COO * CSRSort; CSRTranspose * pass all CSR tests * lint * remove int32 conversion * fix tensorflow nn tests * turn on CI * fix * addreess comments
-
Chao Ma authored
* udpate * update * update * update * update * update * update * update * fix lint * update * update * update * update * udpate * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update Co-authored-by:Da Zheng <zhengda1936@gmail.com>
-
Minjie Wang authored
* some file movements * move some codes to deprecated * more deprecation * lint * remove useless test
-
Quan (Andy) Gan authored
* jtnn and fixes * make metagraph a method * fix test * fix
-
- 29 Jul, 2020 1 commit
-
-
Da Zheng authored
* fix tests in partition. * fix DistGraph. * fix without shared memory. * fix sampling. * enable distributed test. * fix tests. * fix a bug in shared-mem heterograph. * print better error messages. * fix. * don't specify formats. * fix. * fix * small fix.
-