- 01 Aug, 2017 5 commits
-
-
ziheng committed
-
Tianqi Chen committed
-
Yizhi Liu committed
-
* [PASS] Improve graph fusion * Change fusion center to segment head * Use 'master' to identity the schedule node * Make things compact * Fix
ziheng committed -
* [SCHEDULE] Fix fuse node order * Make fuse order consistent with split
Tianqi Chen committed
-
- 31 Jul, 2017 3 commits
-
-
* Install rules and dynamic library loading fixes. A batch of fixes: - Added 'install' rule to cmake and make, which installs runtime headers and library (libtvm_runtime). - Added 'installdev' rule to make, which also installs the compiler infrastructure headers and library (libtvm) - Added 'INSTALL_DEV' option to cmake, for toggling installation of compiler infrastructure headers and library - cmake no longer builds into lib/ directory; instead all build products go in your build directory - New algorithm for dynamic library loading, as described in #281. Signed-off-by: Edward Z. Yang <ezyang@fb.com> * Emit dylib on OS X Signed-off-by: Edward Z. Yang <ezyang@fb.com> * Lint fixes. Signed-off-by: Edward Z. Yang <ezyang@fb.com>
Edward Z. Yang committed -
Mercy committed
-
William Moses committed
-
- 29 Jul, 2017 1 commit
-
-
* __init__ updated * pull request updated * build_module added * typo fixed * another typo fixed
Leyuan Wang committed
-
- 28 Jul, 2017 1 commit
-
-
* [GRAPH] Add GraphHandle * Move to apps/graph_executor
ziheng committed
-
- 27 Jul, 2017 3 commits
-
-
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
Edward Z. Yang committed -
Tianqi Chen committed
-
* image add! * image path move to web-data
Jian Weng committed
-
- 26 Jul, 2017 4 commits
-
-
ziheng committed
-
* [TUTORIAL] Optimize gemm add! * temp commitment * [TUTORIAL] python3 compatiblity made; doc generation updated! * [DOCS] gen_modules clean and ignore add! * [TUTORIAL] title modified! * [TUTORIAL] some rolled-back modification re-write * [TUTORIAL] title underscore extended! * CONTRIBUTORS add me!
Jian Weng committed -
* [EXECUTOR] Improve LayoutTransform pass * Remove offline params for now * Small fix
ziheng committed -
* [SCHEDULE] Remap the cached bind_scope. * more fix
Tianqi Chen committed
-
- 25 Jul, 2017 1 commit
-
-
Tianqi Chen committed
-
- 24 Jul, 2017 2 commits
-
-
Tianqi Chen committed
-
* [STORAGE][BUFFER] Support access ptr for clear access pattern. * fix lint
Tianqi Chen committed
-
- 20 Jul, 2017 2 commits
-
-
Tianqi Chen committed
-
* [tvm4j] register user-defined function * [tvm4j] define java function (pushArgToStack) to convert arguments to C TVMValue * [tvm4j] make Module & Function extends TVMValue * [tvm4j] make registered cb function return Object * [tvm4j] add cb finalizer; add TVMValueBytes * [tvm4j] support NDArrayBase cb arg * [tvm4j] register cb function unit tests * [tvm4j] pass Function.Callback to resource_handle * [tvm4j] fix type cast
Yizhi Liu committed
-
- 19 Jul, 2017 7 commits
-
-
* [SCHEDULE] Detect useless bound early * fix
Tianqi Chen committed -
* [FIX] Fix bug and typo in rpc_server * [FIX] Remove unnecessary condition
ziheng committed -
* [DOC] More detailed installation instruction * fix lang
Tianqi Chen committed -
Tianqi Chen committed
-
Tianqi Chen committed
-
ziheng committed
-
* [TOPI] Example for convolution * update conv ex * fix submodule HalideIR * update conv impl * python3 * minor fix * fix pylint error * Add test code * x * fix * fix * move python helper function into topi.testing * fix pylint
Haichen Shen committed
-
- 18 Jul, 2017 1 commit
-
-
* prefetch interface added * prefetch python comments modified. prefetch info data structure maintained. * start injecting prefetches. first step (domain touch) implemented. * domain touch tested. * Prefetch ir_mutator and ir_visitor dispatch registered. * modify domain touched from passing a func_ref to passing a tensor * modify domain touched from passing a func_ref to passing a tensor * modify Tensor copy to Tensor ref * temp commit for rebase * debug info removed, typo fixed, ready to rebase * prefetch flatten test add! * roll back builtin functions to side effect functions * lint error fixed! * add cache line size to storage flatten argument * forgot modifications add * change code style to dmlc-like; get rid of can_prove, use manually compute instead * python lint error fixed * modify instrinsic name to pass tests * [TEST] get rid of str(), replace them by accessing attributes * change map to list comprehension * redundant numpy import removed
Jian Weng committed
-
- 17 Jul, 2017 4 commits
-
-
Tianqi Chen committed
-
Xingjian Shi committed
-
Tianqi Chen committed
-
Tianqi Chen committed
-
- 16 Jul, 2017 3 commits
-
-
* [EXECUTOR] Fix bug and improve * [EXECUTOR] Enhance test case
ziheng committed -
Tianqi Chen committed
-
* [RPC] Allow backpressure from writer * fix * fix
Tianqi Chen committed
-
- 15 Jul, 2017 3 commits
-
-
* [EXECUTOR] Enable load executor remotely * [EXECUTOR] Pipeline * Pass bytearray directly * Enable load dynamic library in rpc_server.py * Fix * lint * Return Module from remote side directly * Remove unused header file * Fix * fix
ziheng committed -
Tianqi Chen committed
-
Tianqi Chen committed
-