- 25 Aug, 2017 2 commits
-
-
* [SUBMODULE] update dmlc-core * [TEST] Not keep ROCM link but only verifies it
Tianqi Chen committed -
* [APP] Android RPC first version * [APP] Android RPC build jni automatically * [APP] Android OpenCL RPC tested on real devices * [APP] optimize android app interface. add ndk compile tool * add ndk compile tool * [APP] fix android app thread crash; add android test script * [APP] android app - show alert dialog and disconnect when error occurs * fix ndk build script code lint * fix ndk build default argument * ndk script build remove shell=True. disable android app screen orientation
Yizhi Liu committed
-
- 24 Aug, 2017 3 commits
-
-
Aditya Atluri committed
-
Tianqi Chen committed
-
Tianqi Chen committed
-
- 23 Aug, 2017 2 commits
-
-
* [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 committed -
Add some notes about LLVM before building TVM
Shuai Yuan committed
-
- 22 Aug, 2017 3 commits
-
-
Tianqi Chen committed
-
* softmax migrated and test added * pylint error fixed * pylint error fixed
Leyuan Wang committed -
Tianqi Chen committed
-
- 21 Aug, 2017 2 commits
-
-
* modify depthconv padding * fix shared memory overflow in depthconv schedule
Yuwei HU committed -
* update installation guide of windows * update installation doc of windows
Xingjian Shi committed
-
- 20 Aug, 2017 6 commits
-
-
Tianqi Chen committed
-
ziheng committed
-
Add install prerequisites of customized building
Shuai Yuan committed -
* [BUILD][LLVM] Support LLVM mainline 5.0 6.0 * Reduce parallelism
Tianqi Chen committed -
ziheng committed
-
Aditya Atluri committed
-
- 19 Aug, 2017 1 commit
-
-
Yuwei HU committed
-
- 18 Aug, 2017 2 commits
-
-
* conv_nchw parameter updated to the one which generates mobilenet benchmarks, doc typo fixed * removed unused variables
Leyuan Wang committed -
Yuwei HU committed
-
- 17 Aug, 2017 6 commits
-
-
Haichen Shen committed
-
Tianqi Chen committed
-
Tianqi Chen committed
-
Tianqi Chen committed
-
William Moses committed
-
William Moses committed
-
- 16 Aug, 2017 3 commits
-
-
Tianqi Chen committed
-
* [NNPack] Support for threadpool * fix lint * fix lint * Use static class function
ziheng committed -
* 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
wetliu committed
-
- 15 Aug, 2017 10 commits
-
-
* [Contrib] CuDNN v7 Support * Add test
ziheng committed -
Tianqi Chen committed
-
Tianqi Chen committed
-
Tianqi Chen committed
-
* __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
Leyuan Wang committed -
* [TOPI] Add ops compute Remove 'compute' and add assert for safety Add document fix lint fix softmax * fix batch norm
ziheng committed -
Tianqi Chen committed
-
Yuwei HU committed
-
* [TOPI] Move ewise.h -> elemwise.h * fix test
Tianqi Chen committed -
[TOPI] Add broadcast and reduce operators
Xingjian Shi committed
-