- Aug 24, 2017
-
-
Aditya Atluri authored
-
Tianqi Chen authored
-
Tianqi Chen authored
-
- Aug 23, 2017
-
-
Shuai Yuan authored
* [DOC] Add Build TVM Runtime on Device section Add Build TVM Runtime on Device section * Add echo USE_RPC=1>> config.mk in code-block Add echo USE_RPC=1>> config.mk in Build TVM Runtime on Device section * [DOC] Fix small problem
-
Shuai Yuan authored
Add some notes about LLVM before building TVM
-
- Aug 22, 2017
-
-
Tianqi Chen authored
-
Leyuan Wang authored
* softmax migrated and test added * pylint error fixed * pylint error fixed
-
Tianqi Chen authored
-
- Aug 21, 2017
-
-
Yuwei HU authored
* modify depthconv padding * fix shared memory overflow in depthconv schedule
-
Xingjian Shi authored
* update installation guide of windows * update installation doc of windows
-
- Aug 20, 2017
-
-
Tianqi Chen authored
-
ziheng authored
-
Shuai Yuan authored
Add install prerequisites of customized building
-
Tianqi Chen authored
* [BUILD][LLVM] Support LLVM mainline 5.0 6.0 * Reduce parallelism
-
ziheng authored
-
Aditya Atluri authored
-
- Aug 19, 2017
-
-
Yuwei HU authored
-
- Aug 18, 2017
-
-
Leyuan Wang authored
* conv_nchw parameter updated to the one which generates mobilenet benchmarks, doc typo fixed * removed unused variables
-
Yuwei HU authored
-
- Aug 17, 2017
-
-
Haichen Shen authored
-
Tianqi Chen authored
-
Tianqi Chen authored
-
Tianqi Chen authored
-
William Moses authored
-
William Moses authored
-
- Aug 16, 2017
-
-
Tianqi Chen authored
-
ziheng authored
* [NNPack] Support for threadpool * fix lint * fix lint * Use static class function
-
wetliu authored
* rename the nchw and pass the unit test; going to do it for nhwc depthwise * bug with fusion * nchw works fine; nhwc float32 problem remains * still cannot bind them together * fusion works * syntax fix * all bugs fixed; test cases pass * minor fix on nn.h
-
- Aug 15, 2017
-
-
ziheng authored
* [Contrib] CuDNN v7 Support * Add test
-
Tianqi Chen authored
-
Tianqi Chen authored
-
Tianqi Chen authored
-
Leyuan Wang authored
* __init__ updated * pull request updated * build_module added * typo fixed * another typo fixed * conv2d gpu scheduler for two layouts moved to tvm * changes made according to CR * conv2d_nchw formating updated, conv2d_hwcn tests updated * lint error fixed * element wise operator schedule fusing fixed for conv2d * conv2d_nchw topi test added, all resnet workloads now pass * conv compute lint error fixed * fixed python 3 compatibility problem * conv2d tensor input support added, test typo fixed, ir_pass.Simplify changed to util.get_const_int * fixed channel numer < 4 error, also made sure other splitting factor woudn't be 0
-
ziheng authored
* [TOPI] Add ops compute Remove 'compute' and add assert for safety Add document fix lint fix softmax * fix batch norm
-
Tianqi Chen authored
-
Yuwei HU authored
-
Tianqi Chen authored
* [TOPI] Move ewise.h -> elemwise.h * fix test
-
Xingjian Shi authored
[TOPI] Add broadcast and reduce operators
-
Tianqi Chen authored
-
- Aug 14, 2017
-
-
Nicolas Vasilache authored
-