- 04 Jun, 2019 1 commit
-
-
* init impl for topk * Fix cpu for topk * init cuda impl for topk * Add cuda for topk * fix * Add doc * update doc * lint * lint * lint * x * fix warning * [Relay] Add TopK in tf converter * Add frontend converter * fix
Haichen Shen committed
-
- 21 May, 2019 1 commit
-
-
hlu1 committed
-
- 29 Apr, 2019 1 commit
-
-
* ssd gluoncv gpu op updated * ssd gluoncv gpu op updated * tutorials and testes modified * tutorials and testes modified * fix lint * fix lint * address comment * multibox bug fixed * space line added * use less threads per block * use less threads per block * less threads per block for get valid count * less threads per block for get valid count * merge with master * Revert "less threads per block for get valid count" This reverts commit 08896cfccc34b0b2a1646d01d01ea4cad73941c4. * Revert "less threads per block for get valid count" This reverts commit 08896cfccc34b0b2a1646d01d01ea4cad73941c4. * typo fixed * elem length made to a variable * fix lint error * fix lint error * lint fixed * bug fixed * bug fixed * lint fixed * error fixed * error fixed * test ci * test ci * seperate argsort to be an independent op * seperate argsort to be an independent op * fix lint * fix lint * remove unsupported models * typo fixed * argsort added to realy * solve conflicts with master * fix lint * fix lint * test push * Revert "test push" This reverts commit 6db00883fab6cc06bddf564c926bb27c874397d8. * fix lint error * fix more lint * cpu test_sort udpated * debug ci * nms fixed * expose argsort to relay frontend * test ci * fix lint * sort register error fixed * fix nnvm * nms type fixed * adaptive pooling added to relay * Revert "adaptive pooling added to relay" This reverts commit 1119f1f2c055753e0cc5611627597749134c5c8c. * fix lint * expose argsort op * fix lint * fix lint * fix lint * sort test updated * sort bug fixed * nnvm error fixed * fix argsort default data type returned to be float insteaf of int * fix lint * fix lint * test fixed * fix valid count * fix titanx bug * tutorial add both targets * titanx error fixed * try to fix CI old gpu error * try to solve CI GPU error * get_valid_count added * reverse get_valid_count * get valid count optimized * address comments * fix ci error * remove unessesary block sync * add back one sync * address comments * address more comments * more comments * move sort to be indepent algorithm * typo fixed * more typos * comments addressed * doc updated * fix pylint * address final comments * apache license added
Leyuan Wang committed
-
- 08 Apr, 2019 1 commit
-
-
* [HEADER] ASF header dir=include * [HEADER] ASF Header dir=src * [HEADER] ASF Header -dir=python * [HEADER] ASF header dir=topi * [HEADER] ASF Header dir=nnvm * [HEADER] ASF Header -dir=tutorials * [HEADER] ASF Header dir=tests * [HEADER] ASF Header -dir=docker * fix whitespace * [HEADER] ASF Header -dir=jvm * [HEADER] ASF Header -dir=web * [HEADER] ASF Header --dir=apps * [HEADER] ASF Header --dir=vta * [HEADER] ASF Header -dir=go * temp * [HEADER] ASF Header --dir=rust * [HEADER] Add ASF Header --dir=cmake * [HEADER] ASF Header --dir=docs * [HEADER] Header for Jenkinsfile * [HEADER] ASF Header to toml and md * [HEADER] ASF Header to gradle * Finalize rat cleanup * Fix permission * Fix java test * temporary remove nnvm onnx test
Tianqi Chen committed
-
- 26 Mar, 2019 1 commit
-
-
hlu1 committed
-
- 26 Feb, 2019 1 commit
-
-
* i think it works for now? * fix lint * fix 2/3 compat * fix py2 again * fine, i gave up
Jian Weng committed
-
- 13 Feb, 2019 1 commit
-
-
* a preliminary version is done? * we no longer need the redundant hybrid/api.py * support assert stmt * cast supported * intrin -> runtime; util is mainly in charge of compilation time * assert statement * fix python lint * fix cpp lint * on the way to module * rollback .cc * fix typo, no direct expose then * @vinx13 ceil is added i guess? * wip... * temp commit * fix import * i preliminary version is done? * on the way to build hybrid module * nearly fixed... * dumped python are equiv as original python * on the way to bootstrap * cpu bootstrap done * bootstrap! * fix lint * fix doc * resolve some review concerns * support load/save * fix lint * thanks to xqdan fixed my typo * fix build, make dump non-optional * add vthread * jesus why i added this
Jian Weng committed
-
- 05 Jan, 2019 1 commit
-
-
hlu1 committed
-
- 06 Dec, 2018 1 commit
-
-
hlu1 committed
-
- 15 Nov, 2018 1 commit
-
-
This fixes issues with failing tests on PowerPC.
Andrew Tulloch committed
-
- 10 Nov, 2018 1 commit
-
-
Andrew Tulloch committed
-
- 31 Oct, 2018 1 commit
-
-
Chris Nuernberger committed
-
- 23 Aug, 2018 1 commit
-
-
MORITA Kazutaka committed
-
- 06 Jul, 2018 1 commit
-
-
nhynes committed
-
- 25 Jun, 2018 1 commit
-
-
Tao Lv committed
-
- 13 Jun, 2018 1 commit
-
-
Tianqi Chen committed
-
- 12 May, 2018 1 commit
-
-
Yao Wang committed
-
- 19 Apr, 2018 1 commit
-
-
nhynes committed
-
- 07 Mar, 2018 1 commit
-
-
Leyuan Wang committed
-
- 03 Jan, 2018 1 commit
-
-
* rocblas integration * fix include * fix lint
masahi committed
-
- 02 Jan, 2018 1 commit
-
-
* add cublas support * integrate cublas to topi dense * add cublas error check * minor fix * fix lint * remove topi import from contrib unittest
masahi committed
-
- 29 Dec, 2017 1 commit
-
-
* use cudnn findalgo to choose the best algo * fix lint
masahi committed
-
- 26 Dec, 2017 1 commit
-
-
* add extern schedule for miopen * fix comment * optionally dispatch to miopen from topi * fix lint * check if current target is None * use generic dispatch for rocm conv2d * fix lint * fix workspace bug * remove blank line * remove blank line * remove blank line
masahi committed
-
- 24 Dec, 2017 1 commit
-
-
* fist working miopen support * do FindFwdAlgo during build time * fix lint * update doc string * import topi after checking if rocm is enabled * add miopen namespace * fixed descriptor overwrite bug * add use_miopen option * fix lint * better miopen option handling * fix typo * fix options handling
masahi committed
-
- 16 Dec, 2017 1 commit
-
-
masahi committed
-
- 01 Dec, 2017 1 commit
-
-
* [RANDOM] Init contrib.random library * [RANDOM] Add uniform * [RANDOM] Fix lint * [RANDOM] Add comments and tests * [RANDOM] Fix lint
ziheng committed
-
- 21 Nov, 2017 1 commit
-
-
* mps * update
Sheng Zha committed
-
- 11 Nov, 2017 1 commit
-
-
ziheng committed
-
- 03 Nov, 2017 1 commit
-
-
Tianqi Chen committed
-
- 26 Aug, 2017 1 commit
-
-
ziheng committed
-
- 16 Aug, 2017 1 commit
-
-
* [NNPack] Support for threadpool * fix lint * fix lint * Use static class function
ziheng committed
-
- 15 Aug, 2017 1 commit
-
-
* [Contrib] CuDNN v7 Support * Add test
ziheng committed
-
- 07 Aug, 2017 1 commit
-
-
* [NNPACK] Add nnpack.convolution * Add instrinsic * Fix lint
ziheng committed
-
- 03 Jul, 2017 1 commit
-
-
Tianqi Chen committed
-
- 30 Jun, 2017 1 commit
-
-
* Add NNPack Fully Connected Inference * Add NNPack fully_connected_output * Fix lint * Fix
ziheng committed
-
- 05 May, 2017 1 commit
-
-
* [CONTRIB/BLAS] Add CBLAS Example to contrib * Update makefile
Tianqi Chen committed
-